Get Started
Components
- EmbedJs Components
- ποΈ Data sources
- ποΈ Vector databases
- π€ Large language models
- 𧩠Embedding models
- β‘ Stores
Integrations
Product
LlamaCpp
You can also use locally running models by node-llama-cpp
.
Install LlamaCpp addon
npm install @llm-tools/embedjs-llama-cpp
Usage
import { RAGApplicationBuilder } from '@llm-tools/embedjs';
import { LlamaCpp } from '@llm-tools/embedjs-llama-cpp';
const app = await new RAGApplicationBuilder()
.setModel(new LlamaCpp({
modelPath: "../models/llama-3.1-8b-instruct-hf-q4_k_m.gguf",
}))
Was this page helpful?
On this page