Skip to content

Commit

Permalink
docs(readme): remove gemini mention in non-exhaustive list
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger authored Oct 15, 2024
1 parent 1dca1da commit 05b5df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We'd love your feedback. Please take a moment to let us know what you think usin

## High-level features
- Full support for LLM completion and embedding workflows
- Simple but powerful common abstractions over LLM providers (e.g. OpenAI, Cohere, Google Gemini) and vector stores (e.g. MongoDB, in-memory)
- Simple but powerful common abstractions over LLM providers (e.g. OpenAI, Cohere) and vector stores (e.g. MongoDB, in-memory)
- Integrate LLMs in your app with minimal boilerplate

## Installation
Expand Down Expand Up @@ -71,5 +71,6 @@ Rig supports the following LLM providers natively:
- OpenAI
- Cohere
- Google Gemini

Additionally, Rig currently has the following integration sub-libraries:
- MongoDB vector store: `rig-mongodb`

0 comments on commit 05b5df1

Please sign in to comment.