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

Add natural language search #11

Open
jasonjmcghee opened this issue Apr 23, 2024 · 3 comments
Open

Add natural language search #11

jasonjmcghee opened this issue Apr 23, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jasonjmcghee
Copy link
Owner

Leverage something like sqlite-vss to add natural language search (in addition to) FTS.

The embedding function via candle already exists in the code.

@jasonjmcghee jasonjmcghee added enhancement New feature or request help wanted Extra attention is needed labels Apr 23, 2024
@Thawab8
Copy link

Thawab8 commented Jun 22, 2024

duckdb has a vector search now:
https://duckdb.org/2024/05/03/vector-similarity-search-vss.html

@jasonjmcghee
Copy link
Owner Author

Indeed! Would be very cool to give it a go. Any interest in giving it a shot?

@Thawab8
Copy link

Thawab8 commented Jun 25, 2024

hahaha, I wish that i can code in rust. This is a project that uses duckdb as a vector store. xrem might use GraphRag instead of the regular chuck indexing.
https://github.com/bradAGI/GraphMemory
brad is active on twitter, i do believe he will build something great.

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

No branches or pull requests

2 participants