Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,39 @@ colorFrom: purple
|
|
5 |
colorTo: pink
|
6 |
sdk: static
|
7 |
pinned: false
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
colorTo: pink
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
+
thumbnail: >-
|
9 |
+
https://cdn-uploads.huggingface.co/production/uploads/687e8e5f2a934193c10cc921/y3aliy462eANEyQCBPfOG.png
|
10 |
---
|
11 |
|
12 |
+
## RAG-Experiments
|
13 |
+
|
14 |
+
Exploring Retrieval-Augmented Generation (RAG) methods with practical, reproducible experiments.
|
15 |
+
We focus on building lightweight APIs, model comparisons, and exploratory demos around RAG, vector databases, embeddings, and evaluation.
|
16 |
+
|
17 |
+
## What We Do
|
18 |
+
|
19 |
+
Minimal RAG APIs (FastAPI + FAISS + embeddings).
|
20 |
+
|
21 |
+
Comparative experiments: Markov chains vs. LLMs, chunking strategies, rerankers.
|
22 |
+
|
23 |
+
End-to-end Spaces for testing retrieval and generation workflows.
|
24 |
+
|
25 |
+
Educational, open, and reproducible — for the community.
|
26 |
+
|
27 |
+
## Projects
|
28 |
+
|
29 |
+
Minimal RAG API
|
30 |
+
|
31 |
+
Chunking, reranking, and persistence strategies (ongoing)
|
32 |
+
|
33 |
+
## Contributors
|
34 |
+
|
35 |
+
This org is developed and maintained by:
|
36 |
+
|
37 |
+
Naga Adithya Kaushik — ML Engineer, GenAI enthusiast.
|
38 |
+
|
39 |
+
## Join the Journey
|
40 |
+
|
41 |
+
All experiments are open-source and community-friendly.
|
42 |
+
|
43 |
+
Check out the Spaces, fork projects, and share feedback!
|