Skip to content
#

rag-assistant

Here are 5 public repositories matching this topic...

Ассистент с технологией RAG (Retrieval-Augmented Generation) для работы с литературными текстами. Система использует локальную языковую модель и векторную базу знаний для точных ответов на вопросы по литературным произведениям.

  • Updated Dec 23, 2025
  • Python

Retrieval Augmented Generation(RAG) is a technique that enhances the capabilities of LLMs by combining information retrieval with text generation. Instead of relying on pre-trained knowledge, RAG fetch relevant data from external sources and use it to generate more accurate responses..

  • Updated Apr 1, 2026
  • Python

A production-ready Retrieval-Augmented Generation (RAG) assistant designed for customer support, leveraging hybrid search, LLM-based generation, and policy enforcement for accurate, citation-based responses. Includes features for real-time data handling, PII masking, and SLA compliance in energy and telecom domains.

  • Updated Feb 11, 2026
  • Python

Improve this page

Add a description, image, and links to the rag-assistant topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rag-assistant topic, visit your repo's landing page and select "manage topics."

Learn more