Spaces:
Sleeping
Sleeping
Islam Mamedov commited on
Commit ·
7ecab77
1
Parent(s): 07bd961
Add product demo GIF to README
Browse files- .gitattributes +1 -0
- README.md +14 -0
- assets/codebase-rag-demo.gif +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -22,6 +22,20 @@ Ask technical questions about FastAPI and receive answers grounded in its source
|
|
| 22 |
[](LICENSE)
|
| 23 |
[](https://github.com/islam-mamedov/codebase-rag/actions/workflows/ci.yml)
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
</div>
|
| 26 |
|
| 27 |
---
|
|
|
|
| 22 |
[](LICENSE)
|
| 23 |
[](https://github.com/islam-mamedov/codebase-rag/actions/workflows/ci.yml)
|
| 24 |
|
| 25 |
+
<br>
|
| 26 |
+
|
| 27 |
+
<img
|
| 28 |
+
src="assets/codebase-rag-demo.gif"
|
| 29 |
+
alt="FastAPI Codebase Q&A retrieving evidence and generating a grounded answer"
|
| 30 |
+
width="1000"
|
| 31 |
+
/>
|
| 32 |
+
|
| 33 |
+
<br>
|
| 34 |
+
|
| 35 |
+
<p>
|
| 36 |
+
<b>Question → Retrieval → Grounded answer → Source evidence</b>
|
| 37 |
+
</p>
|
| 38 |
+
|
| 39 |
</div>
|
| 40 |
|
| 41 |
---
|
assets/codebase-rag-demo.gif
ADDED
|
Git LFS Details
|