Telegram Search is a powerful Telegram chat history search tool that supports vector search and semantic matching. Powered by OpenAI's semantic vector technology, it makes your Telegram message retrieval smarter and more accurate.
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
# Start the backend service
pnpm run dev:server
# Start the frontend interface
pnpm run dev:frontend
http://localhost:3333
to use the search interface.