Back to Rig

Rig SurrealDB integration

rig-integrations/rig-surrealdb/README.md

latest1.2 KB
Original Source

Rig SurrealDB integration

This crate integrates SurrealDB into Rig, allowing you to easily use RAG with this database.

Installation

To install this crate, run the following command in a Rust project directory which will add rig-surrealdb as a dependency (requires rig-core added for intended usage):

bash
cargo add rig-surrealdb

There's a few different ways you can run SurrealDB:

How to run the example

To run the example, add your OpenAI API key as an environment variable:

bash
export OPENAI_API_KEY=my_key

Finally, use the following command below to run the example:

bash
cargo run --example vector_search_surreal --features rig-core/derive