VectorStoreFilesApi

io.github.quafadas.dairect.VectorStoreFilesApi
See theVectorStoreFilesApi companion trait

Attributes

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

Members list

Type members

Classlikes

case class ChunkingStrategy(`type`: String, static: Option[StaticChunkingStrategy])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DeletedVectorStoreFile(id: String, `object`: String, deleted: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class StaticChunkingStrategy(max_chunk_size_tokens: Int, chunk_overlap_tokens: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class VectorStoreFile(id: String, `object`: String, usage_bytes: Long, created_at: Long, vector_store_id: String, status: String, last_error: Option[String], chunking_strategy: ChunkingStrategy)

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class VectorStoreFileShort(id: String, `object`: String, created_at: Long, vector_store_id: String)

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, VectorStoreFilesApi]
def defaultAuthLogToFile(logPath: Path, provided: Resource[IO, Client[IO]]): Resource[IO, VectorStoreFilesApi]

Givens

Givens