-
Notifications
You must be signed in to change notification settings - Fork 104
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
OpenWebUI issues #1261
Comments
I guess you need to handle if text is null here: Line 98 in 3d322ce
|
You mean Dev UI, right? This happens when you search for relevant embeddings but provide a blank reference text. Right, this could be handled on the client side so that it fails faster, no need to send a request to the server in this case |
Right, DevUI |
Btw. I'm noticing that we're probably splitting the documents into too small segments, max-segment-size=100 seems to split it into chunks shorter even than one sentence |
|
OpenWebUI isn't integrated with the |
Might have copy and pasted the wrong stack trace |
Anyway, I've submitted #1265 to fix the Dev UI thing, if you have any more, please provide more context :) but I don't think the OpenWebUI makes any sense in step 6 because it just calls the OpenAI model directly and you can't get RAG working with it AFAIK |
Can't really remember more at this point, so let's close the issue |
When using the OpenWebUI for Quarkud LangChain4j workshop one sees the following:
cc @iocanel @phillip-kruger
The text was updated successfully, but these errors were encountered: