Update app.py
Browse files
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","
|
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 |
|