-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
Make sure all integration doc pages show packages to install and import correctly #22005
Closed
1 task done
Labels
🤖:docs
Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Good issue for contributors
Comments
maximeperrindev
pushed a commit
to maximeperrindev/langchain
that referenced
this issue
May 22, 2024
eyurtsev
pushed a commit
that referenced
this issue
May 22, 2024
…22028) - **Description:** Adding installation instruction for integrations requiring `langchain-community` package since 0.2 - **Issue:** #22005 --------- Co-authored-by: Maxime Perrin <[email protected]>
maximeperrindev
pushed a commit
to maximeperrindev/langchain
that referenced
this issue
May 23, 2024
eyurtsev
pushed a commit
that referenced
this issue
May 23, 2024
- **Description:** Adding correct imports to the integrations callbacks doc (langchain-community package) - **Issue:** #22005 --------- Co-authored-by: Maxime Perrin <[email protected]>
eyurtsev
pushed a commit
that referenced
this issue
May 23, 2024
- **PR title**: Docs enhancement - **Description:** Adding installation instructions for integrations requiring `langchain-community` package since 0.2 - **Issue:** #22005
baskaryan
pushed a commit
that referenced
this issue
May 27, 2024
PR title: Docs enhancement Description: Adding installation instructions for integrations requiring langchain-community package since 0.2 Issue: #22005
ccurme
pushed a commit
that referenced
this issue
May 29, 2024
1 task
hinthornw
pushed a commit
that referenced
this issue
Jun 20, 2024
…22028) - **Description:** Adding installation instruction for integrations requiring `langchain-community` package since 0.2 - **Issue:** #22005 --------- Co-authored-by: Maxime Perrin <[email protected]>
hinthornw
pushed a commit
that referenced
this issue
Jun 20, 2024
- **Description:** Adding correct imports to the integrations callbacks doc (langchain-community package) - **Issue:** #22005 --------- Co-authored-by: Maxime Perrin <[email protected]>
hinthornw
pushed a commit
that referenced
this issue
Jun 20, 2024
- **PR title**: Docs enhancement - **Description:** Adding installation instructions for integrations requiring `langchain-community` package since 0.2 - **Issue:** #22005
hinthornw
pushed a commit
that referenced
this issue
Jun 20, 2024
PR title: Docs enhancement Description: Adding installation instructions for integrations requiring langchain-community package since 0.2 Issue: #22005
hinthornw
pushed a commit
that referenced
this issue
Jun 20, 2024
2 tasks
ccurme
added a commit
that referenced
this issue
Jul 2, 2024
PR title: Docs enhancement - Description: Adding installation instructions for integrations requiring langchain-community package since 0.2 - Issue: #22005 --------- Co-authored-by: ccurme <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🤖:docs
Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Good issue for contributors
Privileged issue
Issue Content
Make sure all integration docs:
a. e.g. "You'll need to install
langchain-community
withpip install -qU langchain-community
to use this integration"a. eg there should be no more imports of the form
from langchain.vectorstores import ...
they should all befrom langchain_community.vectorstores import ...
,from langchain_pinecone.vectorstores import ...
, etcThe text was updated successfully, but these errors were encountered: