-
### Overview
[Kernel Memory](https://github.com/microsoft/kernel-memory) is a great way to inject RAG capabilities in an application. It can be run as a container, so it'd be pretty easy to write the…
-
It seems that we had some error in the enumerateArray, probably the api did not respond something useful, but the problem is that we have a generic error and absolutely no clue on what really happened…
-
### Description
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Cannot use this `SafeLLamaContextHandle` - it has been disposed'.
at LLama.Native.SafeLLamaContex…
aropb updated
2 months ago
-
### Description
i am trying the below code but getting multiple errors
```
using LLama.Common;
using LLamaSharp.KernelMemory;
using Microsoft.KernelMemory;
using Microsoft.KernelMemory.C…
-
### Description
I use KernelMemory. LogiBits is empty.
The error occurs at the time of the call:
memory.AskAsync()
![Screenshot_1](https://github.com/user-attachments/assets/e563258c-371e-41…
aropb updated
3 weeks ago
-
**.Net: Observability**
We are using the Semantic Kernel C# SDK, but having some troubles identifying the possibilities to monitor & troubleshoot this solution.
We are using a `KernelFunction` usi…
-
### Description
When i try to use the Q&A features,
KernelMemory.cs -> await AnswerQuestion(memory, question1);
i have the following exception LLama.Exceptions.GetLogitsInvalidIndexException:…
emulk updated
2 months ago
-
### Description
I get an error Method not found: 'Double Microsoft.KernelMemory.AI'
### Reproduction Steps
repeating the example, except replacing the document with text
https://github.com/SciSha…
-
Running KM functional tests with 0.9.5, looks like there's a couple of regressions:
![image](https://github.com/freemindlabsinc/FreeMindLabs.KernelMemory.Elasticsearch/assets/371009/252b71a8-8ed0-4…
dluc updated
7 months ago
-
### Description
model https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct-GGUF/blob/main/qwen2.5-coder-7b-instruct-q5_k_m.gguf
Generate using GPU source code
Run the source code example LLama Ker…