Config

org.llm4s.vectorstore.SQLiteKeywordIndex.Config
See theConfig companion object
final case class Config(path: Option[String], tableName: String)

Configuration for SQLite keyword index.

Value parameters

path

Path to database file (None for in-memory)

tableName

Table name for documents

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withPath(p: String): Config
def withTableName(name: String): Config

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product