3 Commits

Author SHA1 Message Date
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
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
Matt Robinson
c35fff2972
feat: Add stage_for_weaviate and schema creation function (#672)
* add weaviate docker compose

* added staging brick and tests for weaviate

* initial notebook and requirements file

* add commentary to weaviate notebook

* weaviate readme

* update docs

* version and change log

* install weaviate client

* install weaviate; skip for docker

* linting, linting, linting

* install weaviate client with deps

* comments on weaviate client

* fix module not found error for docker container

* skipped wrong test in docker

* fix typos

* add in local-inference
2023-06-01 20:48:54 +00:00