ExChromaDb.Api.DeleteCollectionRecordsPayload (ex_chroma_db v0.1.0)

View Source

Provides struct and type for a DeleteCollectionRecordsPayload

Summary

Types

t()

@type t() :: %ExChromaDb.Api.DeleteCollectionRecordsPayload{
  ids: [String.t()] | nil,
  where: map() | nil,
  where_document: map() | nil
}