kernel-memory
kernel-memory copied to clipboard
RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
## Motivation and Context (Why the change? What's the scenario?) See #408.
## Motivation and Context (Why the change? What's the scenario?) Things are moving fast in the Vector Support for SQL Azure. Now that the official VECTOR type has been introduced...
### Context / Scenario I am using latest ollama connector and qdrant db with `llama3.2:latest`. Below is the code snippet - ``` using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.KernelMemory; using Microsoft.KernelMemory.AI.Ollama;...