SearchIndex

org.llm4s.rag.permissions.SearchIndex
See theSearchIndex companion trait
object SearchIndex

Factory for creating SearchIndex instances.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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.

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