Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 497 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 497 Bytes

flutter_sqlite_document_search

Local SQLite embeddings with sqlite-vec.

  1. Create env.json - Get an API key
{
  "GOOGLE_AI_API_KEY": "YOUR_GOOGLE_API_KEY_HERE",
}
  1. Run the following:
make deps
make build_files
make run_macos
  1. Add markdown and text files in the app to query against.

Platforms Verified

  • Web
  • MacOS
  • iOS
  • Android
  • Linux
  • Windows