Documentation Index
Fetch the complete documentation index at: https://llm-tools.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
You can use redis as a data store.
Install Redis addon
npm install @llm-tools/embedjs-redis
Usage
import { RAGApplicationBuilder } from '@llm-tools/embedjs';
import { RedisStore } from '@llm-tools/embedjs-redis';
const app = await new RAGApplicationBuilder()
.setStore(new RedisStore({ ... }))
If you can't find specific feature or run into issues, please feel free to reach out through the following channels.
GitHub
Open an issue on our GitHub