From a42d45ce0252f6360439f2f89b9759d3722cf1ac Mon Sep 17 00:00:00 2001 From: Uno <148621783+Udoheud@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:53:11 +0800 Subject: [PATCH] Add AI-native database Infinity, which is capable of vector search and full-text search --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b870a39..4821712 100644 --- a/README.md +++ b/README.md @@ -1750,6 +1750,7 @@ be #### Misc +* [Infinity](https://github.com/infiniflow/infinity) - The AI-native database built for LLM applications, providing incredibly fast vector and full-text search. Developed using C++20 * [Synthical](https://synthical.com) - AI-powered collaborative research environment. You can use it to get recommendations of articles based on reading history, simplify papers, find out what articles are trending, search articles by meaning (not just keywords), create and share folders of articles, see lists of articles from specific companies and universities, and add highlights. * [Humanloop](https://humanloop.com) – Humanloop is a platform for prompt experimentation, finetuning models for better performance, cost optimization, and collecting model generated data and user feedback. * [Qdrant](https://qdrant.tech) – Qdrant is [open source](https://github.com/qdrant/qdrant) vector similarity search engine with extended filtering support, written in Rust.