Can I just search by the vector id
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 5k
- Forks
- 622
- Avg merge
- 8h 37m
- Merged PRs (30d)
- 5
Description
The search function is Search(q, k, 'Float', True) and I must input a vector.
Is there other similar function which supports metadata id input,such as Search(metadata[i], k, 'Float', True)?
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 at the Search(q, k, 'Float', True) entry point and trace how query vectors and metadata IDs are handled. Determine whether an ID-based query is supported or what behavior is required, then verify the result with the relevant search tests; the issue provides no file or test names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100