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

DOC: Extra upgrade argument in the pip installs for MediaWiki Dump Loader #19820

Open
2 tasks done
cyai opened this issue Mar 31, 2024 · 0 comments
Open
2 tasks done

DOC: Extra upgrade argument in the pip installs for MediaWiki Dump Loader #19820

cyai opened this issue Mar 31, 2024 · 0 comments
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder

Comments

@cyai
Copy link
Contributor

cyai commented Mar 31, 2024

Checklist

  • I added a very descriptive title to this issue.
  • I included a link to the documentation page I am referring to (if applicable).

Issue with current documentation:

There is an extra argument for the pip install for MediaWiki Dump Document Loader: U.

--upgrade is already present in the pip install but still unnecessary U is present.

Ref: https://python.langchain.com/docs/integrations/document_loaders/mediawikidump

Idea or request for content:

Remove the uneccessary U from the pip installation.

Ref: https://python.langchain.com/docs/integrations/document_loaders/mediawikidump

@dosubot dosubot bot added the 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder label Mar 31, 2024
ccurme pushed a commit that referenced this issue Apr 1, 2024
**Description:** An additional `U` argument was added for the
instructions to install the pip packages for the MediaWiki Dump Document
loader which was leading to error in installing the package. Removing
the argument fixed the command to install.

**Issue:** #19820 
**Dependencies:** No dependency change requierd
**Twitter handle:** [@vardhaman722](https://twitter.com/vardhaman722)
Sukitly added a commit to Sukitly/langchain that referenced this issue Apr 1, 2024
feat: update

fix: fix spell

docs: remove unnecessary args from the pip install (langchain-ai#19823)

**Description:** An additional `U` argument was added for the
instructions to install the pip packages for the MediaWiki Dump Document
loader which was leading to error in installing the package. Removing
the argument fixed the command to install.

**Issue:** langchain-ai#19820
**Dependencies:** No dependency change requierd
**Twitter handle:** [@vardhaman722](https://twitter.com/vardhaman722)

Update cross_encoder_reranker.ipynb (langchain-ai#19846)

HuggingFace -> Hugging Face

core: generate mermaid syntax and render visual graph (langchain-ai#19599)

- **Description:** Add functionality to generate Mermaid syntax and
render flowcharts from graph data. This includes support for custom node
colors and edge curve styles, as well as the ability to export the
generated graphs to PNG images using either the Mermaid.INK API or
Pyppeteer for local rendering.
- **Dependencies:** Optional dependencies are `pyppeteer` if rendering
wants to be done using Pypeteer and Javascript code.

---------

Co-authored-by: Angel Igareta <angel.igareta@klarna.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>

feat: fix

feat: update

fix: fix lint

fix: fix lint

fix: fix lint

ai21[patch]: release 0.1.3 (langchain-ai#19867)

👥 Update LangChain people data (langchain-ai#19858)

👥 Update LangChain people data

Co-authored-by: github-actions <github-actions@github.com>

community[patch]: Revert " Fix the bug that Chroma does not specify `e… (langchain-ai#19866)

…mbedding_function` (langchain-ai#19277)"

This reverts commit 7042934.

Fixes langchain-ai#19848

fix: fix lint
marlenezw pushed a commit to marlenezw/langchain that referenced this issue Apr 2, 2024
**Description:** An additional `U` argument was added for the
instructions to install the pip packages for the MediaWiki Dump Document
loader which was leading to error in installing the package. Removing
the argument fixed the command to install.

**Issue:** langchain-ai#19820 
**Dependencies:** No dependency change requierd
**Twitter handle:** [@vardhaman722](https://twitter.com/vardhaman722)
hinthornw pushed a commit that referenced this issue Apr 26, 2024
**Description:** An additional `U` argument was added for the
instructions to install the pip packages for the MediaWiki Dump Document
loader which was leading to error in installing the package. Removing
the argument fixed the command to install.

**Issue:** #19820 
**Dependencies:** No dependency change requierd
**Twitter handle:** [@vardhaman722](https://twitter.com/vardhaman722)
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
Projects
None yet
Development

No branches or pull requests

1 participant