Skip to content

GDGVIT/WhereTF-backend

GDSC VIT

WhereTF

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.


Join Us Discord Chat DOCS UI

Features

  • Semantic searching across multiple file types
  • Automated Indexing
  • Hybrid searching (semantic + keyword matching)
  • Query Expansion
  • Search-As-You-Type
  • Relationship Mapping

Dependencies

  • Docker
  • Docker Compose
  • PostgreSQL (with pgvector extension)

Running

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

Contributors

Maneet Gupta

Maneet Gupta

GitHub | LinkedIn
Aryan Rangarajan

Aryan Rangarajan

GitHub | LinkedIn
Prakhar Sethi

Prakhar Sethi

GitHub | LinkedIn

Made with ❤ by GDSC-VIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from GDGVIT/template