Skip to content

feat: migrate storage layer to qdrant edge#50

Merged
logan-markewich merged 8 commits into
mainfrom
clelia/store-to-qdrant-edge
Feb 9, 2026
Merged

feat: migrate storage layer to qdrant edge#50
logan-markewich merged 8 commits into
mainfrom
clelia/store-to-qdrant-edge

Conversation

@AstraBert

Copy link
Copy Markdown
Member

Migration of the storage to Qdrant Edge.

The function names and signatures are kept the same, but, since Qdrant Edge only supports sync operations, they are now all synchronous.

@AstraBert AstraBert changed the title wip: migrate storage layer to qdrant edge feat: migrate storage layer to qdrant edge Feb 6, 2026
@AstraBert AstraBert marked this pull request as ready for review February 6, 2026 20:11
Comment thread src/workspace/store.rs
Comment thread src/bin/workspace.rs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure where the issue is, but I think the change detection is broken. I added some prints here

// Step 3: Update workspace with new/changed line embeddings

And each repeat search on the same files is re-indexing the entire collection 🤔

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its analyze_document_states() causing the issue

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, might be, I'll take a look too👀

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, might be, I'll take a look too👀

@logan-markewich logan-markewich added the enhancement New feature or request label Feb 9, 2026

@logan-markewich logan-markewich left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, and also decreases the binary size from multiple GBs to a few hundred MB 🙏🏻

@logan-markewich logan-markewich merged commit 11fada6 into main Feb 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants