Homepage

EmbeddingCollection

Last edit: Aug 09, 2023

No description

type EmbeddingCollection {
  current_page: Int!
  has_next_page: Boolean!
  has_previous_page: Boolean!
  per_page: Int!
  results: [Embedding!]
  total_entries: Int!
  total_pages: Int!
}

Fields

current_page (Int)

has_next_page (Boolean)

has_previous_page (Boolean)

per_page (Int)

results (Embedding)

total_entries (Int)

total_pages (Int)

Questions?

We are always happy to help with any questions you may have.

contact us