Update Load_Data_Store.py
Browse files- Load_Data_Store.py +1 -1
Load_Data_Store.py
CHANGED
@@ -29,7 +29,7 @@ def main():
|
|
29 |
# Build the vector store (Push the PDF data embeddings)
|
30 |
#Recent changes by langchain team, expects ""PINECONE_API_KEY" environment variable for Pinecone usage! So we are creating it here
|
31 |
|
32 |
-
push_to_pinecone(
|
33 |
|
34 |
st.success("Successfully pushed the embeddings to Pinecone")
|
35 |
|
|
|
29 |
# Build the vector store (Push the PDF data embeddings)
|
30 |
#Recent changes by langchain team, expects ""PINECONE_API_KEY" environment variable for Pinecone usage! So we are creating it here
|
31 |
|
32 |
+
push_to_pinecone(PINECONE_API_KEY,"us-east-1","tickets",embeddings,docs_chunks)
|
33 |
|
34 |
st.success("Successfully pushed the embeddings to Pinecone")
|
35 |
|