io.cequence.pineconescala.domain.response

Members list

Concise view

Type members

Classlikes

final case class Assistant(name: String, metadata: Map[String, String], status: Status, created_on: Option[OffsetDateTime], updated_on: Option[OffsetDateTime])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Assistant

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ChatCompletionResponse(id: String, model: String, choices: Seq[Choice])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Choice(finish_reason: FinishReason, index: Int, message: ChatCompletionMessage)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Choice

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Choice.type
case class CollectionInfo(name: String, size: Option[Int], dimension: Int, status: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NotFound.type
object Updated.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait CreateResponse

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AlreadyExists.type
object BadRequest.type
object Created.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait DeleteResponse

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Deleted.type
object NotFound.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class EmbeddingsInfo(embedding: Seq[Double], index: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class EmbeddingsUsageInfo(total_tokens: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class EmbeddingsValues(values: Seq[Double])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class FetchResponse(vectors: Map[String, PVector], namespace: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class FileResponse(name: String, id: UUID, metadata: Map[String, String], created_on: Option[OffsetDateTime], updated_on: Option[OffsetDateTime], status: Status)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GenerateEmbeddingsResponse(data: Seq[EmbeddingsValues], model: String, usage: EmbeddingsUsageInfo)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
trait IndexInfo

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class IndexStats(dimension: Int, indexFullness: Int, totalVectorCount: Int, namespaces: Map[String, NamespaceStats])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait IndexStatus extends EnumValue

Attributes

Companion:
object
Graph
Supertypes
trait EnumValue
class Object
trait Matchable
class Any
Known subtypes
object Initializing.type
object Ready.type
object ScalingDown.type
object ScalingUp.type
object Terminating.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ListAssistantsResponse(assistants: List[Assistant])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ListFilesResponse(files: List[FileResponse])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ListVectorIdsPagination(next: Option[String], previous: Option[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ListVectorIdsResponse(vectors: Seq[VectorId], pagination: Option[ListVectorIdsPagination], namespace: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Match(id: String, score: Double, values: Seq[Double], sparseValues: Option[SparseVector], metadata: Option[Map[String, String]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class NamespaceStats(vectorCount: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class PodBasedIndexDatabaseInfo(name: String, metric: Metric, dimension: Int, pods: Int, replicas: Int, shards: Int, pod_type: Option[PodType])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexInfo
class Object
trait Matchable
class Any
case class PodBasedIndexStatusInfo(waiting: Seq[String], crashed: Seq[String], host: String, port: Int, state: IndexStatus, ready: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class QueryResponse(matches: Seq[Match], namespace: String, @Deprecated results: Seq[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ServerlessIndexInfo(name: String, metric: Metric, dimension: Int, status: ServerlessIndexStatus, host: String, spec: ServerlessIndexSpec) extends IndexInfo

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexInfo
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ServerlessIndexSpecAux(region: String, cloud: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ServerlessIndexStatus(ready: Boolean, state: IndexStatus)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class UserMessage(content: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class VectorId(id: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Deprecated classlikes

@Deprecated
case class PodBasedIndexConfig(k_bits: Int, hybrid: Int)

Attributes

Deprecated
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any