Need for Indexer based indexing for Azure AI search vector store in LangChain #27198
sunilravuri
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
Not sure if LangChain currently provides "Indexer" based Indexing for Azure AI search as Vector store. Below links have more information about Indexers
https://learn.microsoft.com/en-us/azure/search/search-indexer-overview
https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-sample.ipynb
https://learn.microsoft.com/en-us/azure/search/vector-search-integrated-vectorization
Motivation
Azure now provides Integrated vectorization using their Indexer capability.
LangChain currently provides amazing capabilities for Indexing & Retrieval . The Indexer based indexing would help in automated data pipeline for indexing.
Here are some of the key benefits of the integrated vectorization:
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions