v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/openai
OpenAIClient
VectorStores
VectorStoreSearchParams
RankingOptions
Interface RankingOptions
Ranking options for search.
interface
RankingOptions
{
ranker
?:
"auto"
|
"default-2024-11-15"
;
score_threshold
?:
number
;
}
Index
Properties
ranker?
score_
threshold?
Properties
Optional
ranker
ranker
?:
"auto"
|
"default-2024-11-15"
Optional
score_
threshold
score_
threshold
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ranker
score_
threshold
LangChain.js
Loading...
Ranking options for search.