Skip to content

Commit 966cba2

Browse files
committed
fix: python playground
1 parent 789b731 commit 966cba2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

playground/python/app/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main():
2020
print("client initialized", client)
2121

2222
try:
23-
resp = client.browse_objects(index_name="qigbuery-RECORDS", aggregator=lambda resp: print(resp), browse_params={})
23+
resp = client.search_synonyms("foo")
2424
print(resp)
2525
client.browse_synonyms("foo", lambda _resp: print(_resp))
2626
finally:

playground/python/poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)