Muhammed Nazeem

Results 237 comments of Muhammed Nazeem
trafficstars

Hey, maybe you need to give a little more information about "Farun" to the application, or maybe try enabling "Use Hybrid Search Retrieval," which may solve the issue. ![image](https://github.com/n4ze3m/dialoqbase/assets/39720973/11880a42-d48b-46ed-95b6-a71d9c18590a)

😅 I will look into it to fix in dialoqbase side. And it's usually because of model hallucinating.

Hey, there is no way to do it currently, but it will be added in the next update (1.7.1)

Hey, this is the first time I'm hearing about Llamafile. I will look into how to add support to page assist :)

Hey, thank you for the suggestion. It is possible to add, but it will be slow since Ollama needs to load different models for each message, one after another.

Hey, sorry about that. Is your Ollama server running locally? If not, you need to run it. You can download Ollama from here: https://ollama.com/download

> I'm jumping in to ask about using a remote installation of ollama. When trying something like http://10.0.0.10:11434 as the url_base it can't find the server. The server is accessible...

🤔 can you try this command ``` OLLAMA_HOST=0.0.0.0 OLLAMA_ORIGINS=* ollama serve ```

Hey guys, a new fix has been released for this issue. All you need to do is go to Settings > Ollama setting and enable custom origin URL, which will...