keppy commited on
Commit
8c8d644
1 Parent(s): c87874f

Update README.md with my tasks

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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