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.
ANTHROPIC_API_KEY="<Your key>"
npm install @llm-tools/embedjs-anthropic
import { RAGApplicationBuilder } from '@llm-tools/embedjs'; import { Anthropic } from '@llm-tools/embedjs-anthropic'; const app = await new RAGApplicationBuilder() .setModel(new Anthropic({ modelName: "..." }))
Was this page helpful?