Duda Nogueira 657a949a00
chore: Weaviate pyv4 example (#3151)
Update Unstructured example for Weaviate, now using latest python v4
client.

---------

Co-authored-by: Matt Robinson <mrobinson@unstructured.io>
2024-06-10 10:08:46 -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.