直接用LLM是不精确的,需要结合graph DB+LLM,参见: https://medium.com/neo4j/harnessing-large-language-models-with-neo4j-306ccbdd2867 https://neo4j.com/developer-blog/fine-tuning-retrieval-augmented-generation/ https://github.com/neo4j/NaLLM 以上是两篇系列文章,介绍neo4j db如何和LLM交互的,第3个link是github的demo工程,其中提到两个case: a)已有数据在图数据库,如何根据用户的输入从图数据库中提取数据,再用LLM生成答案 b)如何利用LLM从非结构化文章中提取文章,存入图数据库
标签:LLM,graph,db,https,neo4j,com From: https://www.cnblogs.com/saaspeter/p/17592382.html