You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
would it be possible for someone to add a table to the readme with all of the environment variables that are possible to configure for the api docker image?
A table with the env var name, default value and a description of what it does with examples of the possible values?
Here are the vars I have managed to find so far:
Additionally, where can I browse the list of available docker tags/releases? I would like to pin my deployment of the API docker image to the latest stable release, rather than pull 'latest' to give me a bit more control of the stability going forward.
I'd prefer not to have to figure out the tag manually, rather be able to script retrieval of the latest stable release tag.
Many thanks.
EDIT:
I figured out how to list the available docker images using curl
curl https://downloads.unstructured.io/v2/unstructured-io/unstructured-api/tags/list
This returns a list of images in the following format. problem - there does not seem to be any releases for a long time, last version tagged here is 0.0.13, when latest at time of writing is 0.0.65
Hi,
would it be possible for someone to add a table to the readme with all of the environment variables that are possible to configure for the api docker image?
I am trying to set up unstructured with
docker compose
for using when developing/contributing to https://github.com/homanp/superagentA table with the env var name, default value and a description of what it does with examples of the possible values?
Here are the vars I have managed to find so far:
Environment Variables
Docker tags/releases
Additionally, where can I browse the list of available docker tags/releases? I would like to pin my deployment of the API docker image to the latest stable release, rather than pull 'latest' to give me a bit more control of the stability going forward.
I'd prefer not to have to figure out the tag manually, rather be able to script retrieval of the latest stable release tag.
Many thanks.
EDIT:
I figured out how to list the available docker images using curl
curl https://downloads.unstructured.io/v2/unstructured-io/unstructured-api/tags/list
This returns a list of images in the following format.
problem - there does not seem to be any releases for a long time, last version tagged here is
0.0.13
, when latest at time of writing is0.0.65
The text was updated successfully, but these errors were encountered: