yigbt / EcoToxFred

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.
0 stars 0 forks source link

Fix assembled prompts #8

Closed halirutan closed 1 month ago

halirutan commented 1 month ago

While building the final prompts from the single parts, I found that some issues need fixing.

prompt_cypher_general

There are a few issues that need to be untangled.

How to debug

There are probably some more issues I haven't found. To debug them, use

import prompts as p
print(p.Prompts.cypher_general.prompt)

for all available Prompts

mai00fti commented 1 month ago

Errors fixed. Plot prompt added. All prompts generated and reviewed as suggested.