CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
telegram_rag_bot/__init__.py
telegram_rag_bot/__main__.py
telegram_rag_bot/config_loader.py
telegram_rag_bot/handlers.py
telegram_rag_bot/main.py
telegram_rag_bot.egg-info/PKG-INFO
telegram_rag_bot.egg-info/SOURCES.txt
telegram_rag_bot.egg-info/dependency_links.txt
telegram_rag_bot.egg-info/entry_points.txt
telegram_rag_bot.egg-info/requires.txt
telegram_rag_bot.egg-info/top_level.txt
telegram_rag_bot/embeddings/__init__.py
telegram_rag_bot/embeddings/base.py
telegram_rag_bot/embeddings/factory.py
telegram_rag_bot/embeddings/gigachat.py
telegram_rag_bot/embeddings/local.py
telegram_rag_bot/embeddings/yandex.py
telegram_rag_bot/langchain_adapter/__init__.py
telegram_rag_bot/langchain_adapter/rag_chains.py
telegram_rag_bot/templates/.env.example
telegram_rag_bot/templates/config.yaml.template
telegram_rag_bot/templates/faq_example.md
telegram_rag_bot/utils/__init__.py
telegram_rag_bot/utils/feedback_collector.py
telegram_rag_bot/utils/logger.py
telegram_rag_bot/utils/metrics.py
telegram_rag_bot/utils/session_manager.py
telegram_rag_bot/vectorstore/__init__.py
telegram_rag_bot/vectorstore/base.py
telegram_rag_bot/vectorstore/cloud_opensearch.py
telegram_rag_bot/vectorstore/factory.py
telegram_rag_bot/vectorstore/local_faiss.py
tests/conftest.py
tests/load_test.py
tests/test_config_loader.py
tests/test_embeddings.py
tests/test_feedback_collector.py
tests/test_handlers.py
tests/test_rag_chains.py
tests/test_session_manager.py
tests/test_vectorstore.py