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 9ebfbe1 commit 4c055d0Copy full SHA for 4c055d0
src/memos/multi_mem_cube/single_cube.py
@@ -432,7 +432,7 @@ def _fast_search(
432
top_k=search_req.top_k,
433
mode=SearchMode.FAST,
434
manual_close_internet=not search_req.internet_search,
435
- momory_type=search_req.search_memory_type,
+ memory_type=search_req.search_memory_type,
436
search_filter=search_filter,
437
search_priority=search_priority,
438
info={
0 commit comments