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.
npm install @llm-tools/embedjs-vertexai
import { RAGApplicationBuilder } from '@llm-tools/embedjs'; import { GeckoEmbeddings } from '@llm-tools/embedjs-vertexai'; import { HNSWDb } from '@llm-tools/embedjs-hnswlib'; const app = await new RAGApplicationBuilder() .setEmbeddingModel(new GeckoEmbeddings())
Was this page helpful?