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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article