Spaces:
Sleeping
Sleeping
Mikeplockhart
commited on
Commit
•
c3f2eff
1
Parent(s):
e055325
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ client.add(
|
|
49 |
def search_chroma(query:str):
|
50 |
results = client.query(
|
51 |
#query_embeddings=embedding_function([query]),
|
52 |
-
|
53 |
query_text=query
|
54 |
#n_results=2
|
55 |
)
|
|
|
49 |
def search_chroma(query:str):
|
50 |
results = client.query(
|
51 |
#query_embeddings=embedding_function([query]),
|
52 |
+
collection_name="food",
|
53 |
query_text=query
|
54 |
#n_results=2
|
55 |
)
|