shoom013 commited on
Commit
abe43b9
·
verified ·
1 Parent(s): 9a7eedb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ from io import StringIO
24
 
25
  last = 0
26
  CHROMA_DATA_PATH = "chroma_data/"
27
- EMBED_MODEL = "sentence-transformers/all-MiniLM-L6-v2" #"BAAI/bge-m3"
28
  LLM_NAME = "mistralai/Mistral-Nemo-Instruct-2407"
29
  #LLM_NAME = "W4D/YugoGPT-7B-Instruct-GGUF"
30
  # all-MiniLM-L6-v2
 
24
 
25
  last = 0
26
  CHROMA_DATA_PATH = "chroma_data/"
27
+ EMBED_MODEL = "BAAI/bge-m3" #"sentence-transformers/all-MiniLM-L6-v2"
28
  LLM_NAME = "mistralai/Mistral-Nemo-Instruct-2407"
29
  #LLM_NAME = "W4D/YugoGPT-7B-Instruct-GGUF"
30
  # all-MiniLM-L6-v2