flagopen/flagembedding

Retrieval and Retrieval-augmented LLMs

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 51 minutes ago
Added to GitGenius on September 5th, 2026
Created on August 2nd, 2023
Open Issues & Pull Requests: 909 (+0)
GitHub issues: Enabled
Number of forks: 916
Total Stargazers: 12,140 (+0)
Total Subscribers: 61 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 24.3 hours
Mean response time: 9.5 days
90th percentile: 15.1 days
Tracked items: 345

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 329
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 606 days
Stale 30+ days: 329
Stale 90+ days: 326

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

FlagEmbedding is a Python library for building retrieval systems and retrieval-augmented generation pipelines using dense vector embeddings.

The library addresses the challenge of finding relevant information at scale by converting text into dense vector representations that capture semantic meaning. It provides pre-trained embedding models that can encode documents and queries into a shared vector space, enabling fast similarity search. The approach works by computing embeddings for a corpus of documents once, then at query time encoding the user's question and finding the nearest neighbors in the embedding space. This retrieval mechanism can be integrated into larger language model pipelines to augment generation with relevant context.

Developers should adopt this tool when building search systems, question-answering applications, or language model systems that need to retrieve relevant context before generating responses. The library suits projects requiring semantic similarity matching across large document collections. The README does not name alternative libraries for direct comparison, so adoption decisions should focus on whether the specific embedding models and retrieval patterns it provides align with your application's performance and accuracy requirements.

The project shows consistent development activity with regular updates to its embedding models and retrieval components. The codebase receives ongoing refinement to improve embedding quality and search performance. The project maintains active engagement with its user base through documentation and model releases.