Index Schema: Option to have custom 'PayloadText' field (rather than including it within the Payload JSON field) #1045
glen-fdce
started this conversation in
2. Feature requests
Replies: 1 comment
-
I'd recommend looking into Semantic Kernel Microsoft Extensions Vector Data library, that allows to create and query custom schemas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Where a chunk of indexed text includes JSON, searchability is hindered (in Azure AI Search) since the JSON becomes escaped JSON within JSON. It would be ideal if a chunk could be represented within its own field, rather than being part of the payload field.
For example, instead of this:-
This...
Beta Was this translation helpful? Give feedback.
All reactions