abaliyan commited on
Commit
de2c24b
1 Parent(s): 24a6666

Update utils.py

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