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

langchain[patch],community[minor]: Move some unit tests from langchain to community, use core for fake models #21190

Merged
merged 4 commits into from
May 2, 2024

Conversation

eyurtsev
Copy link
Collaborator

@eyurtsev eyurtsev commented May 2, 2024

Updates in some tests

Copy link

vercel bot commented May 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview May 2, 2024 1:35pm

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 2, 2024
@@ -6,7 +6,6 @@ set -eu
errors=0

# make sure not importing from langchain or langchain_experimental
git --no-pager grep '^from langchain\.' . && errors=$((errors+1))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjusting this lint rule in preparation for flipping the dependency between community and langchain

community will be allowed to dependent on langchain
but langchain will no longer be allowed to dependent on community

@dosubot dosubot bot added Ɑ: retriever Related to retriever module 🔌: cohere Primarily related to Cohere integrations 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs labels May 2, 2024
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels May 2, 2024
@eyurtsev
Copy link
Collaborator Author

eyurtsev commented May 2, 2024

#21080

@eyurtsev eyurtsev merged commit c9119b0 into master May 2, 2024
60 checks passed
@eyurtsev eyurtsev deleted the eugene/migrate_some_test_code branch May 2, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔌: cohere Primarily related to Cohere integrations 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs Ɑ: retriever Related to retriever module size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant