mohammadhakimi commited on
Commit
a331e11
·
verified ·
1 Parent(s): 159b6dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, "text")
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"