Software:Infinity (database)

From HandWiki
Infinity Database
Developer(s)InfiniFlow
Written inC++
Available inEnglish
LicenseApache 2.0

Infinity is an AI-native database that provides a wide range of search capabilities for rich data types such as vectors, full-text, and structured data. It provides robust support for various LLM applications, including search, recommenders, question-answering, conversational AI, copilot, content generation, and many more RAG (Retrieval-augmented Generation) applications[1][2][3][4].

Key features

Infinity comes with high performance, flexibility, ease-of-use, and many features designed to address the challenges facing the next-generation AI applications:

Incredibly fast

  • Achieves 0.1 milliseconds query latency on million-scale vector datasets.
  • Up to 10K QPS on million-scale vector datasets.

Fused search

Supports a fused search of multiple embeddings and full text, in addition to filtering.

Rich data types

Supports a wide range of data types including strings, numerics, vectors, and more.

Ease of use

  • Intuitive Python API.
  • A single-binary architecture with no dependencies, making deployment a breeze.


References