mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-31 12:23:49 +00:00

Adds Chroma (also known as ChromaDB) as a vector destination. Currently Chroma is an in-memory single-process oriented library with plans of a hosted and/or more production ready solution -https://docs.trychroma.com/deployment Though they now claim to support multiple Clients hitting the database at once, I found that it was inconsistent. Sometimes multiprocessing worked (maybe 1 out of 3 times) But the other times I would get different errors. So I kept it single process. --------- Co-authored-by: potter-potter <david.potter@gmail.com>
23 lines
721 B
ReStructuredText
23 lines
721 B
ReStructuredText
Destination Connectors
|
|
======================
|
|
|
|
Connect to your favorite data storage platforms for effortless batch processing of your files.
|
|
We are constantly adding new data connectors and if you don't see your favorite platform let us know
|
|
in our community `Slack. <https://short.unstructured.io/pzw05l7>`_
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
destination_connectors/azure
|
|
destination_connectors/azure_cognitive_search
|
|
destination_connectors/box
|
|
destination_connectors/chroma
|
|
destination_connectors/delta_table
|
|
destination_connectors/dropbox
|
|
destination_connectors/gcs
|
|
destination_connectors/mongodb
|
|
destination_connectors/pinecone
|
|
destination_connectors/s3
|
|
destination_connectors/weaviate
|
|
|