Spaces:
Runtime error
Runtime error
Ashutosh Singh
commited on
Commit
·
609295f
1
Parent(s):
b9edf3f
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
I attended THE LLM conference and while this repo is just a way to implement the ideas presented in the conference.
|
| 2 |
+
I made a QA system which takes the text from the transcripts and returns a coherent answer in a markdown format.
|
| 3 |
+
|
| 4 |
+
The RAG uses embdedding + full text search + reranking to get relevant results.
|
| 5 |
+
|
| 6 |
+
Each query is recorded for analysis purpose in the sqlite db. Need to implement a analysis ui.
|
| 7 |
+
|
| 8 |
+
A lot of work needs to be done based on the conference but it's a start. Some screenshots.
|
| 9 |
+
|
| 10 |
+

|
| 11 |
+

|
| 12 |
+

|
| 13 |
+

|