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

Compiled packaged sqlite3 library with fts5 support #9

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

adityawasudeo
Copy link
Contributor

Many search implementations use a hybrid of traditional keyword and vector searches for better performance. FTS5 is a popular full-text search approach. This PR builds fts5 support into CSqlite.

Also updated the CLI tool to demo fts5 in addition to vec0

@jkrukowski
Copy link
Owner

thanks @adityawasudeo

@jkrukowski jkrukowski merged commit 7dd6b5c into jkrukowski:main Nov 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants