#!/usr/bin/env bash unstructured-ingest \ local \ --input-path example-docs/book-war-and-peace-1p.txt \ --output-dir local-to-pinecone \ --strategy fast \ --chunk-elements \ --embedding-provider "" \ --num-processes 2 \ --verbose \ --work-dir "" \ chroma \ --host "localhost" \ --port 8000 \ --collection-name "collection name" \ --batch-size 80