Skip to content

Commit

Permalink
docs: missing why rig section:
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger committed Dec 19, 2024
1 parent 97cce13 commit 7dafef7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ Rig is a Rust library for building portable, modular, and lightweight Fullstack
<summary>
Why Rig?
</summary>
Rig is a Rust library for building portable, modular, and lightweight Fullstack AI Agents. You can find API documentation on [docs.rs](https://docs.rs/rig-core).

- <BrainCircuit />Full support for LLM completion and embedding workflows
- <Lightbulb /> Simple but powerful common abstractions over LLM providers (e.g. OpenAI, Cohere) and vector stores (e.g. MongoDB, in-memory)
- <Blocks /> Integrate LLMs in your app with minimal boilerplate

</details>

<details>
<summary>
Why Rust?
</summary>
Rust 🦀 has many advantages over Python or JS/TS, used by AI frameworks like Langchain, LlamaIndex.
Rust 🦀 has many advantages over Python or JS/TS, used by AI frameworks like Langchain, LlamaIndex, Marvin, PyDantic, etc.

To vizualise's Rust's edge over other languages, you can check out this [tool](https://benjdd.com/languages/).

Expand Down

0 comments on commit 7dafef7

Please sign in to comment.