Skip to content

Commit c54d775

Browse files
committed
Added unstructured
1 parent 9435be7 commit c54d775

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

public/svgs/unstructured.png

14.6 KB
Loading

templates/compose/unstructured.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# documentation: https://github.com/Unstructured-IO/unstructured-api?tab=readme-ov-file#--general-pre-processing-pipeline-for-documents
2+
# slogan: Unstructured provides a platform and tools to ingest and process unstructured documents for Retrieval Augmented Generation (RAG) and model fine-tuning.
3+
# tags: workflow, orchestration, data-pipeline, python, data, machine-learning, data-science, nlp, unstructured, ocr, data-extraction
4+
# logo: svgs/unstructured.png
5+
# port: 8000
6+
7+
version: "3"
8+
9+
services:
10+
unstructured:
11+
image: "downloads.unstructured.io/unstructured-io/unstructured-api:latest"
12+
environment:
13+
- SERVICE_FQDN_UNSTRUCTURED_8000
14+
- "UNSTRUCTURED_API_KEY=${SERVICE_PASSWORD_APIKEY}"
15+
healthcheck:
16+
test:
17+
- CMD
18+
- wget
19+
- "-qO-"
20+
- "--spider"
21+
- "http://0.0.0.0:8000/healthcheck"
22+
interval: 15s
23+
timeout: 15s
24+
retries: 3

0 commit comments

Comments
 (0)