Spaces:
Running
Running
gabrielaltay
commited on
Commit
·
d3e2171
1
Parent(s):
23a84f2
pinecone test
Browse files
app.py
CHANGED
@@ -42,6 +42,6 @@ def load_pinecone_vectorstore():
|
|
42 |
|
43 |
|
44 |
|
45 |
-
|
46 |
docs = vectorstore.similarity_search_with_score("artificial intelligence")
|
47 |
st.write(docs)
|
|
|
42 |
|
43 |
|
44 |
|
45 |
+
vectorstore = load_pinecone_vectorstore()
|
46 |
docs = vectorstore.similarity_search_with_score("artificial intelligence")
|
47 |
st.write(docs)
|