melk2025 commited on
Commit
ceaf79c
·
verified ·
1 Parent(s): 2806f19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,7 +40,8 @@ collection = client.get_or_create_collection(
40
 
41
  # Load the embedding model new model
42
  #embedding_model = SentenceTransformer('sentence-transformers/multi-qa-mpnet-base-dot-v1')
43
- embedding_model = SentenceTransformer('sentence-transformers/BAAI/bge-m3')
 
44
 
45
 
46
  # Initialize the text splitter
 
40
 
41
  # Load the embedding model new model
42
  #embedding_model = SentenceTransformer('sentence-transformers/multi-qa-mpnet-base-dot-v1')
43
+ embedding_model = SentenceTransformer("BAAI/bge-m3")
44
+
45
 
46
 
47
  # Initialize the text splitter