Spaces:
Sleeping
Sleeping
Commit
·
ef5f6a5
1
Parent(s):
236fcc8
fixing app
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ split_documents = text_splitter.split_documents(docs)
|
|
54 |
|
55 |
# Load your fine-tuned model
|
56 |
|
57 |
-
finetune_embeddings = HuggingFaceEmbeddings(model_name="
|
58 |
|
59 |
client = QdrantClient(":memory:")
|
60 |
|
|
|
54 |
|
55 |
# Load your fine-tuned model
|
56 |
|
57 |
+
finetune_embeddings = HuggingFaceEmbeddings(model_name="ernestobs7/caregiver-ft-v1")
|
58 |
|
59 |
client = QdrantClient(":memory:")
|
60 |
|