Welcome to PromptMan Discussions! #37
VeryComplexAndLongName
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’ve been working on an open-source Python project called ragflow_orchestrator focused on modular and database-agnostic RAG infrastructure.
Repository:
https://github.com/VeryComplexAndLongName/RagOrchestrator
The original goal was surprisingly simple:
Build a retrieval system that can be integrated into existing applications without forcing an entire AI framework ecosystem.
A few design decisions that shaped the project:
One important architectural decision:
The project already contains:
While building this, I kept running into the same question:
Why are so many RAG systems tightly coupled to:
In production systems, flexibility usually matters more than framework completeness.
Some discussion topics I’d genuinely love feedback on:
Curious how others are approaching these problems in real-world systems.
All reactions