-
Hi there. I've implemented a web application using kernel memory with Azure AI Search to index my documents and ask questions on them. I know that hybrid search is possible through a boolean flag in the appsettings.json, however, my question is whether semantic ranking is possible through kernel memory? If not, is something that is coming in the future? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello, semantic ranking is not yet possible/we haven't tested it in KM yet. It should be available in the next months after refactoring the code to use the new SK memory classes we're developing. Still early though, we need more testing and there might be extra work. |
Beta Was this translation helpful? Give feedback.
Hello, semantic ranking is not yet possible/we haven't tested it in KM yet. It should be available in the next months after refactoring the code to use the new SK memory classes we're developing. Still early though, we need more testing and there might be extra work.