Skip to content

chameleon-lizard/SkoltechChatBot

Repository files navigation

Skoltech chatbot

Agentic RAG bot, which I made because I was bored. To run:

  1. Add .env file with the following info:
BOT_TOKEN=<bot token>
TOKEN=<token for llm api>
JUDGE_API_LINK=<api link for judge llm for evals>
API_LINK=http://vllm:8001/v1
CHATBOT_MODEL=Qwen/Qwen2-7B-Instruct

JUDGE_MODEL=openai/gpt-4o-mini
RERANKER_MODEL=BAAI/bge-reranker-v2-m3
EMBEDDER_MODEL=intfloat/multilingual-e5-large-instruct
  1. Run docker compose up:
docker compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published