Igor Schlumberger

Results 126 comments of Igor Schlumberger
trafficstars

Hi @ianschmitz are you on MacOS? If you create a new user in your computer, car you reproduce the issue?

@jayouimet Thank you. Very interesting. Ollama could have an option to lock several LLMs in memory and handle a queue of requests to avoid setting this on your side.

In the last version, you can now setup multiple instance of Ollama at the same time and keep a certain number of LLM in memory, it looks like a good...

Hello @FaizelK, Direct database connections are not currently supported by Ollama. However, you can create a webpage that connects to the database and extracts data from it, which can then...

Nice. I understand that the user describes their query in natural language. It's converted into SQL queries by an LLM. The script retrieves results from a database. Then, another LLM...

Hi @MathematicianOnGithub Models don't give the same answer each time, specially for an open prompt like "Hello". If you want answers to look very close the can set the temperature...

@questsin I see that you have issues compiling in Go on Azure. Are you able to build a sample go application? If not the problem should be reported to Azure...

OK, in this page : https://go.dev/dl/ We can see that the latest version of go is version 1.21.5 If I change the number in the link, I still have a...

Hi @4thanks can you try with version 0.1.36 ?

Sorry, I cannot help. I'm on MacOS.