Replies: 1 comment
-
The behavior seems normal considering that KM is using only vector search with Qdrant. Acronyms like "CVE-2024-45302" are not indexable with embedding vectors. When using a single doc, the storage likely contains just one record, and that's probably why the right record is pulled into the RAG prompt. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context / Scenario
I am using latest ollama connector and qdrant db with
llama3.2:latest
. Below is the code snippet -While using any of the document it works well, however while using multiple
ImportDocumentAsync
it does not work.You may find the files here - CVE-2024-45302.json
CVE-2021-27293.json
What happened?
Seems like db has valid data, here is the sc -

However, while asking the question it shows INFO NOT FOUND for CVE-2021-27293
Importance
I cannot use Kernel Memory
Platform, Language, Versions
.NET 8
Microsoft.KernelMemory.AI.Ollama : 0.78.241005.1
Microsoft.KernelMemory.Core : 0.78.241005.1
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions