org.llm4s.vectorstore.PgKeywordIndex.Config
See theConfig companion object
final case class Config(host: String, port: Int, database: String, user: String, password: String, tableName: String, maxPoolSize: Int, language: String)
Configuration for PgKeywordIndex.
Value parameters
- database
-
Database name
- host
-
Database host
- language
-
PostgreSQL text search configuration (default: "english")
- maxPoolSize
-
Maximum connection pool size (default: 10)
- password
-
Database password
- port
-
Database port
- tableName
-
Base table name (creates {tableName}_keyword table)
- user
-
Database user
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article