Ludovicollin commited on
Commit
bcc83c3
·
1 Parent(s): 6a23131

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -35,7 +35,7 @@ pinecone.init(
35
  api_key=os.environ['PINECONE_API_KEY'],
36
  environment="us-west4-gcp-free"
37
  )
38
- index_name = pinecone.Index("all-jdlp")
39
  @cl.cache
40
  def retriever_to_cache():
41
  vectorstore = Pinecone.from_existing_index(
 
35
  api_key=os.environ['PINECONE_API_KEY'],
36
  environment="us-west4-gcp-free"
37
  )
38
+ index_name = pinecone.Index("")
39
  @cl.cache
40
  def retriever_to_cache():
41
  vectorstore = Pinecone.from_existing_index(