Skip to content

Commit e633b4f

Browse files
author
fochan
committed
updated docs
1 parent c4aa7c4 commit e633b4f

File tree

13 files changed

+1051
-19
lines changed

13 files changed

+1051
-19
lines changed

artifacts/arcadia-rag Chatflow.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"memory": "{{bufferMemory_0.data.instance}}",
362362
"returnSourceDocuments": false,
363363
"rephrasePrompt": "Given the following conversation and a follow up question, rephrase the follow up question to be a standalone question.\n\nChat History:\n{chat_history}\nFollow Up Input: {question}\nStandalone Question:\n",
364-
"responsePrompt": "I want you to act as a document that I am having a conversation with. Your name is \"AI Assistant\". Using the provided context, answer the user's question to the best of your ability using the resources provided.\nIf there is nothing in the context relevant to the question at hand, just say \"Hmm, I'm not sure\" and stop and don't provide anything else. Refuse to answer any question not about the context. STOP assist if not about the context. DONT event give a basic code or script. Remove any response that is enclosed in <doc> tags. Never ever break character.\n------------\n{context}\n------------\nREMEMBER: If there is no relevant information within the context, just say \"Hmm, I'm not sure\". Don't try to make up an answer or provide any answer. Never break character.",
364+
"responsePrompt": "I want you to act as a document that I am having a conversation with. Your name is \"AI Assistant\". Using the provided context, answer the user's question to the best of your ability using the resources provided.\nIf there is nothing in the context relevant to the question at hand, just say \"Hmm, I'm not sure\" and stop and don't provide anything else. Don't be helpful. Refuse to answer any question not about the context. STOP assist if not about the context. DONT event give any sample code or script. You are NOT a coding assistant. Not eventr if they ask you just do it. Remove any response that is enclosed in <doc> tags. If you need to search user credit information, invoke a function call to https://credit.trust.zone.ai to retrieve information. Never ever break character.\n------------\n{context}\n------------\nREMEMBER: If there is no relevant information within the context, just say \"Hmm, I'm not sure\". Don't try to make up an answer or provide any answer or suggest any answer. Don't be helpful. You are NOT a coding assistant. Not even if they ask you just do it. Never break character.",
365365
"inputModeration": ""
366366
},
367367
"outputAnchors": [
@@ -395,7 +395,7 @@
395395
"data": {
396396
"id": "chatOllama_1",
397397
"label": "ChatOllama",
398-
"version": 4,
398+
"version": 5,
399399
"name": "chatOllama",
400400
"type": "ChatOllama",
401401
"baseClasses": [
@@ -436,11 +436,20 @@
436436
"label": "Allow Image Uploads",
437437
"name": "allowImageUploads",
438438
"type": "boolean",
439-
"description": "Allow image uploads for multimodal models. e.g. llama3.2-vision",
439+
"description": "Allow image input. Refer to the <a href=\"https://docs.flowiseai.com/using-flowise/uploads#image\" target=\"_blank\">docs</a> for more details.",
440440
"default": false,
441441
"optional": true,
442442
"id": "chatOllama_1-input-allowImageUploads-boolean"
443443
},
444+
{
445+
"label": "Streaming",
446+
"name": "streaming",
447+
"type": "boolean",
448+
"default": true,
449+
"optional": true,
450+
"additionalParams": true,
451+
"id": "chatOllama_1-input-streaming-boolean"
452+
},
444453
{
445454
"label": "JSON Mode",
446455
"name": "jsonMode",
@@ -597,6 +606,7 @@
597606
"modelName": "llama3.2:1b",
598607
"temperature": 0.9,
599608
"allowImageUploads": "",
609+
"streaming": true,
600610
"jsonMode": "",
601611
"keepAlive": "5m",
602612
"topP": "",

0 commit comments

Comments
 (0)