thoristhor commited on
Commit
3cf52cc
1 Parent(s): e817235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ Pinecone.init(
10
  environment="PINECONE_ENV" # next to api key in console
11
  )
12
 
13
- vectorstore = Pineconeinecone.from_texts(texts, embeddings, index_name="sethgodin")
14
  from query_data import get_chain
15
  from threading import Lock
16
 
 
10
  environment="PINECONE_ENV" # next to api key in console
11
  )
12
 
13
+ vectorstore = Pinecone.from_texts(texts, embeddings, index_name="sethgodin")
14
  from query_data import get_chain
15
  from threading import Lock
16