Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ client = OpenAI(
|
|
18 |
)
|
19 |
|
20 |
# Define the embedding model and the vectorstore
|
21 |
-
embedding_model = SentenceTransformerEmbeddings(model_name='
|
22 |
|
23 |
# Load the persisted vectorDB
|
24 |
collection_name = '10k_embeddings'
|
|
|
18 |
)
|
19 |
|
20 |
# Define the embedding model and the vectorstore
|
21 |
+
embedding_model = SentenceTransformerEmbeddings(model_name='thenlper/gte-small')
|
22 |
|
23 |
# Load the persisted vectorDB
|
24 |
collection_name = '10k_embeddings'
|