@autonia/rag
v0.1.25
Published
RAG stores for AgentGraph
Downloads
27
Readme
@autonia/rag
Retrieval-Augmented Generation (RAG) implementation
Purpose
Implements RAG functionality for enhanced AI responses with knowledge retrieval.
Features
- RAG implementation
- Knowledge retrieval
- Document chunking
- Vector storage
Installation
npm install @autonia/rag
# or
pnpm add @autonia/rag
# or
yarn add @autonia/ragUsage
import /* exports */ "@autonia/rag";
// Usage examples will be added as the API stabilizesDevelopment
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
