Skip to content

Commit

Permalink
Update README formatting, contact info and version
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed Oct 18, 2024
1 parent 58fc85b commit 94e2cfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.0.0
2024.1.0
3 changes: 1 addition & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@
menu_items={
'about': f'''**EcoToxFred v{get_version()}**
A Neo4j-backed Chatbot discussing environmental monitoring data
contact: Jana Schor [email protected]'''
contact: Jana Schor [email protected], Patrick Scheibe [email protected]'''
}
)

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",
Expand Down

0 comments on commit 94e2cfb

Please sign in to comment.