WhereTF is an AI-powered file search tool that lets users find files using natural language and contextual memory instead of exact filenames. It understands file content and retrieves the most relevant results based on meaning, making file search faster and more intuitive.
- Semantic searching across multiple file types
- Automated Indexing
- Hybrid searching (semantic + keyword matching)
- Query Expansion
- Search-As-You-Type
- Relationship Mapping
- Docker
- Docker Compose
- PostgreSQL (with
pgvectorextension)
First, clone the repository and navigate into the project directory:
git clone https://github.com/GDGVIT/WhereTF-backend
cd WhereTF-backend
Start the application and database using Docker Compose:
docker-compose up --build -d
(The backend will be available on port 8000, and the database will be mapped to port 5433)
To stop the services:
docker-compose down
Maneet Gupta![]() GitHub | LinkedIn |
Aryan Rangarajan![]() GitHub | LinkedIn |
Prakhar Sethi![]() GitHub | LinkedIn |
Made with ❤ by GDSC-VIT


