@yuntijs/arcadia-bff-sdk 1.2.101 → 1.2.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/sdk.d.ts +4 -0
- package/dist/esm/sdk.d.ts +4 -0
- package/dist/umd/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/sdk.d.ts
CHANGED
|
@@ -588,6 +588,10 @@ export type CreateKnowledgeBasePrecisionTestingInput = {
|
|
|
588
588
|
numDocuments: Scalars['Int']['input'];
|
|
589
589
|
/** 测试文本 */
|
|
590
590
|
query: Scalars['String']['input'];
|
|
591
|
+
/** reranker的名字以及namespace */
|
|
592
|
+
reranker?: InputMaybe<TypedObjectReferenceInput>;
|
|
593
|
+
/** 选择的重排序模型 */
|
|
594
|
+
reranking_model?: InputMaybe<Scalars['String']['input']>;
|
|
591
595
|
/** scoreThreshold 最终返回结果的最低相似度 */
|
|
592
596
|
scoreThreshold: Scalars['Float']['input'];
|
|
593
597
|
/**
|
package/dist/esm/sdk.d.ts
CHANGED
|
@@ -588,6 +588,10 @@ export type CreateKnowledgeBasePrecisionTestingInput = {
|
|
|
588
588
|
numDocuments: Scalars['Int']['input'];
|
|
589
589
|
/** 测试文本 */
|
|
590
590
|
query: Scalars['String']['input'];
|
|
591
|
+
/** reranker的名字以及namespace */
|
|
592
|
+
reranker?: InputMaybe<TypedObjectReferenceInput>;
|
|
593
|
+
/** 选择的重排序模型 */
|
|
594
|
+
reranking_model?: InputMaybe<Scalars['String']['input']>;
|
|
591
595
|
/** scoreThreshold 最终返回结果的最低相似度 */
|
|
592
596
|
scoreThreshold: Scalars['Float']['input'];
|
|
593
597
|
/**
|