From 94e2cfbcbd7931b7d6c361c572b8abe488b61ff9 Mon Sep 17 00:00:00 2001 From: Patrick Scheibe Date: Sat, 19 Oct 2024 00:47:28 +0200 Subject: [PATCH] Update README formatting, contact info and version --- README.md | 8 ++++++-- VERSION | 2 +- bot.py | 3 +-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b95441..ff34de5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # EcoToxFred - Dialogues with a Knowledge Keeper -Here, we present 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. +This is 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. @@ -44,7 +44,11 @@ streamlit run bot.py ## Contributing -You may experience that *EcoToxFred* does not provide appropriate responses. Please provide your query and your expected response and we will improve LLM prompts, provide more examples for zero-shot and few-shot learning, and if necessary even make improvements or adjustments to our Neo4j database (e.g., by integrating additional knowledge). +You may experience that *EcoToxFred* does not provide appropriate responses. +Please provide your query and your expected response, and we will improve LLM prompts, +provide more examples for zero-shot and few-shot learning, +and if necessary even make improvements or adjustments to our Neo4j database +(e.g., by integrating additional knowledge). ## Contact diff --git a/VERSION b/VERSION index 6bcf720..f96d3c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2024.0.0 \ No newline at end of file +2024.1.0 \ No newline at end of file diff --git a/bot.py b/bot.py index cb5d809..a046b22 100644 --- a/bot.py +++ b/bot.py @@ -10,12 +10,11 @@ menu_items={ 'about': f'''**EcoToxFred v{get_version()}** A Neo4j-backed Chatbot discussing environmental monitoring data - contact: Jana Schor jana.schor@ufz.de''' + contact: Jana Schor jana.schor@ufz.de, Patrick Scheibe pscheibe@cbs.mpg.de''' } ) example_questions = [ - "Please provide information about the structure of the database.", "What is Diuron and where has it been measured?", "What is Triclosan? Has it been measured in European freshwater?", "Find the 10 most frequent driver chemicals above a driver importance of 0.6",