Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlynn committed Feb 16, 2025
1 parent 4f4238c commit 6ba9016
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

# MongoDB-RAG

![NPM Version](https://img.shields.io/npm/v/mongodb-rag?color=blue&label=npm)
![Build Status](https://github.com/mongodb-developer/mongodb-rag/actions/workflows/test.yml/badge.svg)
![License](https://img.shields.io/github/license/mongodb-developer/mongodb-rag)
![Issues](https://img.shields.io/github/issues/mongodb-developer/mongodb-rag)
![Pull Requests](https://img.shields.io/github/issues-pr/mongodb-developer/mongodb-rag)
![Downloads](https://img.shields.io/npm/dt/mongodb-rag)
![NPM Version](https://img.shields.io/npm/v/mongodb-rag?color=blue&label=npm)
![Build Status](https://github.com/mongodb-developer/mongodb-rag/actions/workflows/test.yml/badge.svg)
![License](https://img.shields.io/github/license/mongodb-developer/mongodb-rag)
![Issues](https://img.shields.io/github/issues/mongodb-developer/mongodb-rag)
![Pull Requests](https://img.shields.io/github/issues-pr/mongodb-developer/mongodb-rag)
![Downloads](https://img.shields.io/npm/dt/mongodb-rag)
![MongoDB-RAG](https://img.shields.io/badge/MongoDB--RAG-Enabled-brightgreen?style=flat&logo=https://raw.githubusercontent.com/mongodb-developer/mongodb-rag/main/static/logo-square.png)

## Overview
MongoDB-RAG (Retrieval Augmented Generation) is an NPM module that simplifies vector search using MongoDB Atlas. This library enables developers to efficiently perform similarity search, caching, batch processing, and indexing for fast and accurate retrieval of relevant data.
Expand Down

0 comments on commit 6ba9016

Please sign in to comment.