Snapshot for vector index
Open
Nobody has claimed this yet.
priority: medium
- Dominant language
- Rust
- Stars
- 45
- Forks
- 6
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 4
Description
Currently the vector index is completely in memory and will be constructed from scratch when an instance is recreated on same path. But saving a snapshot on the disk will speed that up.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the vector index is constructed in memory and how an instance is recreated from the same path. Determine where a disk snapshot would be stored and loaded, then verify that reopening an existing path reuses the snapshot instead of rebuilding the index.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100