We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
docker run -p 8000:8000 -d --rm --name unstructured-api downloads.unstructured.io/unstructured-io/unstructured-api:latest
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:
The text was updated successfully, but these errors were encountered:
Thanks for flagging!
Up for making a PR?
Sorry, something went wrong.
Ok I will make a PR
Successfully merging a pull request may close this issue.
Checklist
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
The text was updated successfully, but these errors were encountered: