Fix Qdrant chunk identity collisions - #248
Open
3em0 wants to merge 1 commit into
Open
Conversation
markpinero
added a commit
to hi-high/grepai
that referenced
this pull request
Jul 29, 2026
Bring in high-value open upstream fixes for Qdrant multi-project workspaces, monorepo watch startup, Ollama resilience, and worktree fan-out control: - yoanbernabeu#248 qdrant project namespace - yoanbernabeu#263 workspace ListDocuments scope - yoanbernabeu#207 qdrant gRPC message size - yoanbernabeu#257 embedder timeout/retries - yoanbernabeu#277 parallel change detection - yoanbernabeu#270 discover_worktrees config - yoanbernabeu#203 gitignore root guard - yoanbernabeu#264 symbol extractor version invalidation Keeps prior mark.1 harden (atomic GOB, corrupt recovery, 90s shutdown, --no-worktrees).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
project_namespacefilters across Qdrant search, scroll, delete, stats, and content-hash lookup operationsCloses #247.
Tests
docker run --rm -v /mnt/nas/gitRepo/repos/392:/work -w /work golang:1.25-bookworm go test ./store -vdocker run --rm --network=host -v /mnt/nas/gitRepo/repos/392:/work -w /work -e GREPAI_QDRANT_TEST_ENDPOINT=http://localhost golang:1.25-bookworm go test ./store -run TestQdrantStore_SharedCollectionIsolatedByProjectNamespace -vdocker run --rm --user 1000:1000 -e GOCACHE=/tmp/go-cache -e GOMODCACHE=/tmp/go-mod -v /mnt/nas/gitRepo/repos/392:/work -w /work golang:1.25-bookworm go test ./...