You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
AutoRAGClient: RAG Pipeline Management Client
Purpose
AutoRAGClient is a client library designed to simplify the creation and management of RAG (Retrieval-Augmented Generation) pipelines through a REST API interface.
Key Features
Project Management
Create new RAG projects
Manage documents within projects
Project-level configuration
Document Processing
Support for multiple file formats (PDF, TXT, CSV, MD)
Batch file uploads with pattern matching
File tracking and management
Embedding Management
Generate vector embeddings for documents
Flexible vector storage options
Automatic embedding model selection
RAG Pipeline Operations
Create and manage RAG pipelines
Question-answering capabilities
Context retrieval and results management
Technical Details
Asynchronous HTTP client (using aiohttp)
Context manager support (async with syntax)
Environment-based configuration
Integrated logging system
Error handling and API error abstractions
Usage Example
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
AutoRAGClient: RAG Pipeline Management Client
Purpose
AutoRAGClient is a client library designed to simplify the creation and management of RAG (Retrieval-Augmented Generation) pipelines through a REST API interface.
Key Features
Project Management
Document Processing
Embedding Management
RAG Pipeline Operations
Technical Details
async with
syntax)Usage Example
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: