Subha95 commited on
Commit
cbed6dc
·
verified ·
1 Parent(s): a7b600b

Update chatbot_rag.py

Browse files
Files changed (1) hide show
  1. chatbot_rag.py +1 -1
chatbot_rag.py CHANGED
@@ -26,7 +26,7 @@ def build_qa():
26
  # 1. Embeddings
27
  print("🔹 Loading embeddings...")
28
  embeddings = HuggingFaceEmbeddings(
29
- model_name="sentence-transformers/all-MiniLM-L6-v2"
30
  )
31
 
32
  # 2. Load vector DB
 
26
  # 1. Embeddings
27
  print("🔹 Loading embeddings...")
28
  embeddings = HuggingFaceEmbeddings(
29
+ model_name="sentence-transformers/all-mpnet-base-v2"
30
  )
31
 
32
  # 2. Load vector DB