Install LMDB 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-lmdb
import { RAGApplicationBuilder } from '@llm-tools/embedjs';
import { LmdbStore } from '@llm-tools/embedjs-lmdb';
const app = await new RAGApplicationBuilder()
.setStore(new LmdbStore({ path: path.resolve('./store') }))
Was this page helpful?
