Weaviate Git Bot 60f10fe6dd
Updated Weaviate Docker image url (auto PR by bot) (#2659)
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>
2024-05-20 09:23:07 -04:00
..

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.