Id and score optimized Search
Open
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 13
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 2
Description
.search currently returns chunk data that may not be used. Increasing bandwidth usage.
Requesting an optimized version that returns ids and scores for later lookup similar to the vector search in base convex. As you may just want to look up the originating document rather than each chunk to save bandwidth.
https://discordapp.com/channels/1019350475847499849/1393413325118902292
Contributor guide
Assessment
This issue has not been assessed yet.