Spaces:
Running
Running
Update README.md with my tasks (#1)
Browse files- Update README.md with my tasks (8c8d6440b378d1f2b840152995209da1bf9e8908)
Co-authored-by: James Dominguez <[email protected]>
README.md
CHANGED
|
@@ -19,13 +19,16 @@ pinned: false
|
|
| 19 |
1. RAG and embedding
|
| 20 |
2. UI (chat application)
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
<!--
|
| 23 |
* UI: could be a Gradio application similar to this https://not-lain-rag-chatbot.hf.space
|
| 24 |
* Deployment: We can ask for GPU grant from HF or I can find us another ground. -->
|
| 25 |
|
| 26 |
|
| 27 |
# Task pool:
|
| 28 |
-
1. Look at QIAGEN dataset. What is in that KG? How to use it?
|
| 29 |
2. Look at Alex Li's post on the Discord group. How is it useful to us?
|
| 30 |
3. More insights on hypophosphatasia. What are the questions that need answering? Diagnosis and what else? From the perspective of patients, doctors, stakeholders
|
| 31 |
|
|
|
|
| 19 |
1. RAG and embedding
|
| 20 |
2. UI (chat application)
|
| 21 |
|
| 22 |
+
## James:
|
| 23 |
+
1. Look at QIAGEN dataset. What is in that KG? How to use it?
|
| 24 |
+
2. Extract entities from a user query and then look them up in the QIAGEN KGs; can the result be used to build a more advanced, 'final' query that gets submitted to the RAG system?
|
| 25 |
+
|
| 26 |
<!--
|
| 27 |
* UI: could be a Gradio application similar to this https://not-lain-rag-chatbot.hf.space
|
| 28 |
* Deployment: We can ask for GPU grant from HF or I can find us another ground. -->
|
| 29 |
|
| 30 |
|
| 31 |
# Task pool:
|
|
|
|
| 32 |
2. Look at Alex Li's post on the Discord group. How is it useful to us?
|
| 33 |
3. More insights on hypophosphatasia. What are the questions that need answering? Diagnosis and what else? From the perspective of patients, doctors, stakeholders
|
| 34 |
|