Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,6 @@ pinecone_key = os.environ["PINECONE_API_KEY"]
|
|
27 |
|
28 |
@st.cache_resource
|
29 |
def get_document_store():
|
30 |
-
# Assuming you're using Elasticsearch as a document store
|
31 |
doc_file_name="cpv_full_southern_africa"
|
32 |
document_store = PineconeDocumentStore(api_key=pinecone_key,
|
33 |
environment="asia-southeast1-gcp-free",
|
|
|
27 |
|
28 |
@st.cache_resource
|
29 |
def get_document_store():
|
|
|
30 |
doc_file_name="cpv_full_southern_africa"
|
31 |
document_store = PineconeDocumentStore(api_key=pinecone_key,
|
32 |
environment="asia-southeast1-gcp-free",
|