langchain-ai / langchain-google

MIT License
104 stars 121 forks source link

[Feature Request] Support for MatchingEngineIndexEndpoint Properties #202

Closed tdigangi closed 3 months ago

tdigangi commented 5 months ago

There are several properties in aiplatform.MatchingEngineIndexEndpoint that are not supported in langchain-google. These need to be added for support in the VectorSearchVectorStore.from_components() method. The more critical properties for enterprise adoption are the private-service-connect properties shown below.

tdigangi commented 5 months ago

I have added a langchain-google PR to start this incorporation please let me know how to proceed.

lkuligin commented 4 months ago

please, feel free to send a PR with any other properties you feel are useful.

tdigangi commented 3 months ago

Closed with https://github.com/langchain-ai/langchain-google/pull/203