ExChromaDb.Api.GetRequestPayload (ex_chroma_db v0.1.0)

View Source

Provides struct and type for a GetRequestPayload

Summary

Types

t()

@type t() :: %ExChromaDb.Api.GetRequestPayload{
  ids: [String.t()] | nil,
  include: [String.t()] | nil,
  limit: integer() | nil,
  offset: integer() | nil,
  where: map() | nil,
  where_document: map() | nil
}