Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ collection = import_into_chroma(
|
|
65 |
dataset=Memoires_DS,
|
66 |
embedding_function=huggingface_ef #Memoires_DS.embedding_function
|
67 |
)
|
68 |
-
|
69 |
db = Chroma(
|
70 |
client=client,
|
71 |
collection_name=f"embeddings_mxbai",
|
|
|
65 |
dataset=Memoires_DS,
|
66 |
embedding_function=huggingface_ef #Memoires_DS.embedding_function
|
67 |
)
|
68 |
+
|
69 |
db = Chroma(
|
70 |
client=client,
|
71 |
collection_name=f"embeddings_mxbai",
|