ExChromaDb.Api.AddCollectionRecordsPayload (ex_chroma_db v0.1.0)
View SourceProvides struct and type for a AddCollectionRecordsPayload
Summary
Types
@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 }