-
I have setup a knowledge base in Ollama using OpenWebUI interface and given it a name. When using OpenWebUI prompt you can use a # sign to refer to a certain knowledge base and ask questions in that context. I tried to add a # knowledge base at the beginning of the user query text but it seems that it doesn't work. How can we set the context of the question to a certain knowledge base ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is not possible because with OllamaSharp you are using Ollama directly. Data stored elsewhere - like in this case in OpenWebUI - is not accessible this way. |
Beta Was this translation helpful? Give feedback.
This is not possible because with OllamaSharp you are using Ollama directly. Data stored elsewhere - like in this case in OpenWebUI - is not accessible this way.