QueryNest is a smart file search app built with Flutter and Vector Databases.
Instead of searching files by their names, QueryNest lets you ask questions or provide a topic, and it finds the most relevant files based on meaning (semantic search).
- 📂 Add and manage multiple files in the app.
- 🔍 Semantic search powered by embeddings + vector DB (meaning-based search, not just filename).
- 🧠 Ask natural language questions to retrieve files.
- 📱 Built with Flutter for cross-platform support.
- ⚡ Supports both browser/web preview and real device testing.
- Frontend: Flutter
- Backend/Vector Store: Python + Vector DB (FAISS)
- Platform: Works on Android, iOS (with Mac for builds), Web, and Desktop
- Flutter SDK (>=3.x) installed → Install Flutter
- Python 3.x with virtual environment
- A Vector DB service account (or local FAISS setup)
git clone https://github.com/<your-username>/QueryNest.git
cd QueryNestflutter pub getflutter run -d chromeflutter pub getPull requests are welcome! For major changes, please open an issue first to discuss what you’d like to add.
This project is licensed under the MIT License. See the LICENSE file for details.