PgConfig

org.llm4s.rag.permissions.SearchIndex.PgConfig
final case class PgConfig(host: String, port: Int, database: String, user: String, password: String, vectorTableName: String, maxPoolSize: Int)

Configuration for creating a PostgreSQL-backed SearchIndex.

Value parameters

database

Database name

host

Database host

maxPoolSize

Maximum connection pool size

password

Database password

port

Database port

user

Database user

vectorTableName

Name of the vectors table

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