Replies: 1 comment
-
The logic changed , i'm just swap to chunk the output of retrieval chain to separate system prompt and update only system prompt. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, i;m very love this repo, and webui, too
I'm trying to test the pipline as a rag filter to process the user query to add context in it.
Here's the code
When i first time test the question is smooth and okay. But after that, all the UI hang, and this issue raise.
File "E:\AI_Project\NCKH\Graduation\open-webui\backend\main.py", line 1177, in chat_completed
"chat_id": data["chat_id"],
~~~~^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
What did i missed ?
Beta Was this translation helpful? Give feedback.
All reactions