langchain-ai / langchain-google

MIT License
74 stars 78 forks source link

Add vertex feature store integration #250

Closed eliasecchig closed 2 weeks ago

eliasecchig commented 1 month ago

Authors: @lspataroG @eliasecchig

Add VertexAI Langchain integration

Example usage

lkuligin commented 1 month ago

/gcbrun

eliasecchig commented 1 month ago

/gcbrun

lkuligin commented 1 month ago

/gcbrun

lspataroG commented 1 month ago

/gcbrun

lkuligin commented 1 month ago

/gcbrun

gmogr commented 1 month ago

In integration tests could you please add a check for already created datasets in BQ. tests/integration_tests/vectorstores/feature_store/test_feature_store_fs_executor.py are failing if BQ dataset is already created.

eliasecchig commented 1 month ago

@gmogr can you link an example where tests failed? If dataset already exists, the class should not complain about it, see here

lspataroG commented 1 month ago

@gmogr Added teardown for feature view.

eliasecchig commented 1 month ago

/gcbrun

gmogr commented 1 month ago

/gcbrun