Skip to content
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

Secondary indices for vector search #1017

Open
ml-evs opened this issue Nov 28, 2024 · 1 comment
Open

Secondary indices for vector search #1017

ml-evs opened this issue Nov 28, 2024 · 1 comment
Labels
enhancement New feature or request suggestions

Comments

@ml-evs
Copy link
Member

ml-evs commented Nov 28, 2024

In #993, I introduce a search index that has to be manually constructed on each edit of a sample. This is optional, and not particularly resource intensive (though should be benchmarked). The same approach could be taken to enable vector search. As this would be quite niche, I think simply using something like https://github.com/asg017/sqlite-vec could work well, and would allow for much more powerful AI agent use.

cc @jdbocarsly

@ml-evs ml-evs added enhancement New feature or request suggestions labels Nov 28, 2024
@ml-evs
Copy link
Member Author

ml-evs commented Nov 28, 2024

This is also something that could be developed as an "offline" search index in the yellowhammer repo, i.e., download all public data from a deployment, create the index/embedding, then add an sqlite layer on the client-side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestions
Projects
None yet
Development

No branches or pull requests

1 participant