From c95180e7dfef8db218e34d157d25f7780136084d Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 24 Oct 2024 11:35:09 -0400 Subject: [PATCH] docs: Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fc00ad07..e5657b35 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ or just `full` to enable all features (`cargo add tokio --features macros,rt-mul Rig supports the following LLM providers natively: - OpenAI - Cohere +- Anthropic +- Perplexity Additionally, Rig currently has the following integration sub-libraries: - MongoDB vector store: `rig-mongodb` +- LanceDB vector store: `rig-lancedb`