We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1911e commit 9f1dcd7Copy full SHA for 9f1dcd7
src/client/memobase/core/async_entry.py
@@ -323,7 +323,7 @@ async def search_event_gist(
323
) -> list[UserEventData]:
324
params = f"?query={query}&topk={topk}&similarity_threshold={similarity_threshold}&time_range_in_days={time_range_in_days}"
325
r = unpack_response(
326
- self.project_client.client.get(
+ await self.project_client.client.get(
327
f"/users/event_gist/search/{self.user_id}{params}"
328
)
329
0 commit comments