Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
npm install @llm-tools/embedjs-redis
import { RAGApplicationBuilder } from '@llm-tools/embedjs'; import { RedisStore } from '@llm-tools/embedjs-redis'; const app = await new RAGApplicationBuilder() .setStore(new RedisStore({ ... }))
Was this page helpful?