AI assistant for file search in Telegram
I developed an AI bot for Telegram that helps users save, organize, and quickly find files using natural language queries. Users can send documents, notes, and images, and then find them by meaning rather than just by title. I implemented semantic search based on OpenAI Embeddings, search for similar files, generation of brief descriptions, and convenient file management directly in the chat. MongoDB was used for data storage and scalable search.