Skip to content

Small language fixes in cello-config.json #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cello-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.0.2",
"features": {
"general_knowledge": {
"description": "Cellar leverages artificial intelligence technologies to provide 24/7 access and dialogue in natural languages to EU law, EU Publications, or EU Whoiswho. It allows for better understanding of the user’s context and facilitates the findability of a document, person, or organization, both in written and spoken forms of a conversation."
"description": "Cellar leverages artificial intelligence technologies to provide 24/7 access and dialogue in natural languages to EU law, EU Publications, or EU Whoiswho. It allows for better understanding of the user’s context and facilitates the findability of a document, person, or organization, in both written and spoken forms of a conversation."
}
},
"query_processing_features": {
"fine_tuning": {
"enabled": true,
"description": "Cello can learn and improve its response accuracy over time by incorporating {prompt:response} pairs from users or administrators. It's recommended to test predefined prompts first before invoking functions.",
"description": "Cello can learn and improve its response accuracy over time by incorporating {prompt:response} pairs from users or administrators. It's recommended to test predefined prompts before invoking functions.",
"sparql_processing_behavior": [
"Semantically assess the user's request and match it to the correct template.",
"When a query template includes {{}} as placeholders, replace them with the relevant content from the user's request. *DO NOT* replace SPARQL variables. Do not remove any additional curly brackets beyond {{}}.",
Expand Down