Me
Me
Please add a clearer example project in future. It's really difficult as a newbie to get Llamasharp to work at all. I'm about to give up on it, I tried...
Likewise, I can't get the example projects to load. Either in 7.0 or 8.0 - LlamaSharp used to work great for me in older versions.
Thanks for the update however it still does not work even with the amendmants. I keep having the following errors. ERROR [2023-06-05 13:41:10]: Ignoring exception in on_message (Line: 515 in...
I decided to try and use your install batch file this time with a fresh install. I used the GGML model which you recommended. I followed the instructions carefully and...
Well I managed to get it working, thanks for not giving up on me. The bot is connecting successfully and processing text so that's great news. Is there any way...
I have the same problem. It just refuses to work with Kobold, I guess I will try TextGenUI next. This is disappointing so I've decided to write my own working...
> [@Webslug](https://github.com/Webslug) Is it possible to provide a project where I can reproduce this on my PC? Never mind, sorry I got it working. Apologies.
It can be done in LlamaSharp. I did it today with Tinyagent-1.1b. You have to load the LLamaSharp.KernelMemory for RAG operations. It's flimsy but works. using LLamaSharp.KernelMemory;