MongoDB is also supported as a vector database. This is separate from that.
Install MongoDB addon
Usage
GitHub
Open an issue on our GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
npm install @llm-tools/embedjs-mongodb
import { RAGApplicationBuilder } from '@llm-tools/embedjs';
import { MongoStore } from '@llm-tools/embedjs-mongodb';
const app = await new RAGApplicationBuilder()
.setStore(new MongoStore({ ... }))
Was this page helpful?
