Knowledge2Model/Hugging2Graph/TODOS

16 lines
541 B
Plaintext
Raw Normal View History

2024-06-12 21:00:52 +08:00
12/06/24
2024-06-26 21:00:41 +08:00
1. hugging api to KG - Daniel and Bo
1.0 https://huggingface.co/docs/hub/api json to dictionary
2024-06-12 21:00:52 +08:00
1.1 text to KG
2024-06-26 21:00:41 +08:00
2. KG RAG, not graph database RAG - Lars and Stefan
2.0 try manual querry with more complex returns, more than a single node
2.1 have LLM write the querry code, https://python.langchain.com/v0.1/docs/use_cases/graph/
2024-06-12 20:48:28 +08:00
3. How to get the code for building the model, transformers have the model loader
2024-06-26 21:00:41 +08:00
2024-06-12 20:48:28 +08:00
4. specifics e.g. LLM have specific tokenizers
2024-06-26 21:00:41 +08:00
5. graph format stay with rdflib with ttl, no neo4j