Skip to content

Update Unstructured Docker Image Reference in Documentation #5621

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

Closed
2 tasks done
sarfudheen opened this issue May 31, 2024 · 2 comments · Fixed by #5651
Closed
2 tasks done

Update Unstructured Docker Image Reference in Documentation #5621

sarfudheen opened this issue May 31, 2024 · 2 comments · Fixed by #5651
Labels
auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder

Comments

@sarfudheen
Copy link
Contributor

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:

The current documentation at https://js.langchain.com/v0.2/docs/integrations/document_loaders/file_loaders/unstructured/#setup instructs users to run the Unstructured API locally using the following Docker command:
docker run -p 8000:8000 -d --rm --name unstructured-api quay.io/unstructured-io/unstructured-api:latest --port 8000 --host 0.0.0.0

However, the updated link for the Unstructured API (https://github.com/Unstructured-IO/unstructured-api#dizzy-instructions-for-using-the-docker-image) suggests a different command:
docker run -p 8000:8000 -d --rm --name unstructured-api downloads.unstructured.io/unstructured-io/unstructured-api:latest

Idea or request for content:

To ensure users have the most accurate information, please update the documentation at https://js.langchain.com/v0.2/docs/integrations/document_loaders/file_loaders/unstructured/#setup with the following revised Docker command:

docker run -p 8000:8000 -d --rm --name unstructured-api downloads.unstructured.io/unstructured-io/unstructured-api:latest

@dosubot dosubot bot added the auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder label May 31, 2024
@jacoblee93
Copy link
Collaborator

Thanks for flagging!

Up for making a PR?

@sarfudheen
Copy link
Contributor Author

Ok I will make a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants