#49 · Primary category: Vector Databases
caiss
一款简单好用的 跨平台/多语言的 相似向量/相似词/相似句 高性能检索引擎。欢迎star & fork。Build together! Power another !
Project last updated:12/03/22
GitHub Stars
549
Forks
66
Contributors
4
License
Other
Why we included this project
Caiss is a compact similarity search engine you can embed directly in an application when you need fast nearest-neighbor lookups over high-dimensional vectors and don't want to run a separate database service. It exposes a C-style SDK with Python, Java, and C# bindings, so it works across MacOS, Linux, and Windows without locking you into one stack. The bundled training routine adjusts ANN parameters toward a target accuracy, which spares you the usual hand-tuning, and it supports both built-in and custom distance functions. It also covers the full CRUD lifecycle with basic SQL-style operations, plus caching, multithreading, and batch queries, which makes it a practical fit for semantic search over words, sentences, and other embedded content. A Docker image and a demo web page make it easy to try before committing.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI