You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced in #1788. link_memory_notes calls search_collection() once per entity sequentially. Qdrant supports batch search in a single HTTP request. Implement batch search to reduce N round-trips to 1.