microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
https://microsoft.github.io/kernel-memory
MIT License
1.35k stars 252 forks source link

Add support for embedding dimensions #476

Closed marcominerva closed 1 month ago

marcominerva commented 1 month ago

Motivation and Context (Why the change? What's the scenario?)

Semantic Kernel has been updated to support the Dimensions property for embeddings, to set the number of dimensions the resulting output embeddings should have (https://github.com/microsoft/semantic-kernel/issues/6026). This PR adds this support to Kernel Memory.