UNPKG

genkitx-hnsw

Version:

Firebase Genkit AI framework plugin for HNSW vector database. Get AI response enriched with additional context and knowledge with HNSW Vector Database using RAG Implementation

8 lines (5 loc) 316 B
import * as _genkit_ai_core from '@genkit-ai/core'; import { PluginOptions } from './interfaces/index.js'; declare const hnswIndexer: _genkit_ai_core.Plugin<[pluginOptions: PluginOptions]>; declare const hnswRetriever: _genkit_ai_core.Plugin<[pluginOptions: PluginOptions]>; export { hnswIndexer, hnswRetriever };