UNPKG

rag-system-pgvector

Version:

A complete Retrieval-Augmented Generation system using pgvector, LangChain, and LangGraph for Node.js applications with dynamic embedding and model providers, structured data queries, and chat history - supports OpenAI, Anthropic, HuggingFace, Azure, Goog

5 lines (4 loc) 200 B
// Services exports export { DocumentStoreLangChain } from './documentStoreLangChain.js'; export { DocumentStore } from './documentStore.js'; export { SessionManager } from './sessionManager.js';