@@ -195,7 +195,7 @@ def create(
195195 score_threshold : float | Omit = omit ,
196196 source : Optional [str ] | Omit = omit ,
197197 source_params : Optional [instance_create_params .SourceParams ] | Omit = omit ,
198- sync_interval : Literal [3600 , 7200 , 14400 , 21600 , 43200 , 86400 ] | Omit = omit ,
198+ sync_interval : Literal [900 , 1800 , 3600 , 7200 , 14400 , 21600 , 43200 , 86400 ] | Omit = omit ,
199199 token_id : str | Omit = omit ,
200200 type : Optional [Literal ["r2" , "web-crawler" ]] | Omit = omit ,
201201 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -217,8 +217,8 @@ def create(
217217 index_method: Controls which storage backends are used during indexing. Defaults to
218218 vector-only.
219219
220- sync_interval: Interval between automatic syncs, in seconds. Allowed values: 3600 (1h ), 7200
221- (2h), 14400 (4h), 21600 (6h), 43200 (12h), 86400 (24h).
220+ sync_interval: Interval between automatic syncs, in seconds. Allowed values: 900 (15min ), 1800
221+ (30min), 3600 (1h), 7200 ( 2h), 14400 (4h), 21600 (6h), 43200 (12h), 86400 (24h).
222222
223223 extra_headers: Send extra headers
224224
@@ -428,7 +428,7 @@ def update(
428428 ]
429429 ]
430430 | Omit = omit ,
431- sync_interval : Literal [3600 , 7200 , 14400 , 21600 , 43200 , 86400 ] | Omit = omit ,
431+ sync_interval : Literal [900 , 1800 , 3600 , 7200 , 14400 , 21600 , 43200 , 86400 ] | Omit = omit ,
432432 system_prompt_aisearch : Optional [str ] | Omit = omit ,
433433 system_prompt_index_summarization : Optional [str ] | Omit = omit ,
434434 system_prompt_rewrite_query : Optional [str ] | Omit = omit ,
@@ -450,8 +450,8 @@ def update(
450450 index_method: Controls which storage backends are used during indexing. Defaults to
451451 vector-only.
452452
453- sync_interval: Interval between automatic syncs, in seconds. Allowed values: 3600 (1h ), 7200
454- (2h), 14400 (4h), 21600 (6h), 43200 (12h), 86400 (24h).
453+ sync_interval: Interval between automatic syncs, in seconds. Allowed values: 900 (15min ), 1800
454+ (30min), 3600 (1h), 7200 ( 2h), 14400 (4h), 21600 (6h), 43200 (12h), 86400 (24h).
455455
456456 extra_headers: Send extra headers
457457
@@ -1048,7 +1048,7 @@ async def create(
10481048 score_threshold : float | Omit = omit ,
10491049 source : Optional [str ] | Omit = omit ,
10501050 source_params : Optional [instance_create_params .SourceParams ] | Omit = omit ,
1051- sync_interval : Literal [3600 , 7200 , 14400 , 21600 , 43200 , 86400 ] | Omit = omit ,
1051+ sync_interval : Literal [900 , 1800 , 3600 , 7200 , 14400 , 21600 , 43200 , 86400 ] | Omit = omit ,
10521052 token_id : str | Omit = omit ,
10531053 type : Optional [Literal ["r2" , "web-crawler" ]] | Omit = omit ,
10541054 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -1070,8 +1070,8 @@ async def create(
10701070 index_method: Controls which storage backends are used during indexing. Defaults to
10711071 vector-only.
10721072
1073- sync_interval: Interval between automatic syncs, in seconds. Allowed values: 3600 (1h ), 7200
1074- (2h), 14400 (4h), 21600 (6h), 43200 (12h), 86400 (24h).
1073+ sync_interval: Interval between automatic syncs, in seconds. Allowed values: 900 (15min ), 1800
1074+ (30min), 3600 (1h), 7200 ( 2h), 14400 (4h), 21600 (6h), 43200 (12h), 86400 (24h).
10751075
10761076 extra_headers: Send extra headers
10771077
@@ -1281,7 +1281,7 @@ async def update(
12811281 ]
12821282 ]
12831283 | Omit = omit ,
1284- sync_interval : Literal [3600 , 7200 , 14400 , 21600 , 43200 , 86400 ] | Omit = omit ,
1284+ sync_interval : Literal [900 , 1800 , 3600 , 7200 , 14400 , 21600 , 43200 , 86400 ] | Omit = omit ,
12851285 system_prompt_aisearch : Optional [str ] | Omit = omit ,
12861286 system_prompt_index_summarization : Optional [str ] | Omit = omit ,
12871287 system_prompt_rewrite_query : Optional [str ] | Omit = omit ,
@@ -1303,8 +1303,8 @@ async def update(
13031303 index_method: Controls which storage backends are used during indexing. Defaults to
13041304 vector-only.
13051305
1306- sync_interval: Interval between automatic syncs, in seconds. Allowed values: 3600 (1h ), 7200
1307- (2h), 14400 (4h), 21600 (6h), 43200 (12h), 86400 (24h).
1306+ sync_interval: Interval between automatic syncs, in seconds. Allowed values: 900 (15min ), 1800
1307+ (30min), 3600 (1h), 7200 ( 2h), 14400 (4h), 21600 (6h), 43200 (12h), 86400 (24h).
13081308
13091309 extra_headers: Send extra headers
13101310
0 commit comments