Install LibSQL 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-libsql
import { RAGApplicationBuilder } from '@llm-tools/embedjs';
import { LibSqlStore } from '@llm-tools/embedjs-libsql';
const app = await new RAGApplicationBuilder()
.setStore(new LibSqlStore({ path: './data.db' }))
Was this page helpful?
