org.llm4s.rag.permissions.SearchIndex
See theSearchIndex companion trait
Factory for creating SearchIndex instances.
Attributes
-
Companion
-
trait
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Configuration for creating a PostgreSQL-backed SearchIndex.
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
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all