Logo
Explore Help
Register Sign In
yujunjun/unstructured
1
0
Fork 0
You've already forked unstructured
mirror of https://github.com/Unstructured-IO/unstructured.git synced 2025-07-11 02:56:01 +00:00
Code Issues Packages Projects Releases Wiki Activity
unstructured/docs/source/ingest/destination_connectors/code/bash/clarifai.sh

16 lines
363 B
Bash
Raw Normal View History

feature CORE-3985: add Clarifai destination connector (#2633) Thanks to @mogith-pn from Clarifai we have a new destination connector! This PR intends to add Clarifai as a ingest destination connector. Access via CLI and programmatic. Documentation and Examples. Integration test script.
2024-03-21 09:36:21 -07:00
#!/usr/bin/env bash
unstructured-ingest \
local \
--input-path example-docs/book-war-and-peace-1225p.txt \
--output-dir local-output-to-clarifai \
--strategy fast \
--chunk-elements \
--num-processes 2 \
--verbose \
clarifai \
fix: improve doc code (#2920) Improves the documentation code. Standardizes unstructured api key Replaces misc hard coded values Replaces `azureunstructured1` with a generic value
2024-04-25 10:55:15 -07:00
--app-id "$CLARIFAI_APP_ID" \
--user-id "$CLARIFAI_USER_ID" \
--api-key "$CLARIFAI_PAT_KEY" \
feature CORE-3985: add Clarifai destination connector (#2633) Thanks to @mogith-pn from Clarifai we have a new destination connector! This PR intends to add Clarifai as a ingest destination connector. Access via CLI and programmatic. Documentation and Examples. Integration test script.
2024-03-21 09:36:21 -07:00
--batch-size 100
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 143ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API