diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-12-06 19:21:57 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-12-06 19:21:57 +0100 |
| commit | eed704d23bc53e5d0359072e5e2134b469ae2eef (patch) | |
| tree | 2518c10e9e478a4c04845db3b81442ee9dfca7cb /defaults | |
| parent | ed9ea238b1e7d4a89d77acea790b08b6f2b1ed49 (diff) | |
added RAG configuration page
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacy.init | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index d61ddafe8..306ab5969 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1416,11 +1416,15 @@ crawler.userAgent.clienttimeout = 10000 # experiments with timeout requests
timeoutrequests = true
-# interface decorations
-decoration.audio = false
-decoration.grafics.linkstructure = true
-decoration.hostanalysis = false
-decoration.simpleheadernavbar = navbar-default
-
-# ai settings
-ai.production_models = {}
\ No newline at end of file +# interface decorations +decoration.audio = false +decoration.grafics.linkstructure = true +decoration.hostanalysis = false +decoration.simpleheadernavbar = navbar-default + +# ai settings +ai.production_models = {} +ai.system-prompt = You are a smart and helpful chatbot. If possible, use friendly emojies. +ai.llm-system-prefix = \n\nYou may receive additional expert knowledge in the user prompt after a 'Additional Information' headline to enhance your knowledge. Use it only if applicable. +ai.llm-user-prefix = \n\nAdditional Information:\n\nbelow you find a collection of texts that might be useful to generate a response. Do not discuss these documents, just use them to answer the question above.\n\n +ai.llm-query-generator-prefix = Make a list of search words with low document frequency for the following prompt; use a JSON Array: |
