Mbonea commited on
Commit
88c95ab
1 Parent(s): 25cf1b8
Files changed (1) hide show
  1. App/Embedding/utils/Initialize.py +1 -1
App/Embedding/utils/Initialize.py CHANGED
@@ -29,7 +29,7 @@ def initDocument():
29
  )
30
 
31
 
32
- docsearch = Pinecone.from_existing_index(index_name, embeddings)
33
 
34
  return docsearch
35
 
 
29
  )
30
 
31
 
32
+ docsearch = Pinecone.from_existing_index(index_name, embeddings)
33
 
34
  return docsearch
35