-
Notifications
You must be signed in to change notification settings - Fork 1
Verify sparse-only vector search fix (ISSUE-001) #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@bashandbone Unfortunately, I hit an error while trying to use the custom Copilot setup steps configured for this repository and had to close this PR. The error I am seeing is: Once you or someone with the necessary access fixes the problem, please unassign and then reassign issue #0 to me and I'll retry. Thanks! |
Co-authored-by: bashandbone <[email protected]>
|
@copilot please try again |
Co-authored-by: bashandbone <[email protected]>
Co-authored-by: bashandbone <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR verifies the resolution of sparse-only vector search functionality (ISSUE-001) and removes an auto-generated file that was accidentally tracked in git.
- Confirms fix for sparse-only vector searches that were returning 0 results
- Removes
src/codeweaver/_version.pyfrom git tracking (auto-generated by uv-dynamic-versioning) - Documents Claude action workflow issues for future investigation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sparse-only vector searches were returning 0 results despite matching embeddings being stored. The fix was already implemented - this PR verifies the resolution and removes an accidentally committed auto-generated file.
Changes
Verification: Confirmed both affected integration tests now pass:
test_store_hybrid_embeddingstest_partial_embeddingsCleanup: Removed
src/codeweaver/_version.pyfrom git tracking (listed in.gitignore, auto-generated by uv-dynamic-versioning)Technical Context
The fix corrected Qdrant API usage for sparse-only queries:
Claude Action Investigation
Identified potential causes for reported premature termination in
claude.yml:mcp__codeweaver__find_codebut doesn't start the servermcp__sequential-thinking__*,mcp__github_ci__*not in.mcp.jsonRecommendation: Remove unavailable MCP tools from
claude_argsor add setup steps.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
cas-server.xethub.hf.co/home/REDACTED/work/codeweaver/codeweaver/.venv/bin/pytest pytest tests/integration/ -v --no-cov(dns block)us.i.posthog.com/home/REDACTED/work/codeweaver/codeweaver/.venv/bin/pytest pytest tests/integration/ -v --no-cov(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.