gutai123 commited on
Commit
25e1473
·
verified ·
1 Parent(s): bb7ffc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.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("pcsk_4etRhj_Lc37c2KWzUgdTSPaShQKgxeZvC331qJcVWjK9LfpDARwkG23kXZoN5ZCHVLyYWZ","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("pcsk_4etRhj_Lc37c2KWzUgdTSPaShQKgxeZvC331qJcVWjK9LfpDARwkG23kXZoN5ZCHVLyYWZ","us-east-1","ticket",embeddings,docs_chunks)
33
 
34
  st.success("Successfully pushed the embeddings to Pinecone")
35