Skip to content
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

Merged
merged 18 commits into from
Feb 26, 2024

Conversation

jzaldi
Copy link
Contributor

@jzaldi jzaldi commented Feb 19, 2024

Modular implementation of VectorStore with VertexAI components.
Migration from PR to LangChain MonoRepo

@lkuligin
Copy link
Collaborator

@RajeshThallam could you take a look, please?


from langchain_community.embeddings import TensorflowHubEmbeddings

return TensorflowHubEmbeddings()
Copy link
Collaborator

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?

@RajeshThallam
Copy link
Contributor

@jzaldi Does the doc/notebook need to be updated or changes are backward compatible?

@lkuligin
Copy link
Collaborator

updating external docs will follow after the release to pypi

@lkuligin lkuligin force-pushed the refactor_matching_engine branch 3 times, most recently from ebef712 to b4bdc84 Compare February 26, 2024 13:31
@lkuligin lkuligin force-pushed the refactor_matching_engine branch from b4bdc84 to 8b68a5f Compare February 26, 2024 13:33
@jzaldi jzaldi marked this pull request as ready for review February 26, 2024 13:50
@lkuligin lkuligin merged commit 8d13520 into langchain-ai:main Feb 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants