VectorStoreApi

io.github.quafadas.dairect.VectorStoreApi
See theVectorStoreApi companion trait

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class DeletedVectorStore(id: String, `object`: String, deleted: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ExpiresAfter(anchor: Int, days: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FileCounts(in_progress: Int, completed: Int, failed: Int, cancelled: Int, total: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class VectorStore(id: String, `object`: String, created_at: Long, name: Option[String], bytes: Option[Long], file_counts: FileCounts, status: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class VectorStoreList(`object`: String, data: List[VectorStore], first_id: Option[String], last_id: Option[String], has_more: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(client: Client[IO], baseUrl: Uri): Resource[IO, VectorStoreApi]
def defaultAuthLogToFile(logPath: Path, provided: Resource[IO, Client[IO]]): Resource[IO, VectorStoreApi]

Givens

Givens