neo4j / NaLLM

Repository for the NaLLM project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: is this a typo?

nawara72 opened this issue · comments

Hi

First thanks a lot for sharing, I am very interested in Neo4j + LLM applications and have been trying to use your code

I was just wondering if there is a bug in line 140 in
In /NaLLM/tree/main/api/src/components/unstructured_data_extractor.py

        {"role": "system", "content": generate_system_message_with_schema()},

should that line instead be
{"role": "system", "content": generate_system_message()},

since it is for the case where no schema is given?

Thanks again