View Source Rag.Ai.Nx (rag v0.2.1)

Implementation of Rag.Ai.Provider using Nx.

Summary

Types

t()

@type t() :: %Rag.Ai.Nx{
  embeddings_serving: Nx.Serving.t() | nil,
  text_serving: Nx.Serving.t() | nil
}