What problem does it solve?
This Skill addresses the challenge of efficiently searching and retrieving data within LiteORM's SQLite backend, providing powerful vector, full-text, and hybrid search options.
Core Features & Use Cases
- Vector Search: Leverage vector embeddings for accurate and fast similarity-based searches.
- Full-Text Search: Utilize FTS5 for fast and flexible text search capabilities.
- Hybrid Search: Combine vector and full-text search for a comprehensive search experience.
- Use Case: Suppose you have a database of articles, and you want to quickly find articles related to a specific topic or those similar to a given reference vector.
Quick Start
To use the sqlite-search skill, first declare the necessary indexes on your model, then use the provided search helpers to perform queries against your SQLite database.