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.