EcoToxFred, a Neo4j-backed Chatbot with whom you can discuss environmental monitoring data collected in a large knowledge graph and stored in a Neo4j Graph Database. EcoToxFred is a prototype that demonstrates how domain-specific knowledge can be combined with LLMs to facilitate the interaction between users and (domain-specific) knowledge.
While building the final prompts from the single parts, I found that some issues need fixing.
basic_intro.yml
hastools
andtoolnames
placeholders that is not usedagent_intro.yml
has parametertoolnames
while in the prompt it's spelledtool-names
prompt_cypher_general
There are a few issues that need to be untangled.
prompt_cypher_general.yml
contains placeholder{basic_intro}
and{cypher_intro}
and{cypher_intro}
itself contains again{basic_intro}
cypher_intro.yml
andcypher_instructions_general.yml
have a<context>
sectionHow to debug
There are probably some more issues I haven't found. To debug them, use
for all available
Prompts