Weaviate Rust community client now available on crates.io

Hello!

Today I have created a new release on crates.io for the Rust community client that I have been
building for Weaviate.

Here is the crates page featuring the client:
https://crates.io/crates/weaviate-community
The GitHub page and documentation is linked in the crate page.

This client features all of the endpoints that are listed within the Weaviate API reference documentation, with plenty of examples on how to interact with the client in the client documentation and README.

If you would like to feature this new client on the Weaviate community client library page, I am more than happy for it to appear.

There are still a couple of things that I would like to integrate into the client, such as
the embedded database functionality and gRPC, but the base functionality is available now.

Any issues that you find with the client, or any feature requests you may have -
I’m more than happy for any issues to be opened on the GitHub repository.

Thanks!

1 Like

This couldn’t have come at a better time. Thank you.

1 Like