kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.

Results 94 kernel-memory issues
Sort by recently updated
recently updated
newest added

## Motivation and Context (Why the change? What's the scenario?) See #408.

waiting for author
work in progress

## 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...

waiting for author

### 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;...

bug
triage