-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor matching_engine (migration from lc monorepo) #17
Conversation
@RajeshThallam could you take a look, please? |
|
||
from langchain_community.embeddings import TensorflowHubEmbeddings | ||
|
||
return TensorflowHubEmbeddings() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we maybe add a deprecation warning and switch to different default embeddings (VertexAI) so that we can drop dependency on langchain_community
completely?
@jzaldi Does the doc/notebook need to be updated or changes are backward compatible? |
updating external docs will follow after the release to pypi |
ebef712
to
b4bdc84
Compare
b4bdc84
to
8b68a5f
Compare
Modular implementation of
VectorStore
with VertexAI components.Migration from PR to LangChain MonoRepo