We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6424ec7 commit 274ca87Copy full SHA for 274ca87
specification/_types/Retriever.ts
@@ -53,7 +53,6 @@ export class RetrieverContainer {
53
54
export class RetrieverBase {
55
/** Query to filter the documents that can match. */
56
-
57
filter?: QueryContainer | QueryContainer[]
58
/** Minimum _score for matching documents. Documents with a lower _score are not included in the top documents. */
59
min_score?: float
0 commit comments