mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-23 09:00:40 +00:00

This minor change updates the URL of the [Weaviate Docker image](https://weaviate.io/developers/weaviate/installation/docker-compose). Instead of the standard Docker registry, Weaviate now makes use of a custom registry running at `cr.weaviate.io`. Thanks in advance for merging. 🤖 beep boop, the Weaviate bot PS: Please note that the Weaviate Bot automates this PR; apologies if PR formatting is missing. If you have questions, feel free to reach out via our [forum](https://forum.weaviate.io) or [Slack](https://weaviate.io/slack). Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
Uploading data to Weaviate with unstructured
The example notebook in this directory shows how to upload documents to Weaviate using the
unstructured
library. To get started with the notebook, use the following steps:
- Run
pip install -r requirements.txt
to install the requirements. - Run
docker-compose up
to run the Weaviate container. - Run
jupyter-notebook
to start the notebook.