ExChromaDb.Api.AddCollectionRecordsPayload (ex_chroma_db v0.1.0)

View Source

Provides struct and type for a AddCollectionRecordsPayload

Summary

Types

t()

@type t() :: %ExChromaDb.Api.AddCollectionRecordsPayload{
  documents: [String.t() | nil] | nil,
  embeddings: [[number()]] | nil,
  ids: [String.t()],
  metadatas: [ExChromaDb.Api.HashMap.t() | nil] | nil,
  uris: [String.t() | nil] | nil
}