mtyrrell commited on
Commit
bb20227
1 Parent(s): ab45f35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ pinecone_key = os.environ["PINECONE_API_KEY"]
63
 
64
  @st.cache_resource
65
  def get_retriever():
66
- doc_file_name="cpv_full_southern_africa"
67
  document_store = PineconeDocumentStore(api_key=pinecone_key,
68
  environment="asia-southeast1-gcp-free",
69
  index=doc_file_name)
 
63
 
64
  @st.cache_resource
65
  def get_retriever():
66
+ doc_file_name="cpv-full-southern-africa-test"
67
  document_store = PineconeDocumentStore(api_key=pinecone_key,
68
  environment="asia-southeast1-gcp-free",
69
  index=doc_file_name)