Preview v0.7.4
Weaviate Ex
A modern Elixir client for Weaviate vector database with support for collections, objects, batch operations, GraphQL queries, and vector search. Includes health checks and…
Stats & Info
- Latest release: v0.7.4
- Recent downloads: 336
- All-time downloads: 411
- Maintainers: nshkrdotcom
Installation
Add weaviate_ex to your list of dependencies in mix.exs:
def deps do
[
{:weaviate_ex, "~> 0.7.4"}
]
endThen run:
mix deps.get