Config

org.llm4s.vectorstore.PgVectorStore.Config
final case class Config(host: String, port: Int, database: String, user: String, password: String, tableName: String, maxPoolSize: Int)

Configuration for PgVectorStore.

Value parameters

database

Database name

host

Database host

maxPoolSize

Maximum connection pool size (default: 10)

password

Database password

port

Database port

tableName

Table name for vectors (default: "vectors")

user

Database user

Attributes

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

Members list

Value members

Concrete methods

def jdbcUrl: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product