symfony/ai-sqlite-store
SQLite vector store integration for Symfony AI Store. Supports full-text search via SQLite FTS5 and computes vector similarity distances in PHP. Compatible with sqlite-vec (vec0) extension for embedding storage and retrieval.
pgvector) or dedicated vector databases for production-grade scalability.*"This package lets us deploy AI-powered search or recommendation features without cloud costs or vendor lock-in. By using SQLite—already embedded in most systems—we can launch vector search for internal tools, prototypes, or low-traffic apps in days, not months. For example:
*"Symfony AI’s SQLite bridge gives us a lightweight, file-based vector store with hybrid search (FTS5 + vectors) using RRF. Key benefits:
sqlite-vec extension and integrate with Symfony AI’s Store interface.sqlite-vec extension requires manual installation (may conflict with shared hosting).*"This enables local vector storage for edge cases where cloud isn’t an option (e.g., patient data in healthcare apps). The hybrid search (text + vectors) via RRF is useful for:
sqlite-vec."**"Use this for low-risk AI experiments where speed and cost matter more than scale. Perfect for:
*"This simplifies deployments with a single-file SQLite store, but watch for:
sqlite-vec must be installed across environments (Docker, serverless, shared hosting).laravel-backup).
Recommendation: Start with this for prototypes, then migrate to PostgreSQL (pgvector) or Redis for production."*How can I help you explore Laravel packages today?