Need for Indexer based indexing for Azure AI search vector store in LangChain #27198
sunilravuri
announced in
Ideas
Replies: 0 comments
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.
-
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