Skip to content

feat: add SQLite vector retrieval example and embeddings docs updates#76

Merged
leehack merged 3 commits intomainfrom
feat/basic-app-sqlite-vector-retrieval
Mar 1, 2026
Merged

feat: add SQLite vector retrieval example and embeddings docs updates#76
leehack merged 3 commits intomainfrom
feat/basic-app-sqlite-vector-retrieval

Conversation

@leehack
Copy link
Copy Markdown
Owner

@leehack leehack commented Mar 1, 2026

Summary

  • Add an end-to-end basic_app SQLite vector retrieval CLI that supports exact search, quantized ANN search, score interpretation, and quantized-vs-exact quality checks.
  • Refactor the example into reusable CLI-options and vector-search services under lib/services/, and add focused unit tests for option parsing, score filtering, and recall metrics.
  • Update top-level and website docs/changelog to align embedding support messaging (including web bridge requirements) and document the new SQLite vector workflow.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.81%. Comparing base (0952a27) to head (dbeaf6f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   76.81%   76.81%           
=======================================
  Files          66       66           
  Lines        8579     8579           
=======================================
  Hits         6590     6590           
  Misses       1989     1989           
Flag Coverage Δ
unittests 76.81% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@leehack leehack merged commit 6ebbe62 into main Mar 1, 2026
6 checks passed
@leehack leehack deleted the feat/basic-app-sqlite-vector-retrieval branch March 1, 2026 15:16
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