Update App/Embedding/utils/Initialize.py
Browse files
App/Embedding/utils/Initialize.py
CHANGED
@@ -31,7 +31,7 @@ def initDocument():
|
|
31 |
|
32 |
#docsearch = Pinecone.from_existing_index(index_name, embeddings)
|
33 |
|
34 |
-
return
|
35 |
|
36 |
|
37 |
|
|
|
31 |
|
32 |
#docsearch = Pinecone.from_existing_index(index_name, embeddings)
|
33 |
|
34 |
+
return pc
|
35 |
|
36 |
|
37 |
|