@arbidocs/client 0.3.52 → 0.3.53
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/index.d.cts +8 -8
- package/dist/index.d.ts +8 -8
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2380,11 +2380,11 @@ interface components {
|
|
|
2380
2380
|
* "SEARCH_MODE": "semantic"
|
|
2381
2381
|
* },
|
|
2382
2382
|
* "smart_search": {
|
|
2383
|
-
* "GROUP_SIZE":
|
|
2383
|
+
* "GROUP_SIZE": 5,
|
|
2384
2384
|
* "HYBRID_DENSE_WEIGHT": 0.7,
|
|
2385
|
-
* "HYBRID_PREFETCH_LIMIT":
|
|
2385
|
+
* "HYBRID_PREFETCH_LIMIT": 10000,
|
|
2386
2386
|
* "HYBRID_SPARSE_WEIGHT": 0.3,
|
|
2387
|
-
* "MAX_DISTINCT_DOCUMENTS":
|
|
2387
|
+
* "MAX_DISTINCT_DOCUMENTS": 100000,
|
|
2388
2388
|
* "MAX_TOTAL_CHUNKS_TO_RETRIEVE": 10000,
|
|
2389
2389
|
* "MIN_RETRIEVAL_SIM_SCORE": 0.1,
|
|
2390
2390
|
* "SEARCH_MODE": "hybrid"
|
|
@@ -2400,11 +2400,11 @@ interface components {
|
|
|
2400
2400
|
* },
|
|
2401
2401
|
* "smart_search": {
|
|
2402
2402
|
* "MAX_NUMB_OF_CHUNKS": 10000,
|
|
2403
|
-
* "MIN_SCORE": 0
|
|
2403
|
+
* "MIN_SCORE": 0
|
|
2404
2404
|
* },
|
|
2405
2405
|
* "MAX_CONCURRENT_REQUESTS": 256,
|
|
2406
2406
|
* "MODEL_NAME": "Qwen/Qwen3-Reranker-0.6B",
|
|
2407
|
-
* "API_TYPE": "
|
|
2407
|
+
* "API_TYPE": "remote",
|
|
2408
2408
|
* "RETRIEVAL_INSTRUCTION": "Judge whether the passage contains the specific facts, figures, names, or references mentioned in the query. Only answer yes if the passage directly contains these details"
|
|
2409
2409
|
* }
|
|
2410
2410
|
*/
|
|
@@ -2425,7 +2425,7 @@ interface components {
|
|
|
2425
2425
|
/**
|
|
2426
2426
|
* @default {
|
|
2427
2427
|
* "MODEL_NAME": "Qwen/Qwen3-Embedding-0.6B",
|
|
2428
|
-
* "API_TYPE": "
|
|
2428
|
+
* "API_TYPE": "remote",
|
|
2429
2429
|
* "BATCH_SIZE": 128,
|
|
2430
2430
|
* "MAX_CONCURRENT_REQUESTS": 256,
|
|
2431
2431
|
* "DOCUMENT_PREFIX": "",
|
|
@@ -3609,7 +3609,7 @@ interface components {
|
|
|
3609
3609
|
/**
|
|
3610
3610
|
* Api Type
|
|
3611
3611
|
* @description The inference type (local or remote).
|
|
3612
|
-
* @default
|
|
3612
|
+
* @default remote
|
|
3613
3613
|
* @enum {string}
|
|
3614
3614
|
*/
|
|
3615
3615
|
API_TYPE: 'local' | 'remote';
|
|
@@ -5299,7 +5299,7 @@ interface components {
|
|
|
5299
5299
|
/**
|
|
5300
5300
|
* Api Type
|
|
5301
5301
|
* @description The inference type (local or remote).
|
|
5302
|
-
* @default
|
|
5302
|
+
* @default remote
|
|
5303
5303
|
* @enum {string}
|
|
5304
5304
|
*/
|
|
5305
5305
|
API_TYPE: 'local' | 'remote';
|
package/dist/index.d.ts
CHANGED
|
@@ -2380,11 +2380,11 @@ interface components {
|
|
|
2380
2380
|
* "SEARCH_MODE": "semantic"
|
|
2381
2381
|
* },
|
|
2382
2382
|
* "smart_search": {
|
|
2383
|
-
* "GROUP_SIZE":
|
|
2383
|
+
* "GROUP_SIZE": 5,
|
|
2384
2384
|
* "HYBRID_DENSE_WEIGHT": 0.7,
|
|
2385
|
-
* "HYBRID_PREFETCH_LIMIT":
|
|
2385
|
+
* "HYBRID_PREFETCH_LIMIT": 10000,
|
|
2386
2386
|
* "HYBRID_SPARSE_WEIGHT": 0.3,
|
|
2387
|
-
* "MAX_DISTINCT_DOCUMENTS":
|
|
2387
|
+
* "MAX_DISTINCT_DOCUMENTS": 100000,
|
|
2388
2388
|
* "MAX_TOTAL_CHUNKS_TO_RETRIEVE": 10000,
|
|
2389
2389
|
* "MIN_RETRIEVAL_SIM_SCORE": 0.1,
|
|
2390
2390
|
* "SEARCH_MODE": "hybrid"
|
|
@@ -2400,11 +2400,11 @@ interface components {
|
|
|
2400
2400
|
* },
|
|
2401
2401
|
* "smart_search": {
|
|
2402
2402
|
* "MAX_NUMB_OF_CHUNKS": 10000,
|
|
2403
|
-
* "MIN_SCORE": 0
|
|
2403
|
+
* "MIN_SCORE": 0
|
|
2404
2404
|
* },
|
|
2405
2405
|
* "MAX_CONCURRENT_REQUESTS": 256,
|
|
2406
2406
|
* "MODEL_NAME": "Qwen/Qwen3-Reranker-0.6B",
|
|
2407
|
-
* "API_TYPE": "
|
|
2407
|
+
* "API_TYPE": "remote",
|
|
2408
2408
|
* "RETRIEVAL_INSTRUCTION": "Judge whether the passage contains the specific facts, figures, names, or references mentioned in the query. Only answer yes if the passage directly contains these details"
|
|
2409
2409
|
* }
|
|
2410
2410
|
*/
|
|
@@ -2425,7 +2425,7 @@ interface components {
|
|
|
2425
2425
|
/**
|
|
2426
2426
|
* @default {
|
|
2427
2427
|
* "MODEL_NAME": "Qwen/Qwen3-Embedding-0.6B",
|
|
2428
|
-
* "API_TYPE": "
|
|
2428
|
+
* "API_TYPE": "remote",
|
|
2429
2429
|
* "BATCH_SIZE": 128,
|
|
2430
2430
|
* "MAX_CONCURRENT_REQUESTS": 256,
|
|
2431
2431
|
* "DOCUMENT_PREFIX": "",
|
|
@@ -3609,7 +3609,7 @@ interface components {
|
|
|
3609
3609
|
/**
|
|
3610
3610
|
* Api Type
|
|
3611
3611
|
* @description The inference type (local or remote).
|
|
3612
|
-
* @default
|
|
3612
|
+
* @default remote
|
|
3613
3613
|
* @enum {string}
|
|
3614
3614
|
*/
|
|
3615
3615
|
API_TYPE: 'local' | 'remote';
|
|
@@ -5299,7 +5299,7 @@ interface components {
|
|
|
5299
5299
|
/**
|
|
5300
5300
|
* Api Type
|
|
5301
5301
|
* @description The inference type (local or remote).
|
|
5302
|
-
* @default
|
|
5302
|
+
* @default remote
|
|
5303
5303
|
* @enum {string}
|
|
5304
5304
|
*/
|
|
5305
5305
|
API_TYPE: 'local' | 'remote';
|
package/package.json
CHANGED