KeywordIndex

org.llm4s.vectorstore.KeywordIndex
See theKeywordIndex companion trait
object KeywordIndex

Factory for creating KeywordIndex instances.

Attributes

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

Members list

Value members

Concrete methods

Create an in-memory SQLite-based keyword index.

Create an in-memory SQLite-based keyword index.

Attributes

Returns

New keyword index

def sqlite(path: String): Result[KeywordIndex]

Create a file-based SQLite keyword index.

Create a file-based SQLite keyword index.

Value parameters

path

Path to database file

Attributes

Returns

New keyword index