In Azure AI Search Index, the embedding field is not marked as 'Retrievable' #818
-
Context / ScenarioI have checked my older projects where I used KM, and the embedding field in Azure AI Search index used to be retrievable in the index that was created by KM. However, this field is no longer being marked as retrievable by default. I have to manually turn this flag on in Azure portal. What happened?Embedding field in Azure AI Search index is not marked as Retrievable. Importanceedge case Platform, Language, Versions.Net 9. KM version 0.75.240924.1 Relevant log outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The index schema is more of an internal implementation detail, so I wouldn’t classify this as a bug. Since KM doesn’t require the “retrievability” flag for generating search results and answers, it’s not set by default. However, if you’re using the indexes for other applications, it’s totally fine to update the flag manually as you’ve done. |
Beta Was this translation helpful? Give feedback.
-
@bancroftway a PR that automatically sets the |
Beta Was this translation helpful? Give feedback.
The index schema is more of an internal implementation detail, so I wouldn’t classify this as a bug. Since KM doesn’t require the “retrievability” flag for generating search results and answers, it’s not set by default. However, if you’re using the indexes for other applications, it’s totally fine to update the flag manually as you’ve done.