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
Copy file name to clipboardExpand all lines: Makefile
+62-3Lines changed: 62 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ SHELL := /bin/bash
4
4
# An empty export forces docker to use its default context/socket.
5
5
exportDOCKER_HOST =
6
6
7
-
.PHONY: help up down logs ps restart rebuild index reindex watch env hybrid bootstrap history rerank-local setup-reranker prune warm health
8
-
.PHONY: venv venv-install
7
+
.PHONY: help up down logs ps restart rebuild index reindex watch watch-remote env hybrid bootstrap history rerank-local setup-reranker prune warm health test-e2e
- default_collection - set the collection to use for the session
733
735
734
736
Notes:
735
737
- Most search tools accept filters like language, under, path_glob, kind, symbol, ext.
@@ -888,11 +890,25 @@ For production-grade backup/migration strategies, see the official Qdrant docume
888
890
889
891
Operational notes:
890
892
- Collection name comes from `COLLECTION_NAME` (see .env). This stack defaults to a single collection for both code and memories; filtering uses `metadata.kind`.
891
-
- If you switch to a dedicated memory collection, update the MCP Memory server and the Indexer’s memory blending env to point at it.
893
+
- If you switch to a dedicated memory collection, update the MCP Memory server and the Indexer's memory blending env to point at it.
892
894
- Consider pruning expired memories by filtering `expires_at < now`.
893
895
894
896
- Call `context_search` on :8001 (SSE) or :8003 (RMCP) with `{ "include_memories": true }` to return both memory and code results.
895
897
898
+
### Collection Naming Strategies
899
+
900
+
Different hash lengths are used for different workspace types:
0 commit comments