My first post here! RAG project with a Telegram Bot UI

I finally got around to making our RAG project with a Telegram Bot UI public :fire: :muscle:! Full description blog post coming soon.


We created a comprehensive template that combines RAG capabilities with MLOps best practices. Here are the tools that can be used to build a reliable platform for RAG experiments:

  • To track and share datasets DVC
  • To track experiments and metrics MLFlow
  • To store models and other artifacts Postgres and Minio
  • To wrap all these tools into a containers Docker
  • etc...

Full description blog post coming soon…