flutter_gemma_rag_qdrant 1.0.0-rc.1
flutter_gemma_rag_qdrant: ^1.0.0-rc.1 copied to clipboard
qdrant-edge on-device RAG vector store for flutter_gemma (native FFI; ~75x faster search than sqlite). Opt-in package; implements flutter_gemma's VectorStoreRepository. Native platforms only (no web).
1.0.0-rc.1 #
- Initial release: qdrant-edge on-device RAG vector store for flutter_gemma (native FFI; ~75× faster search than sqlite).
- Provides
QdrantVectorStore; implements VectorStoreRepository. Honors the payload-awareFilterDSL. - Native platforms only (Android, iOS, macOS, Linux, Windows); no web (use flutter_gemma_rag_sqlite).