mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-10 10:35:59 +00:00
9 lines
400 B
Markdown
9 lines
400 B
Markdown
![]() |
## 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.
|