From 0bfee690a86a04ff640c69fb7c2adb591e0ff38d Mon Sep 17 00:00:00 2001
From: Aryan Rangarajan
Date: Fri, 12 Jun 2026 00:28:11 +0530
Subject: [PATCH 1/2] Add Pydantic schemas for files, content and relations
---
app/schemas/content.py | 0
app/schemas/file.py | 0
app/schemas/relationship.py | 0
3 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 app/schemas/content.py
create mode 100644 app/schemas/file.py
create mode 100644 app/schemas/relationship.py
diff --git a/app/schemas/content.py b/app/schemas/content.py
new file mode 100644
index 0000000..e69de29
diff --git a/app/schemas/file.py b/app/schemas/file.py
new file mode 100644
index 0000000..e69de29
diff --git a/app/schemas/relationship.py b/app/schemas/relationship.py
new file mode 100644
index 0000000..e69de29
From daced6e351e206c4224f2adf29598e9b7fbe6371 Mon Sep 17 00:00:00 2001
From: Aryan Rangarajan
Date: Fri, 12 Jun 2026 00:49:31 +0530
Subject: [PATCH 2/2] Update README documentation
---
README.md | 48 +++++++++++++++++++++++++++++++++++++++---------
1 file changed, 39 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 8f25179..9551c6f 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
- < Insert Project Title Here >
- < Insert Project Description Here >
+ 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.
---
@@ -15,10 +15,12 @@
## Features
-- [ ] < feature >
-- [ ] < feature >
-- [ ] < feature >
-- [ ] < feature >
+- [ ] Semantic searching across multiple file types
+- [ ] Automated Indexing
+- [ ] Hybrid searching(semantic+keyword matching)
+- [ ] Query Expansion
+- [ ] Search-As-You-Type
+- [ ] Relationship Mapping
@@ -46,15 +48,43 @@