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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

langchain[patch]: Update import handling in adapters #21079

Merged
merged 5 commits into from
Apr 30, 2024
Merged

Conversation

eyurtsev
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Apr 30, 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 Apr 30, 2024 2:51pm

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. 馃攲: openai Primarily related to OpenAI integrations 馃:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs labels Apr 30, 2024
@eyurtsev
Copy link
Collaborator Author

#21080

@@ -16,13 +16,13 @@ git grep '^from langchain\.' langchain/callbacks | grep -vE 'from langchain.(pyd
# TODO: it's probably not amazing so that so many other modules depend on `langchain_community.utilities`, because there can be a lot of imports there
git grep '^from langchain\.' langchain/utilities | grep -vE 'from langchain.(pydantic_v1|utils|schema|load|callbacks|env|utilities)' && errors=$((errors+1))
git grep '^from langchain\.' langchain/storage | grep -vE 'from langchain.(pydantic_v1|utils|schema|load|callbacks|env|storage|utilities)' && errors=$((errors+1))
git grep '^from langchain\.' langchain/prompts | grep -vE 'from langchain.(pydantic_v1|utils|schema|load|callbacks|env|prompts|_api)' && errors=$((errors+1))
git grep '^from langchain\.' langchain/output_parsers | grep -vE 'from langchain.(pydantic_v1|utils|schema|load|callbacks|env|prompts|_api|output_parsers)' && errors=$((errors+1))
git grep '^from langchain\.' langchain/prompts | grep -vE 'from langchain.(pydantic_v1|utils|schema|load|callbacks|env|prompts)' && 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.

Removing linting against _api namespace -- it's getting in the way now and it's internal anyway. We can just delete most of that namespace in a bit

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Apr 30, 2024
@eyurtsev eyurtsev merged commit c8f18a2 into master Apr 30, 2024
42 checks passed
@eyurtsev eyurtsev deleted the openai_adapters branch April 30, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs 馃攲: openai Primarily related to OpenAI integrations size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants