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!
}