carbon_ruby_sdk 0.2.19 → 0.2.20
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +8 -8
- data/lib/carbon_ruby_sdk/api/integrations_api.rb +6 -6
- data/lib/carbon_ruby_sdk/models/o_auth_url_request.rb +1 -1
- data/lib/carbon_ruby_sdk/models/sync_files_request.rb +1 -1
- data/lib/carbon_ruby_sdk/models/sync_options.rb +1 -1
- data/lib/carbon_ruby_sdk/version.rb +1 -1
- metadata +146 -146
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63fff490af752ce2a21d8db67d18b2178cc65df146277b064f9c5504d8b09277
|
|
4
|
+
data.tar.gz: 1100c683b7832c69bcd2869e6c817fd44be5619cccd7afaf7320324ddc5b0909
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03ede46c6589f77b8c1c8eb4c915467e1483c0a7cca533a6302c9ae898d72478b1aff681a264e5aca3f60f9b312a6d2ee02a52e5a77068bd86871848e9abe7d8
|
|
7
|
+
data.tar.gz: da426e61b701295417b6836a91677b9d6c3f638dad36bcff2ea01d645f26f6fb2b885082b82e5fb2b756ffeec1d1feb457d41d2f3b240bdc12b9dfbe47959097
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
carbon_ruby_sdk (0.2.
|
|
4
|
+
carbon_ruby_sdk (0.2.20)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart (~> 1.0, >= 1.0.4)
|
|
7
7
|
|
|
@@ -29,7 +29,7 @@ GEM
|
|
|
29
29
|
method_source (1.1.0)
|
|
30
30
|
multipart-post (2.4.1)
|
|
31
31
|
parallel (1.25.1)
|
|
32
|
-
parser (3.3.4.
|
|
32
|
+
parser (3.3.4.1)
|
|
33
33
|
ast (~> 2.4.1)
|
|
34
34
|
racc
|
|
35
35
|
pry (0.14.2)
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Connect external data to LLMs, no matter the source.
|
|
8
8
|
|
|
9
|
-
[](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.2.20)
|
|
10
10
|
|
|
11
11
|
</div>
|
|
12
12
|
|
|
@@ -91,7 +91,7 @@ Connect external data to LLMs, no matter the source.
|
|
|
91
91
|
Add to Gemfile:
|
|
92
92
|
|
|
93
93
|
```ruby
|
|
94
|
-
gem 'carbon_ruby_sdk', '~> 0.2.
|
|
94
|
+
gem 'carbon_ruby_sdk', '~> 0.2.20'
|
|
95
95
|
```
|
|
96
96
|
|
|
97
97
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -1614,8 +1614,8 @@ via list items endpoint
|
|
|
1614
1614
|
##### incremental_sync: `Boolean`<a id="incremental_sync-boolean"></a>
|
|
1615
1615
|
Only sync files if they have not already been synced or if the embedding
|
|
1616
1616
|
properties have changed. This flag is currently supported by ONEDRIVE,
|
|
1617
|
-
GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK
|
|
1618
|
-
other data sources.
|
|
1617
|
+
GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE,
|
|
1618
|
+
NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
1619
1619
|
|
|
1620
1620
|
##### file_sync_config: [`FileSyncConfigNullable`](./lib/carbon_ruby_sdk/models/file_sync_config_nullable.rb)<a id="file_sync_config-filesyncconfignullablelibcarbon_ruby_sdkmodelsfile_sync_config_nullablerb"></a>
|
|
1621
1621
|
#### 🔄 Return<a id="🔄-return"></a>
|
|
@@ -1947,8 +1947,8 @@ Number of objects per chunk. For csv, tsv, xlsx, and json files only.
|
|
|
1947
1947
|
##### incremental_sync: `Boolean`<a id="incremental_sync-boolean"></a>
|
|
1948
1948
|
Only sync files if they have not already been synced or if the embedding
|
|
1949
1949
|
properties have changed. This flag is currently supported by ONEDRIVE,
|
|
1950
|
-
GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK
|
|
1951
|
-
other data sources.
|
|
1950
|
+
GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE,
|
|
1951
|
+
NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
1952
1952
|
|
|
1953
1953
|
##### file_sync_config: [`FileSyncConfigNullable`](./lib/carbon_ruby_sdk/models/file_sync_config_nullable.rb)<a id="file_sync_config-filesyncconfignullablelibcarbon_ruby_sdkmodelsfile_sync_config_nullablerb"></a>
|
|
1954
1954
|
#### 🔄 Return<a id="🔄-return"></a>
|
|
@@ -2053,8 +2053,8 @@ Number of objects per chunk. For csv, tsv, xlsx, and json files only.
|
|
|
2053
2053
|
##### incremental_sync: `Boolean`<a id="incremental_sync-boolean"></a>
|
|
2054
2054
|
Only sync files if they have not already been synced or if the embedding
|
|
2055
2055
|
properties have changed. This flag is currently supported by ONEDRIVE,
|
|
2056
|
-
GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK
|
|
2057
|
-
other data sources.
|
|
2056
|
+
GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE,
|
|
2057
|
+
NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
2058
2058
|
|
|
2059
2059
|
##### file_sync_config: [`FileSyncConfigNullable`](./lib/carbon_ruby_sdk/models/file_sync_config_nullable.rb)<a id="file_sync_config-filesyncconfignullablelibcarbon_ruby_sdkmodelsfile_sync_config_nullablerb"></a>
|
|
2060
2060
|
#### 🔄 Return<a id="🔄-return"></a>
|
|
@@ -665,7 +665,7 @@ module Carbon
|
|
|
665
665
|
# @param parse_pdf_tables_with_ocr [Boolean]
|
|
666
666
|
# @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: BOX, DROPBOX, GOOGLE_DRIVE, ONEDRIVE, SHAREPOINT
|
|
667
667
|
# @param sync_source_items [Boolean] Enabling this flag will fetch all available content from the source to be listed via list items endpoint
|
|
668
|
-
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
668
|
+
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
669
669
|
# @param file_sync_config [FileSyncConfigNullable]
|
|
670
670
|
# @param body [OAuthURLRequest]
|
|
671
671
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
@@ -733,7 +733,7 @@ module Carbon
|
|
|
733
733
|
# @param parse_pdf_tables_with_ocr [Boolean]
|
|
734
734
|
# @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: BOX, DROPBOX, GOOGLE_DRIVE, ONEDRIVE, SHAREPOINT
|
|
735
735
|
# @param sync_source_items [Boolean] Enabling this flag will fetch all available content from the source to be listed via list items endpoint
|
|
736
|
-
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
736
|
+
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
737
737
|
# @param file_sync_config [FileSyncConfigNullable]
|
|
738
738
|
# @param body [OAuthURLRequest]
|
|
739
739
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
@@ -1652,7 +1652,7 @@ module Carbon
|
|
|
1652
1652
|
# @param request_id [String]
|
|
1653
1653
|
# @param use_ocr [Boolean]
|
|
1654
1654
|
# @param parse_pdf_tables_with_ocr [Boolean]
|
|
1655
|
-
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
1655
|
+
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
1656
1656
|
# @param file_sync_config [FileSyncConfigNullable]
|
|
1657
1657
|
# @param body [SyncFilesRequest]
|
|
1658
1658
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
@@ -1702,7 +1702,7 @@ module Carbon
|
|
|
1702
1702
|
# @param request_id [String]
|
|
1703
1703
|
# @param use_ocr [Boolean]
|
|
1704
1704
|
# @param parse_pdf_tables_with_ocr [Boolean]
|
|
1705
|
-
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
1705
|
+
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
1706
1706
|
# @param file_sync_config [FileSyncConfigNullable]
|
|
1707
1707
|
# @param body [SyncFilesRequest]
|
|
1708
1708
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
@@ -1910,7 +1910,7 @@ module Carbon
|
|
|
1910
1910
|
# @param request_id [String]
|
|
1911
1911
|
# @param use_ocr [Boolean]
|
|
1912
1912
|
# @param parse_pdf_tables_with_ocr [Boolean]
|
|
1913
|
-
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
1913
|
+
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
1914
1914
|
# @param file_sync_config [FileSyncConfigNullable]
|
|
1915
1915
|
# @param body [SyncFilesRequest]
|
|
1916
1916
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
@@ -1958,7 +1958,7 @@ module Carbon
|
|
|
1958
1958
|
# @param request_id [String]
|
|
1959
1959
|
# @param use_ocr [Boolean]
|
|
1960
1960
|
# @param parse_pdf_tables_with_ocr [Boolean]
|
|
1961
|
-
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
1961
|
+
# @param incremental_sync [Boolean] Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
1962
1962
|
# @param file_sync_config [FileSyncConfigNullable]
|
|
1963
1963
|
# @param body [SyncFilesRequest]
|
|
1964
1964
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
|
@@ -67,7 +67,7 @@ module Carbon
|
|
|
67
67
|
# Enabling this flag will fetch all available content from the source to be listed via list items endpoint
|
|
68
68
|
attr_accessor :sync_source_items
|
|
69
69
|
|
|
70
|
-
# Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
70
|
+
# Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
71
71
|
attr_accessor :incremental_sync
|
|
72
72
|
|
|
73
73
|
attr_accessor :file_sync_config
|
|
@@ -40,7 +40,7 @@ module Carbon
|
|
|
40
40
|
|
|
41
41
|
attr_accessor :parse_pdf_tables_with_ocr
|
|
42
42
|
|
|
43
|
-
# Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
43
|
+
# Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
44
44
|
attr_accessor :incremental_sync
|
|
45
45
|
|
|
46
46
|
attr_accessor :file_sync_config
|
|
@@ -40,7 +40,7 @@ module Carbon
|
|
|
40
40
|
# Enabling this flag will fetch all available content from the source to be listed via list items endpoint
|
|
41
41
|
attr_accessor :sync_source_items
|
|
42
42
|
|
|
43
|
-
# Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK. It will be ignored for other data sources.
|
|
43
|
+
# Only sync files if they have not already been synced or if the embedding properties have changed. This flag is currently supported by ONEDRIVE, GOOGLE_DRIVE, BOX, DROPBOX, INTERCOM, GMAIL, OUTLOOK, ZENDESK, CONFLUENCE, NOTION, SHAREPOINT. It will be ignored for other data sources.
|
|
44
44
|
attr_accessor :incremental_sync
|
|
45
45
|
|
|
46
46
|
attr_accessor :file_sync_config
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carbon_ruby_sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konfig
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-08-
|
|
11
|
+
date: 2024-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -449,172 +449,172 @@ signing_key:
|
|
|
449
449
|
specification_version: 4
|
|
450
450
|
summary: Carbon Ruby Gem
|
|
451
451
|
test_files:
|
|
452
|
+
- spec/api/organizations_api_spec.rb
|
|
452
453
|
- spec/api/utilities_api_spec.rb
|
|
454
|
+
- spec/api/integrations_api_spec.rb
|
|
455
|
+
- spec/api/embeddings_api_spec.rb
|
|
456
|
+
- spec/api/data_sources_api_spec.rb
|
|
457
|
+
- spec/api/webhooks_api_spec.rb
|
|
453
458
|
- spec/api/users_api_spec.rb
|
|
454
459
|
- spec/api/auth_api_spec.rb
|
|
455
|
-
- spec/api/webhooks_api_spec.rb
|
|
456
|
-
- spec/api/organizations_api_spec.rb
|
|
457
|
-
- spec/api/integrations_api_spec.rb
|
|
458
460
|
- spec/api/files_api_spec.rb
|
|
459
|
-
- spec/api/data_sources_api_spec.rb
|
|
460
|
-
- spec/api/embeddings_api_spec.rb
|
|
461
461
|
- spec/api_client_spec.rb
|
|
462
462
|
- spec/configuration_spec.rb
|
|
463
463
|
- spec/getting_started_spec.rb
|
|
464
|
-
- spec/models/
|
|
465
|
-
- spec/models/
|
|
466
|
-
- spec/models/
|
|
467
|
-
- spec/models/
|
|
468
|
-
- spec/models/
|
|
469
|
-
- spec/models/
|
|
470
|
-
- spec/models/
|
|
471
|
-
- spec/models/update_users_input_spec.rb
|
|
472
|
-
- spec/models/user_configuration_nullable_spec.rb
|
|
473
|
-
- spec/models/webhook_filters_spec.rb
|
|
474
|
-
- spec/models/list_users_request_spec.rb
|
|
475
|
-
- spec/models/s3_get_file_input_spec.rb
|
|
476
|
-
- spec/models/fetch_urls_request_spec.rb
|
|
477
|
-
- spec/models/o_auth_url_request_spec.rb
|
|
478
|
-
- spec/models/webhook_query_input_spec.rb
|
|
479
|
-
- spec/models/presigned_url_response_spec.rb
|
|
480
|
-
- spec/models/upload_file_from_url_input_spec.rb
|
|
481
|
-
- spec/models/hybrid_search_tuning_params_nullable_spec.rb
|
|
482
|
-
- spec/models/zendesk_authentication_spec.rb
|
|
483
|
-
- spec/models/embeddings_and_chunks_response_spec.rb
|
|
484
|
-
- spec/models/source_property_spec.rb
|
|
485
|
-
- spec/models/external_source_item_spec.rb
|
|
486
|
-
- spec/models/list_request_spec.rb
|
|
487
|
-
- spec/models/webhook_order_by_columns_spec.rb
|
|
488
|
-
- spec/models/chunks_and_embeddings_spec.rb
|
|
489
|
-
- spec/models/webhook_status_spec.rb
|
|
490
|
-
- spec/models/list_users_order_by_types_spec.rb
|
|
491
|
-
- spec/models/gitbook_sync_request_spec.rb
|
|
492
|
-
- spec/models/helpdesk_file_types_spec.rb
|
|
464
|
+
- spec/models/resync_file_query_input_spec.rb
|
|
465
|
+
- spec/models/fresh_desk_connect_request_spec.rb
|
|
466
|
+
- spec/models/data_source_sync_statuses_spec.rb
|
|
467
|
+
- spec/models/organization_user_data_source_order_by_columns_spec.rb
|
|
468
|
+
- spec/models/organization_user_data_source_api_spec.rb
|
|
469
|
+
- spec/models/list_users_filters_spec.rb
|
|
470
|
+
- spec/models/object_type_spec.rb
|
|
493
471
|
- spec/models/raw_transcript_property_inner_value_spec.rb
|
|
494
|
-
- spec/models/
|
|
495
|
-
- spec/models/
|
|
496
|
-
- spec/models/
|
|
497
|
-
- spec/models/
|
|
498
|
-
- spec/models/
|
|
499
|
-
- spec/models/file_formats_spec.rb
|
|
500
|
-
- spec/models/rerank_params_nullable_spec.rb
|
|
501
|
-
- spec/models/chunk_properties_spec.rb
|
|
502
|
-
- spec/models/outlook_sync_input_spec.rb
|
|
503
|
-
- spec/models/single_chunks_and_embeddings_upload_input_spec.rb
|
|
504
|
-
- spec/models/embedding_generators_spec.rb
|
|
505
|
-
- spec/models/sent_webhook_payload_spec.rb
|
|
506
|
-
- spec/models/embeddings_and_chunks_filters_spec.rb
|
|
507
|
-
- spec/models/location_property_inner_spec.rb
|
|
508
|
-
- spec/models/user_web_page_order_by_types_spec.rb
|
|
472
|
+
- spec/models/organization_user_data_source_query_input_spec.rb
|
|
473
|
+
- spec/models/ids_property_spec.rb
|
|
474
|
+
- spec/models/salesforce_authentication_spec.rb
|
|
475
|
+
- spec/models/white_labeling_response_spec.rb
|
|
476
|
+
- spec/models/update_users_input_spec.rb
|
|
509
477
|
- spec/models/data_source_type_nullable_spec.rb
|
|
478
|
+
- spec/models/sharepoint_authentication_spec.rb
|
|
479
|
+
- spec/models/connect_data_source_input_spec.rb
|
|
480
|
+
- spec/models/rank_property_spec.rb
|
|
481
|
+
- spec/models/validation_error_spec.rb
|
|
482
|
+
- spec/models/transcription_service_spec.rb
|
|
510
483
|
- spec/models/list_user_response_spec.rb
|
|
511
|
-
- spec/models/transcription_service_nullable_spec.rb
|
|
512
|
-
- spec/models/data_source_type_spec.rb
|
|
513
|
-
- spec/models/chunk_properties_nullable_spec.rb
|
|
514
|
-
- spec/models/youtube_transcript_response_spec.rb
|
|
515
|
-
- spec/models/github_authentication_spec.rb
|
|
516
|
-
- spec/models/gmail_sync_input_spec.rb
|
|
517
|
-
- spec/models/list_response_spec.rb
|
|
518
|
-
- spec/models/generic_success_response_spec.rb
|
|
519
|
-
- spec/models/sent_webhook_request_body_spec.rb
|
|
520
|
-
- spec/models/delete_files_v2_query_input_spec.rb
|
|
521
|
-
- spec/models/text_embedding_generators_spec.rb
|
|
522
|
-
- spec/models/auto_sync_enabled_sources_property_spec.rb
|
|
523
|
-
- spec/models/pagination_spec.rb
|
|
524
|
-
- spec/models/modify_user_configuration_input_spec.rb
|
|
525
|
-
- spec/models/embeddings_and_chunks_query_input_v2_spec.rb
|
|
526
|
-
- spec/models/authentication_property_spec.rb
|
|
527
|
-
- spec/models/sync_options_spec.rb
|
|
528
484
|
- spec/models/user_list_response_spec.rb
|
|
529
|
-
- spec/models/
|
|
530
|
-
- spec/models/
|
|
531
|
-
- spec/models/
|
|
532
|
-
- spec/models/
|
|
533
|
-
- spec/models/ids_property_spec.rb
|
|
534
|
-
- spec/models/file_content_types_spec.rb
|
|
535
|
-
- spec/models/fetch_urls_response_spec.rb
|
|
536
|
-
- spec/models/list_data_source_items_request_spec.rb
|
|
537
|
-
- spec/models/external_source_items_order_by_spec.rb
|
|
538
|
-
- spec/models/sync_directory_request_spec.rb
|
|
539
|
-
- spec/models/s3_auth_request_spec.rb
|
|
540
|
-
- spec/models/validation_error_spec.rb
|
|
541
|
-
- spec/models/rank_property_spec.rb
|
|
542
|
-
- spec/models/document_response_list_spec.rb
|
|
543
|
-
- spec/models/gitbook_authetication_spec.rb
|
|
544
|
-
- spec/models/file_sync_config_nullable_spec.rb
|
|
545
|
-
- spec/models/file_formats_nullable_spec.rb
|
|
485
|
+
- spec/models/presigned_url_response_spec.rb
|
|
486
|
+
- spec/models/user_response_spec.rb
|
|
487
|
+
- spec/models/sync_files_request_spec.rb
|
|
488
|
+
- spec/models/zotero_authentication_spec.rb
|
|
546
489
|
- spec/models/sitemap_scrape_request_spec.rb
|
|
547
|
-
- spec/models/
|
|
548
|
-
- spec/models/
|
|
549
|
-
- spec/models/
|
|
550
|
-
- spec/models/
|
|
551
|
-
- spec/models/
|
|
552
|
-
- spec/models/
|
|
553
|
-
- spec/models/
|
|
554
|
-
- spec/models/external_file_sync_statuses_spec.rb
|
|
555
|
-
- spec/models/order_dir_v2_spec.rb
|
|
556
|
-
- spec/models/organization_user_files_to_sync_order_by_types_spec.rb
|
|
557
|
-
- spec/models/user_request_content_spec.rb
|
|
558
|
-
- spec/models/list_users_filters_spec.rb
|
|
559
|
-
- spec/models/slack_filters_spec.rb
|
|
560
|
-
- spec/models/order_dir_spec.rb
|
|
561
|
-
- spec/models/file_sync_config_spec.rb
|
|
562
|
-
- spec/models/add_webhook_props_spec.rb
|
|
563
|
-
- spec/models/organization_user_files_to_sync_filters_spec.rb
|
|
564
|
-
- spec/models/organization_user_data_source_api_spec.rb
|
|
565
|
-
- spec/models/organization_user_data_source_query_input_spec.rb
|
|
566
|
-
- spec/models/rss_feed_input_spec.rb
|
|
567
|
-
- spec/models/custom_credentials_type_spec.rb
|
|
568
|
-
- spec/models/webhook_query_response_spec.rb
|
|
569
|
-
- spec/models/sent_webhook_payload_object_spec.rb
|
|
490
|
+
- spec/models/webhook_spec.rb
|
|
491
|
+
- spec/models/webscrape_request_spec.rb
|
|
492
|
+
- spec/models/organization_user_file_tag_create_spec.rb
|
|
493
|
+
- spec/models/confluence_authentication_spec.rb
|
|
494
|
+
- spec/models/sync_options_spec.rb
|
|
495
|
+
- spec/models/organization_user_data_source_response_spec.rb
|
|
496
|
+
- spec/models/revoke_access_token_input_spec.rb
|
|
570
497
|
- spec/models/file_statistics_spec.rb
|
|
571
|
-
- spec/models/user_file_spec.rb
|
|
572
|
-
- spec/models/object_type_spec.rb
|
|
573
|
-
- spec/models/embedding_and_chunk_spec.rb
|
|
574
|
-
- spec/models/raw_text_input_spec.rb
|
|
575
498
|
- spec/models/sent_webhook_payload_object_object_id_spec.rb
|
|
576
|
-
- spec/models/
|
|
577
|
-
- spec/models/
|
|
578
|
-
- spec/models/
|
|
579
|
-
- spec/models/white_labeling_response_spec.rb
|
|
499
|
+
- spec/models/gmail_sync_input_spec.rb
|
|
500
|
+
- spec/models/gitbook_authetication_spec.rb
|
|
501
|
+
- spec/models/connect_data_source_response_spec.rb
|
|
580
502
|
- spec/models/list_data_source_items_response_spec.rb
|
|
581
|
-
- spec/models/
|
|
582
|
-
- spec/models/
|
|
583
|
-
- spec/models/
|
|
584
|
-
- spec/models/
|
|
585
|
-
- spec/models/
|
|
586
|
-
- spec/models/
|
|
587
|
-
- spec/models/
|
|
588
|
-
- spec/models/
|
|
503
|
+
- spec/models/s3_auth_request_spec.rb
|
|
504
|
+
- spec/models/file_statistics_nullable_spec.rb
|
|
505
|
+
- spec/models/delete_users_input_spec.rb
|
|
506
|
+
- spec/models/user_web_page_order_by_types_spec.rb
|
|
507
|
+
- spec/models/transcription_service_nullable_spec.rb
|
|
508
|
+
- spec/models/embeddings_and_chunks_filters_spec.rb
|
|
509
|
+
- spec/models/embeddings_and_chunks_response_spec.rb
|
|
510
|
+
- spec/models/hybrid_search_tuning_params_nullable_spec.rb
|
|
511
|
+
- spec/models/single_chunks_and_embeddings_upload_input_spec.rb
|
|
512
|
+
- spec/models/user_files_v2_spec.rb
|
|
513
|
+
- spec/models/data_source_configuration_spec.rb
|
|
514
|
+
- spec/models/outlook_sync_input_spec.rb
|
|
589
515
|
- spec/models/sent_webhook_payload_object_additional_information_spec.rb
|
|
590
|
-
- spec/models/
|
|
591
|
-
- spec/models/
|
|
592
|
-
- spec/models/
|
|
593
|
-
- spec/models/
|
|
594
|
-
- spec/models/
|
|
516
|
+
- spec/models/outh_url_response_spec.rb
|
|
517
|
+
- spec/models/slack_sync_request_spec.rb
|
|
518
|
+
- spec/models/organization_user_data_source_filters_spec.rb
|
|
519
|
+
- spec/models/user_file_spec.rb
|
|
520
|
+
- spec/models/get_embedding_documents_body_spec.rb
|
|
521
|
+
- spec/models/tags_spec.rb
|
|
522
|
+
- spec/models/github_authentication_spec.rb
|
|
523
|
+
- spec/models/webhook_status_spec.rb
|
|
595
524
|
- spec/models/rerank_params_spec.rb
|
|
596
|
-
- spec/models/
|
|
597
|
-
- spec/models/
|
|
598
|
-
- spec/models/
|
|
525
|
+
- spec/models/organization_user_files_to_sync_filters_spec.rb
|
|
526
|
+
- spec/models/o_auth_authentication_spec.rb
|
|
527
|
+
- spec/models/modify_user_configuration_input_spec.rb
|
|
528
|
+
- spec/models/organization_response_spec.rb
|
|
529
|
+
- spec/models/list_users_order_by_types_spec.rb
|
|
530
|
+
- spec/models/file_content_types_nullable_spec.rb
|
|
531
|
+
- spec/models/s3_file_sync_input_spec.rb
|
|
532
|
+
- spec/models/s3_authentication_spec.rb
|
|
533
|
+
- spec/models/simple_o_auth_data_sources_spec.rb
|
|
534
|
+
- spec/models/document_response_list_spec.rb
|
|
535
|
+
- spec/models/webhook_order_by_columns_spec.rb
|
|
536
|
+
- spec/models/chunks_and_embeddings_spec.rb
|
|
537
|
+
- spec/models/sent_webhook_request_body_spec.rb
|
|
538
|
+
- spec/models/hybrid_search_tuning_params_spec.rb
|
|
539
|
+
- spec/models/github_fetch_repos_request_spec.rb
|
|
540
|
+
- spec/models/rerank_params_nullable_spec.rb
|
|
541
|
+
- spec/models/generic_success_response_spec.rb
|
|
542
|
+
- spec/models/data_source_last_sync_actions_spec.rb
|
|
599
543
|
- spec/models/document_response_spec.rb
|
|
544
|
+
- spec/models/file_sync_config_spec.rb
|
|
545
|
+
- spec/models/fetch_urls_request_spec.rb
|
|
546
|
+
- spec/models/add_webhook_props_spec.rb
|
|
547
|
+
- spec/models/list_items_filters_nullable_spec.rb
|
|
548
|
+
- spec/models/list_response_spec.rb
|
|
549
|
+
- spec/models/raw_text_input_spec.rb
|
|
550
|
+
- spec/models/update_organization_input_spec.rb
|
|
600
551
|
- spec/models/list_items_filters_spec.rb
|
|
601
|
-
- spec/models/embeddings_and_chunks_order_by_columns_spec.rb
|
|
602
|
-
- spec/models/get_embedding_documents_body_spec.rb
|
|
603
552
|
- spec/models/embedding_model_spec.rb
|
|
604
|
-
- spec/models/
|
|
553
|
+
- spec/models/list_request_spec.rb
|
|
554
|
+
- spec/models/chunk_properties_spec.rb
|
|
555
|
+
- spec/models/delete_files_query_input_spec.rb
|
|
556
|
+
- spec/models/external_source_items_order_by_spec.rb
|
|
557
|
+
- spec/models/slack_filters_spec.rb
|
|
558
|
+
- spec/models/user_web_pages_request_spec.rb
|
|
559
|
+
- spec/models/sent_webhook_payload_object_spec.rb
|
|
560
|
+
- spec/models/organization_user_files_to_sync_order_by_types_spec.rb
|
|
561
|
+
- spec/models/youtube_transcript_response_spec.rb
|
|
562
|
+
- spec/models/user_configuration_spec.rb
|
|
563
|
+
- spec/models/delete_files_v2_query_input_spec.rb
|
|
564
|
+
- spec/models/authentication_property_spec.rb
|
|
565
|
+
- spec/models/webhook_query_input_spec.rb
|
|
566
|
+
- spec/models/pagination_spec.rb
|
|
567
|
+
- spec/models/embeddings_and_chunks_order_by_columns_spec.rb
|
|
568
|
+
- spec/models/webhook_query_response_spec.rb
|
|
569
|
+
- spec/models/embedding_generators_spec.rb
|
|
570
|
+
- spec/models/data_source_type_spec.rb
|
|
571
|
+
- spec/models/organization_user_file_tags_remove_spec.rb
|
|
572
|
+
- spec/models/sent_webhook_payload_spec.rb
|
|
573
|
+
- spec/models/notion_authentication_spec.rb
|
|
574
|
+
- spec/models/chunk_properties_nullable_spec.rb
|
|
605
575
|
- spec/models/freskdesk_authentication_spec.rb
|
|
576
|
+
- spec/models/external_source_item_spec.rb
|
|
577
|
+
- spec/models/external_file_sync_statuses_spec.rb
|
|
578
|
+
- spec/models/order_dir_spec.rb
|
|
579
|
+
- spec/models/file_formats_nullable_spec.rb
|
|
580
|
+
- spec/models/embedding_generators_nullable_spec.rb
|
|
581
|
+
- spec/models/user_configuration_nullable_spec.rb
|
|
582
|
+
- spec/models/webhook_filters_spec.rb
|
|
583
|
+
- spec/models/tags1_spec.rb
|
|
584
|
+
- spec/models/source_property_spec.rb
|
|
585
|
+
- spec/models/embeddings_and_chunks_query_input_spec.rb
|
|
586
|
+
- spec/models/body_create_upload_file_uploadfile_post_spec.rb
|
|
587
|
+
- spec/models/auto_sync_enabled_sources_property_spec.rb
|
|
588
|
+
- spec/models/file_formats_spec.rb
|
|
606
589
|
- spec/models/organization_user_files_to_sync_query_input_spec.rb
|
|
607
|
-
- spec/models/
|
|
608
|
-
- spec/models/
|
|
609
|
-
- spec/models/
|
|
590
|
+
- spec/models/list_users_request_spec.rb
|
|
591
|
+
- spec/models/gitbook_sync_request_spec.rb
|
|
592
|
+
- spec/models/http_validation_error_spec.rb
|
|
593
|
+
- spec/models/embedding_and_chunk_spec.rb
|
|
594
|
+
- spec/models/embedding_properties_spec.rb
|
|
595
|
+
- spec/models/file_sync_config_nullable_spec.rb
|
|
596
|
+
- spec/models/fetch_urls_response_spec.rb
|
|
597
|
+
- spec/models/webhook_no_key_spec.rb
|
|
598
|
+
- spec/models/s3_get_file_input_spec.rb
|
|
599
|
+
- spec/models/zendesk_authentication_spec.rb
|
|
600
|
+
- spec/models/user_request_content_spec.rb
|
|
601
|
+
- spec/models/helpdesk_file_types_spec.rb
|
|
602
|
+
- spec/models/upload_file_from_url_input_spec.rb
|
|
603
|
+
- spec/models/file_content_types_spec.rb
|
|
604
|
+
- spec/models/sync_directory_request_spec.rb
|
|
610
605
|
- spec/models/user_web_pages_filters_spec.rb
|
|
611
|
-
- spec/models/
|
|
612
|
-
- spec/models/
|
|
613
|
-
- spec/models/
|
|
614
|
-
- spec/models/
|
|
615
|
-
- spec/models/
|
|
616
|
-
- spec/models/
|
|
606
|
+
- spec/models/embeddings_and_chunks_query_input_v2_spec.rb
|
|
607
|
+
- spec/models/sync_files_ids_spec.rb
|
|
608
|
+
- spec/models/list_data_source_items_request_spec.rb
|
|
609
|
+
- spec/models/custom_credentials_type_spec.rb
|
|
610
|
+
- spec/models/rss_feed_input_spec.rb
|
|
611
|
+
- spec/models/directory_item_spec.rb
|
|
612
|
+
- spec/models/text_embedding_generators_spec.rb
|
|
613
|
+
- spec/models/order_dir_v2_spec.rb
|
|
614
|
+
- spec/models/token_response_spec.rb
|
|
615
|
+
- spec/models/location_property_inner_spec.rb
|
|
616
|
+
- spec/models/chunks_and_embeddings_upload_input_spec.rb
|
|
617
|
+
- spec/models/github_connect_request_spec.rb
|
|
618
|
+
- spec/models/o_auth_url_request_spec.rb
|
|
617
619
|
- spec/models/gitbook_connect_request_spec.rb
|
|
618
|
-
- spec/models/file_statistics_nullable_spec.rb
|
|
619
|
-
- spec/models/sync_files_request_spec.rb
|
|
620
620
|
- spec/spec_helper.rb
|