mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-03 23:20:35 +00:00

To test: > cd docs && make html Change logs: * Examples are reorganized to have its own page * Removed two old examples, ie. "file-utils" & "sentiment analysis". * Added two examples: "RAG with Unstructured, LangChain, and ChromaDB" & "Multi-Files Processing with S3 Connector and API" * Reorganized and added detailed API documentation: (i) usage, (ii) SDKs, (iii) Azure Marketplace, (iv) AWS Marketplace, (v) parameters and validation errors
17 lines
433 B
ReStructuredText
17 lines
433 B
ReStructuredText
Examples
|
|
========
|
|
|
|
The following are some examples of how to use the library to parse documents. You can find
|
|
example documents in the
|
|
`example-docs <https://github.com/Unstructured-IO/unstructured/tree/main/example-docs>`_, along
|
|
with instructions on how to download additional documents that are too large to store in the
|
|
repo.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
examples/chroma
|
|
examples/databricks
|
|
examples/dict_to_elements
|
|
|