abaliyan commited on
Commit
06bb820
1 Parent(s): de2c24b

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -65,7 +65,7 @@ def push_to_pinecone(docs, embedding,namespace):
65
  vector.append(entry)
66
 
67
  with st.expander("click here:"):
68
- type(docs)
69
  for doc in docs:
70
  st.write(doc)
71
  st.write(docs)
 
65
  vector.append(entry)
66
 
67
  with st.expander("click here:"):
68
+ st.write(type(docs))
69
  for doc in docs:
70
  st.write(doc)
71
  st.write(docs)