-
HI all, just two questions . (1) (2) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @iangithub, thanks for reaching out. (1) Follow this work item for updates and a link to the design doc pr when it's ready: #9566 (2) For more information see https://learn.microsoft.com/semantic-kernel/concepts/vector-store-connectors/memory-stores |
Beta Was this translation helpful? Give feedback.
Hi @iangithub, thanks for reaching out.
(1)
We do not support this at the moment, but we are currently working on a design decision document for it. It has challenges when building into the abstraction since not all DBs support this functionality and the threshold value ranges vary significantly by the type of distance function used.
Follow this work item for updates and a link to the design doc pr when it's ready: #9566
(2)
We recommend the new Vector Store abstractions. We will not be extending the memory store abstractions further, since the design has limitations which prevent us from adding all the functionality needed.
For more information see https://learn.microsoft.com/semantic-ke…