org.llm4s.vectorstore.SQLiteKeywordIndex
See theSQLiteKeywordIndex companion class
object SQLiteKeywordIndex
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SQLiteKeywordIndex.type
Members list
Type members
Classlikes
Configuration for SQLite keyword index.
Configuration for SQLite keyword index.
Value parameters
- path
-
Path to database file (None for in-memory)
- tableName
-
Table name for documents
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Create a file-based keyword index.
Create a file-based keyword index.
Value parameters
- path
-
Path to SQLite database file
- tableName
-
Table name for documents (default: "documents")
Attributes
- Returns
-
New keyword index
Create a keyword index from configuration.
Create a keyword index from configuration.
Value parameters
- config
-
Index configuration
Attributes
- Returns
-
New keyword index
Create an in-memory keyword index.
Create an in-memory keyword index.
Value parameters
- tableName
-
Table name for documents (default: "documents")
Attributes
- Returns
-
New keyword index
In this article