mtyrrell commited on
Commit
863fe68
·
1 Parent(s): ccd7e31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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",