infiniflow/infinity

The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 14th, 2026
Created on July 18th, 2022
Open Issues & Pull Requests: 126 (+0)
GitHub issues: Enabled
Number of forks: 444
Total Stargazers: 4,708 (+0)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.8 hours
Mean response time: 46.9 days
90th percentile: 184.9 days
Tracked items: 305

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 91% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 7 hours, while "feature request" waits about 4 days. Only 10% of issues opened in the past year have been closed. Three people close 67% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 55
New in 7 days: 29
Closed in 7 days: 1
Avg open age: 241 days
Stale 30+ days: 24
Stale 90+ days: 23

Recent activity

Opened in 7 days: 17
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (209)
  • feature request (49)
  • question (47)
  • documentation (1)
  • good first issue (1)

Detailed Description

Infinity is a vector database built for LLM applications, providing fast hybrid search across dense vectors, sparse vectors, tensors, and full-text data.

The tool addresses the need for unified search across multiple data modalities in retrieval-augmented generation and other AI applications. It combines approximate nearest neighbor search with full-text search capabilities, supporting dense embeddings, sparse embeddings, multi-vector tensors, and BM25-based text retrieval in a single query engine. The architecture uses HNSW indexing for vector search and integrates reranking strategies including reciprocal rank fusion, weighted sum, and ColBERT-based reranking.

Infinity suits teams building RAG systems, semantic search, recommendation engines, or conversational AI that need to query multiple data types simultaneously. The tool emphasizes low latency and high throughput, claiming sub-millisecond query times on million-scale datasets and thousands of queries per second on full-text indexes. It offers a single-binary deployment model with no external dependencies, making it straightforward to deploy. The Python API is designed for AI developers, and the database can be embedded directly as a Python module. The README does not compare it to other vector databases.

The project maintains active development with regular commits across its C++ codebase and Python bindings. Documentation is comprehensive, covering benchmarks, API references, and deployment guides. The team engages with the community through Discord and maintains a public roadmap. Development appears focused on performance optimization and expanding search capabilities rather than rapid feature proliferation.