All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.quafadas.dairect.VectorStoreFileIds.scala Maven / Gradle / Ivy

The newest version!
package io.github.quafadas.dairect

import smithy4s.Hints
import smithy4s.Newtype
import smithy4s.Schema
import smithy4s.ShapeId
import smithy4s.schema.Schema.bijection
import smithy4s.schema.Schema.list
import smithy4s.schema.Schema.string

object VectorStoreFileIds extends Newtype[List[String]] {
  val id: ShapeId = ShapeId("io.github.quafadas.dairect", "VectorStoreFileIds")
  val hints: Hints = Hints.empty
  val underlyingSchema: Schema[List[String]] = list(string).withId(id).addHints(hints)
  implicit val schema: Schema[VectorStoreFileIds] = bijection(underlyingSchema, asBijection)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy