#49 · Primary category: Vector Databases

caiss

ai ann chatbot deep-learning faiss hnsw mrpt nlp search-engine similarity-search

一款简单好用的 跨平台/多语言的 相似向量/相似词/相似句 高性能检索引擎。欢迎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