via “vector search with configurable embedding integration”
🌌 A complete search engine and RAG pipeline in your browser, server or edge network with support for full-text, vector, and hybrid search in less than 2kb.
Unique: Provides a pluggable embeddings abstraction layer allowing seamless switching between OpenAI, Hugging Face, Ollama, and custom embedding providers without reindexing, whereas most vector databases lock you into a specific embedding format. Flat index design prioritizes simplicity and portability over scale.
vs others: Lighter weight and more portable than Pinecone or Weaviate for small-to-medium datasets; better embedding provider flexibility than Supabase pgvector which couples to PostgreSQL; trades scalability for simplicity and browser compatibility.