org.llm4s.reranker.LLMReranker
See theLLMReranker companion class
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create a new LLM-based reranker.
Create a new LLM-based reranker.
Value parameters
-
batchSize
-
Number of documents to score per LLM call (default: 10)
-
client
-
LLM client for generating scores
-
systemPrompt
-
Custom system prompt (optional)
Attributes
Default batch size for LLM calls.
Default batch size for LLM calls.
Attributes