Tool that enables smart search of Telegram chat history using vector search and semantic matching
一个功能强大的 Telegram 聊天记录搜索工具,支持向量搜索和语义匹配。基于 OpenAI 的语义向量技术,让你的 Telegram 消息检索更智能、更精准。
git clone https://github.com/GramSearch/telegram-search.git
cd telegram-search
pnpm install
cp config/config.example.yaml config/config.yaml
docker compose up -d
pnpm run db:migrate
# 启动后端服务
pnpm run dev:server
# 启动前端界面
pnpm run dev:frontend
访问 http://localhost:3333
即可打开搜索界面。
MIT License © 2025