mohammadhakimi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ index = pc.Index(PINECONE_INDEX)
|
|
22 |
|
23 |
|
24 |
embeddings = HuggingFaceEmbeddings(model_name="thenlper/gte-large")
|
25 |
-
vector_store = PineconeVectorStore(index, embeddings, "
|
26 |
|
27 |
# Model and Tokenizer
|
28 |
model_name = "Meldashti/chatbot"
|
|
|
22 |
|
23 |
|
24 |
embeddings = HuggingFaceEmbeddings(model_name="thenlper/gte-large")
|
25 |
+
vector_store = PineconeVectorStore(index, embeddings, "content")
|
26 |
|
27 |
# Model and Tokenizer
|
28 |
model_name = "Meldashti/chatbot"
|