Backend

org.llm4s.vectorstore.VectorStoreFactory.Backend
See theBackend companion trait
object Backend

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Backend.type

Members list

Type members

Classlikes

case object PgVector extends Backend

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Backend
class Object
trait Matchable
class Any
Show all
Self type
PgVector.type
case object Qdrant extends Backend

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Backend
class Object
trait Matchable
class Any
Show all
Self type
Qdrant.type
case object SQLite extends Backend

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Backend
class Object
trait Matchable
class Any
Show all
Self type
SQLite.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(s: String): Option[Backend]

Concrete fields

val all: Seq[Backend]