gutai123 commited on
Commit
5a0ba72
·
verified ·
1 Parent(s): 6e9927d

Update Load_Data_Store.py

Browse files
Files changed (1) hide show
  1. 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(os.getenv(,"us-east-1","tickets",embeddings,docs_chunks)
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