Spaces:
Sleeping
Sleeping
Update README (1).md
Browse files- README (1).md +2 -2
README (1).md
CHANGED
|
@@ -24,7 +24,7 @@ This tool implements a full 6-step RAG (Retrieval-Augmented Generation) pipeline
|
|
| 24 |
| **3. Embed** | `all-MiniLM-L6-v2` encodes each chunk into a 384-dim vector |
|
| 25 |
| **4. Store** | ChromaDB holds all vectors in an in-memory collection |
|
| 26 |
| **5. Retrieve** | Semantic search returns the 10 most relevant chunks |
|
| 27 |
-
| **6. Generate** |
|
| 28 |
|
| 29 |
## Tech Stack
|
| 30 |
|
|
@@ -68,4 +68,4 @@ This gives more focused, accurate, and cost-efficient results — and is directl
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
-
Built by [Sammie Wong](https://linkedin.com/in/)
|
|
|
|
| 24 |
| **3. Embed** | `all-MiniLM-L6-v2` encodes each chunk into a 384-dim vector |
|
| 25 |
| **4. Store** | ChromaDB holds all vectors in an in-memory collection |
|
| 26 |
| **5. Retrieve** | Semantic search returns the 10 most relevant chunks |
|
| 27 |
+
| **6. Generate** | Gemini analyses the retrieved context and returns a structured trend signal |
|
| 28 |
|
| 29 |
## Tech Stack
|
| 30 |
|
|
|
|
| 68 |
|
| 69 |
---
|
| 70 |
|
| 71 |
+
Built by [Sammie Wong](https://linkedin.com/in/sammie-wong)
|