🔍 一个功能强大的 Telegram 聊天记录搜索工具,支持向量搜索和语义匹配。A powerful Telegram chat search tool with vector search and semantic matching capabilities.
唯一官方网站为
intentchat.app
,其他网站均为诈骗。我们未发行任何虚拟货币,请勿上当受骗。
本软件仅可导出您自己的聊天记录以便搜索,请勿用于非法用途。
<a href="https://trendshift.io/repositories/13868" target="_blank"><img src="https://trendshift.io/api/badge/repositories/13868" alt="groupultra%2Ftelegram-search | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
一个功能强大的 Telegram 聊天记录搜索工具,支持向量搜索和语义匹配。基于 OpenAI 的语义向量技术,让你的 Telegram 消息检索更智能、更精准。
这是启动 Telegram Search 的最简便的方式,它会通过 Docker 启动所有必需的服务(包括数据库和应用服务器)。
git clone https://github.com/GramSearch/telegram-search.git
cd telegram-search
config/config.yaml
中的设置。database.host
的值为数据库容器的服务名称 "pgvector"。cp config/config.example.yaml config/config.yaml
docker compose up -d
访问 http://localhost:3333
即可打开搜索界面。
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 pgvector
pnpm run db:migrate
# 启动后端服务
pnpm run dev:server
# 启动前端界面
pnpm run dev:frontend
访问 http://localhost:3333
即可打开搜索界面。
groupultra/telegram-search
February 8, 2025
July 7, 2025
TypeScript