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

Tags

MIT Hex.pm

Installation

Add weaviate_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:weaviate_ex, "~> 0.7.4"}
  ]
end

Then run:

mix deps.get

Resources