Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HybridSearcher.type
Members list
Type members
Classlikes
Configuration for hybrid searcher.
Configuration for hybrid searcher.
Value parameters
- defaultStrategy
-
Default fusion strategy
- keywordIndexConfig
-
Keyword index configuration
- vectorStoreConfig
-
Vector store configuration
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Create a hybrid searcher from existing stores.
Create a hybrid searcher from existing stores.
Value parameters
- defaultStrategy
-
Default fusion strategy (default: RRF)
- keywordIndex
-
Keyword index for BM25 search
- vectorStore
-
Vector store for semantic search
Attributes
- Returns
-
Hybrid searcher
Create a hybrid searcher from configuration.
Create a hybrid searcher from configuration.
Value parameters
- config
-
Hybrid searcher configuration
Attributes
- Returns
-
Hybrid searcher or error
Create a hybrid searcher with in-memory stores.
Create a hybrid searcher with in-memory stores.
Attributes
- Returns
-
Hybrid searcher or error
Create a hybrid searcher with SQLite file-based stores.
Create a hybrid searcher with SQLite file-based stores.
Value parameters
- keywordDbPath
-
Path to keyword index database
- vectorDbPath
-
Path to vector store database
Attributes
- Returns
-
Hybrid searcher or error