Christopher Harrison
Christopher Harrison
where you able to get the model running? Were you able to run the model outside the frameware with the ollama command?
@ajmal-yazdani This is a great suggestion. I have been working on a websocket chat agent already. While its not ready for checkin and/or demo yet it will be coming soon....
I just updated the docker image which can run llmware examples in a aks cluster or local cluster. There is a docker-compose file which provides the extra database infrastructure. You...
I have a pull request outstanding which will allow you to play with a full docker-compose full service infrastructure. Please see my pull request for the update.
with docker-compose from the devcontainer folder you can run the following command and then all the infrastructure will be up. Docker exec -it into the llmware container and run the...
I am able to reproduce the issue if I have an extra space or double space in the the query text.
This does not fix the bug. I have submitted the fix already with PR#471