Skip to content

Conversation

@apappascs
Copy link
Contributor

… in Azure Vector Store, allowing users to work with existing Azure AI Search indexes that use custom field names instead of the hardcoded defaults (content, embedding, metadata).

Motivation - Problem

Azure AI Search indexes may use custom field names (e.g., chunk_text instead of content). Currently, AzureVectorStore hardcodes field names, making it incompatible with such indexes.

Without this feature, users must use native Azure SDK directly (bypassing Spring AI abstractions) Following the pattern established by PineconeVectorStore, which already supports custom field names.

Thank you for taking time to contribute this pull request!
You might have already read the contributor guide, but as a reminder, please make sure to:

  • Add a Signed-off-by line to each commit (git commit -s) per the DCO
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

For more details, please check the contributor guide.
Thank you upfront!

… in Azure Vector Store, allowing users to work with existing Azure AI Search indexes that use custom field names instead of the hardcoded defaults (`content`, `embedding`, `metadata`).

## Motivation - Problem
Azure AI Search indexes may use custom field names (e.g., `chunk_text` instead of `content`). Currently, `AzureVectorStore` hardcodes field names, making it incompatible with such indexes.

Without this feature, users must use native Azure SDK directly (bypassing Spring AI abstractions)
Following the pattern established by `PineconeVectorStore`, which already supports custom field names.

Signed-off-by: Alexandros Pappas <apappascs@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants