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) • 317 B
text/typescript
import * as _genkit_ai_core from '@genkit-ai/core';
import { PluginOptions } from './interfaces/index.mjs';
declare const hnswIndexer: _genkit_ai_core.Plugin<[pluginOptions: PluginOptions]>;
declare const hnswRetriever: _genkit_ai_core.Plugin<[pluginOptions: PluginOptions]>;
export { hnswIndexer, hnswRetriever };