bla commited on
Commit
da70998
·
verified ·
1 Parent(s): 3cd4864

Update App/Embedding/utils/Initialize.py

Browse files
Files changed (1) hide show
  1. App/Embedding/utils/Initialize.py +2 -2
App/Embedding/utils/Initialize.py CHANGED
@@ -29,9 +29,9 @@ def initDocument():
29
  )
30
 
31
 
32
- docsearch = Pinecone.from_existing_index(index_name, embeddings)
33
 
34
- return docsearch
35
 
36
 
37
 
 
29
  )
30
 
31
 
32
+ #docsearch = Pinecone.from_existing_index(index_name, embeddings)
33
 
34
+ return vector_index
35
 
36
 
37