trieve_ruby_client 0.6.7 → 0.6.9

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.
Files changed (116) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/docs/CreateDatasetRequest.md +3 -1
  4. data/docs/Dataset.md +2 -0
  5. data/docs/DatasetApi.md +1 -1
  6. data/docs/DatasetDTO.md +2 -0
  7. data/docs/RecommendChunksRequest.md +2 -0
  8. data/docs/RecommendGroupChunksRequest.md +2 -0
  9. data/docs/UpdateDatasetRequest.md +4 -2
  10. data/lib/trieve_ruby_client/api/auth_api.rb +1 -1
  11. data/lib/trieve_ruby_client/api/chunk_api.rb +1 -1
  12. data/lib/trieve_ruby_client/api/chunk_group_api.rb +1 -1
  13. data/lib/trieve_ruby_client/api/dataset_api.rb +1 -1
  14. data/lib/trieve_ruby_client/api/events_api.rb +1 -1
  15. data/lib/trieve_ruby_client/api/file_api.rb +1 -1
  16. data/lib/trieve_ruby_client/api/health_api.rb +1 -1
  17. data/lib/trieve_ruby_client/api/invitation_api.rb +1 -1
  18. data/lib/trieve_ruby_client/api/message_api.rb +1 -1
  19. data/lib/trieve_ruby_client/api/organization_api.rb +1 -1
  20. data/lib/trieve_ruby_client/api/stripe_api.rb +1 -1
  21. data/lib/trieve_ruby_client/api/topic_api.rb +1 -1
  22. data/lib/trieve_ruby_client/api/user_api.rb +1 -1
  23. data/lib/trieve_ruby_client/api_client.rb +1 -1
  24. data/lib/trieve_ruby_client/api_error.rb +1 -1
  25. data/lib/trieve_ruby_client/configuration.rb +1 -1
  26. data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +1 -1
  27. data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
  28. data/lib/trieve_ruby_client/models/auth_query.rb +1 -1
  29. data/lib/trieve_ruby_client/models/batch_queued_chunk_response.rb +1 -1
  30. data/lib/trieve_ruby_client/models/bookmark_data.rb +1 -1
  31. data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
  32. data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
  33. data/lib/trieve_ruby_client/models/chunk_data.rb +1 -1
  34. data/lib/trieve_ruby_client/models/chunk_filter.rb +1 -1
  35. data/lib/trieve_ruby_client/models/chunk_group.rb +1 -1
  36. data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
  37. data/lib/trieve_ruby_client/models/chunk_metadata.rb +1 -1
  38. data/lib/trieve_ruby_client/models/chunk_metadata_with_score.rb +1 -1
  39. data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +1 -1
  40. data/lib/trieve_ruby_client/models/create_chunk_data.rb +1 -1
  41. data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +1 -1
  42. data/lib/trieve_ruby_client/models/create_dataset_request.rb +17 -6
  43. data/lib/trieve_ruby_client/models/create_message_data.rb +1 -1
  44. data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
  45. data/lib/trieve_ruby_client/models/create_topic_data.rb +1 -1
  46. data/lib/trieve_ruby_client/models/dataset.rb +12 -2
  47. data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
  48. data/lib/trieve_ruby_client/models/dataset_dto.rb +12 -2
  49. data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
  50. data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
  51. data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
  52. data/lib/trieve_ruby_client/models/edit_message_data.rb +1 -1
  53. data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
  54. data/lib/trieve_ruby_client/models/event.rb +1 -1
  55. data/lib/trieve_ruby_client/models/event_return.rb +1 -1
  56. data/lib/trieve_ruby_client/models/field_condition.rb +1 -1
  57. data/lib/trieve_ruby_client/models/file.rb +1 -1
  58. data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
  59. data/lib/trieve_ruby_client/models/generate_chunks_request.rb +1 -1
  60. data/lib/trieve_ruby_client/models/get_events_data.rb +1 -1
  61. data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
  62. data/lib/trieve_ruby_client/models/group_data.rb +1 -1
  63. data/lib/trieve_ruby_client/models/group_score_chunk.rb +1 -1
  64. data/lib/trieve_ruby_client/models/group_score_slim_chunks.rb +1 -1
  65. data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
  66. data/lib/trieve_ruby_client/models/match_condition.rb +1 -1
  67. data/lib/trieve_ruby_client/models/message.rb +1 -1
  68. data/lib/trieve_ruby_client/models/organization.rb +1 -1
  69. data/lib/trieve_ruby_client/models/organization_usage_count.rb +1 -1
  70. data/lib/trieve_ruby_client/models/range.rb +1 -1
  71. data/lib/trieve_ruby_client/models/range_condition.rb +1 -1
  72. data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +13 -2
  73. data/lib/trieve_ruby_client/models/recommend_group_chunks_request.rb +13 -2
  74. data/lib/trieve_ruby_client/models/regenerate_message_data.rb +1 -1
  75. data/lib/trieve_ruby_client/models/return_queued_chunk.rb +1 -1
  76. data/lib/trieve_ruby_client/models/score_chunk_dto.rb +1 -1
  77. data/lib/trieve_ruby_client/models/score_slim_chunks.rb +1 -1
  78. data/lib/trieve_ruby_client/models/search_chunk_data.rb +1 -1
  79. data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
  80. data/lib/trieve_ruby_client/models/search_over_groups_data.rb +1 -1
  81. data/lib/trieve_ruby_client/models/search_over_groups_results.rb +1 -1
  82. data/lib/trieve_ruby_client/models/search_over_groups_slim_results.rb +1 -1
  83. data/lib/trieve_ruby_client/models/search_slim_chunk_query_response_body.rb +1 -1
  84. data/lib/trieve_ruby_client/models/search_within_group_data.rb +1 -1
  85. data/lib/trieve_ruby_client/models/search_within_group_results.rb +1 -1
  86. data/lib/trieve_ruby_client/models/search_within_group_slim_results.rb +1 -1
  87. data/lib/trieve_ruby_client/models/set_user_api_key_request.rb +1 -1
  88. data/lib/trieve_ruby_client/models/set_user_api_key_response.rb +1 -1
  89. data/lib/trieve_ruby_client/models/single_queued_chunk_response.rb +1 -1
  90. data/lib/trieve_ruby_client/models/slim_chunk_metadata.rb +1 -1
  91. data/lib/trieve_ruby_client/models/slim_chunk_metadata_with_score.rb +1 -1
  92. data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
  93. data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
  94. data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
  95. data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
  96. data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
  97. data/lib/trieve_ruby_client/models/topic.rb +1 -1
  98. data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
  99. data/lib/trieve_ruby_client/models/update_chunk_data.rb +1 -1
  100. data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
  101. data/lib/trieve_ruby_client/models/update_dataset_request.rb +18 -13
  102. data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
  103. data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
  104. data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
  105. data/lib/trieve_ruby_client/models/update_user_data.rb +1 -1
  106. data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
  107. data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
  108. data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
  109. data/lib/trieve_ruby_client/version.rb +2 -2
  110. data/lib/trieve_ruby_client.rb +1 -1
  111. data/openapi-generator.yaml +1 -1
  112. data/openapi.json +33 -5
  113. data/spec/spec_helper.rb +1 -1
  114. data/trieve_ruby_client-0.6.7.gem +0 -0
  115. data/trieve_ruby_client.gemspec +1 -1
  116. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98f7a830f8d3738bbd09ecd1a65b9162f9fabfd8cd15b178e7f97c9ba3d3b3b7
4
- data.tar.gz: aa8a52a5502c7e3ba00bc5a7753e2d614780f9d8fb8374ac2dda36a4d2c8f140
3
+ metadata.gz: cb3c73926074efa578c1a936329f541e31407e661081d87a6b06121b922d048d
4
+ data.tar.gz: 340f5787eb85857a450ac2c283add27a2988e4523eb47c6c15ba521e2ae13533
5
5
  SHA512:
6
- metadata.gz: 972a16967ebd009b821f9ad19546d93272b612288828aa1fd145c5dc6f3390c29140c322a9bd9dae982b3aac6cf7dbab3db0ced6f2e0c4467b498f6689de955f
7
- data.tar.gz: 0ab677d0ee623cef39b3bf4d413f1e0f62c5f3d47747e6a81e61da71c9372fe8bc73ff5f29dd96971057f9bd59c62d9a15251dcaf8280c24196c97cd1cb331a7
6
+ metadata.gz: 5617d771a63e136cf902f36642a3d8b10ac745463f9076a32e2b6ed708d070516941c0fecd36206475ac17b045f039e46600b591565ad66c6f634b9fed8dc3b5
7
+ data.tar.gz: 5e79b458f9353514d8dae4392315330975cf4f6d5f430287d99caeb1f5e317856708ee2d3a603a69e303f516174a8b304e8dd35934696d80be4bdcd093a9d211
data/README.md CHANGED
@@ -6,8 +6,8 @@ Trieve OpenAPI Specification. This document describes all of the operations avai
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 0.6.7
10
- - Package version: 0.6.7
9
+ - API version: 0.6.9
10
+ - Package version: 0.6.9
11
11
  - Generator version: 7.4.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://trieve.ai](https://trieve.ai)
@@ -25,16 +25,16 @@ gem build trieve_ruby_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./trieve_ruby_client-0.6.7.gem
28
+ gem install ./trieve_ruby_client-0.6.9.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./trieve_ruby_client-0.6.7.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./trieve_ruby_client-0.6.9.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'trieve_ruby_client', '~> 0.6.7'
37
+ gem 'trieve_ruby_client', '~> 0.6.9'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -8,6 +8,7 @@
8
8
  | **dataset_name** | **String** | Name of the dataset. Must be unique within the organization. | |
9
9
  | **organization_id** | **String** | Organization ID that the dataset will belong to. | |
10
10
  | **server_configuration** | **Object** | Server configuration for the dataset, can be arbitrary JSON. We recommend setting to `{}` to start. See docs.trieve.ai for more information or adjust with the admin dashboard. | |
11
+ | **tracking_id** | **String** | Optional tracking ID for the dataset. Can be used to track the dataset in external systems. | [optional] |
11
12
 
12
13
  ## Example
13
14
 
@@ -18,7 +19,8 @@ instance = TrieveRubyClient::CreateDatasetRequest.new(
18
19
  client_configuration: null,
19
20
  dataset_name: null,
20
21
  organization_id: null,
21
- server_configuration: null
22
+ server_configuration: null,
23
+ tracking_id: null
22
24
  )
23
25
  ```
24
26
 
data/docs/Dataset.md CHANGED
@@ -10,6 +10,7 @@
10
10
  | **name** | **String** | | |
11
11
  | **organization_id** | **String** | | |
12
12
  | **server_configuration** | **Object** | | |
13
+ | **tracking_id** | **String** | | [optional] |
13
14
  | **updated_at** | **Time** | | |
14
15
 
15
16
  ## Example
@@ -24,6 +25,7 @@ instance = TrieveRubyClient::Dataset.new(
24
25
  name: null,
25
26
  organization_id: null,
26
27
  server_configuration: null,
28
+ tracking_id: null,
27
29
  updated_at: null
28
30
  )
29
31
  ```
data/docs/DatasetApi.md CHANGED
@@ -399,7 +399,7 @@ end
399
399
 
400
400
  api_instance = TrieveRubyClient::DatasetApi.new
401
401
  tr_organization = 'tr_organization_example' # String | The organization id to use for the request
402
- update_dataset_request = TrieveRubyClient::UpdateDatasetRequest.new({dataset_id: 'dataset_id_example'}) # UpdateDatasetRequest | JSON request payload to update a dataset
402
+ update_dataset_request = TrieveRubyClient::UpdateDatasetRequest.new # UpdateDatasetRequest | JSON request payload to update a dataset
403
403
 
404
404
  begin
405
405
  # Update Dataset
data/docs/DatasetDTO.md CHANGED
@@ -9,6 +9,7 @@
9
9
  | **id** | **String** | | |
10
10
  | **name** | **String** | | |
11
11
  | **organization_id** | **String** | | |
12
+ | **tracking_id** | **String** | | [optional] |
12
13
  | **updated_at** | **Time** | | |
13
14
 
14
15
  ## Example
@@ -22,6 +23,7 @@ instance = TrieveRubyClient::DatasetDTO.new(
22
23
  id: null,
23
24
  name: null,
24
25
  organization_id: null,
26
+ tracking_id: null,
25
27
  updated_at: null
26
28
  )
27
29
  ```
@@ -10,6 +10,7 @@
10
10
  | **negative_tracking_ids** | **Array<String>** | The tracking_ids of the chunks to be used as negative examples for the recommendation. The chunks in this array will be used to filter out similar chunks. | [optional] |
11
11
  | **positive_chunk_ids** | **Array<String>** | The ids of the chunks to be used as positive examples for the recommendation. The chunks in this array will be used to find similar chunks. | [optional] |
12
12
  | **positive_tracking_ids** | **Array<String>** | The tracking_ids of the chunks to be used as positive examples for the recommendation. The chunks in this array will be used to find similar chunks. | [optional] |
13
+ | **recommend_type** | **String** | The type of recommendation to make. This lets you choose whether to recommend based off of `semantic` or `fulltext` similarity. The default is `semantic`. | [optional] |
13
14
  | **slim_chunks** | **Boolean** | Set slim_chunks to true to avoid returning the content and chunk_html of the chunks. This is useful for when you want to reduce amount of data over the wire for latency improvement. Default is false. | [optional] |
14
15
  | **strategy** | **String** | Strategy to use for recommendations, either \"average_vector\" or \"best_score\". The default is \"average_vector\". The \"average_vector\" strategy will construct a single average vector from the positive and negative samples then use it to perform a pseudo-search. The \"best_score\" strategy is more advanced and navigates the HNSW with a heuristic of picking edges where the point is closer to the positive samples than it is the negatives. | [optional] |
15
16
 
@@ -25,6 +26,7 @@ instance = TrieveRubyClient::RecommendChunksRequest.new(
25
26
  negative_tracking_ids: null,
26
27
  positive_chunk_ids: null,
27
28
  positive_tracking_ids: null,
29
+ recommend_type: null,
28
30
  slim_chunks: null,
29
31
  strategy: null
30
32
  )
@@ -11,6 +11,7 @@
11
11
  | **negative_group_tracking_ids** | **Array<String>** | The ids of the groups to be used as negative examples for the recommendation. The groups in this array will be used to filter out similar groups. | [optional] |
12
12
  | **positive_group_ids** | **Array<String>** | The ids of the groups to be used as positive examples for the recommendation. The groups in this array will be used to find similar groups. | [optional] |
13
13
  | **positive_group_tracking_ids** | **Array<String>** | The ids of the groups to be used as positive examples for the recommendation. The groups in this array will be used to find similar groups. | [optional] |
14
+ | **recommend_type** | **String** | The type of recommendation to make. This lets you choose whether to recommend based off of `semantic` or `fulltext` similarity. The default is `semantic`. | [optional] |
14
15
  | **slim_chunks** | **Boolean** | Set slim_chunks to true to avoid returning the content and chunk_html of the chunks. This is useful for when you want to reduce amount of data over the wire for latency improvement. Default is false. | [optional] |
15
16
  | **strategy** | **String** | Strategy to use for recommendations, either \"average_vector\" or \"best_score\". The default is \"average_vector\". The \"average_vector\" strategy will construct a single average vector from the positive and negative samples then use it to perform a pseudo-search. The \"best_score\" strategy is more advanced and navigates the HNSW with a heuristic of picking edges where the point is closer to the positive samples than it is the negatives. | [optional] |
16
17
 
@@ -27,6 +28,7 @@ instance = TrieveRubyClient::RecommendGroupChunksRequest.new(
27
28
  negative_group_tracking_ids: null,
28
29
  positive_group_ids: null,
29
30
  positive_group_tracking_ids: null,
31
+ recommend_type: null,
30
32
  slim_chunks: null,
31
33
  strategy: null
32
34
  )
@@ -5,9 +5,10 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **client_configuration** | **Object** | The new client configuration of the dataset, can be arbitrary JSON. See docs.trieve.ai for more information. If not provided, the client configuration will not be updated. | [optional] |
8
- | **dataset_id** | **String** | The id of the dataset you want to update. | |
8
+ | **dataset_id** | **String** | The id of the dataset you want to update. | [optional] |
9
9
  | **dataset_name** | **String** | The new name of the dataset. Must be unique within the organization. If not provided, the name will not be updated. | [optional] |
10
10
  | **server_configuration** | **Object** | The new server configuration of the dataset, can be arbitrary JSON. See docs.trieve.ai for more information. If not provided, the server configuration will not be updated. | [optional] |
11
+ | **tracking_id** | **String** | tracking ID for the dataset. Can be used to track the dataset in external systems. | [optional] |
11
12
 
12
13
  ## Example
13
14
 
@@ -18,7 +19,8 @@ instance = TrieveRubyClient::UpdateDatasetRequest.new(
18
19
  client_configuration: null,
19
20
  dataset_id: null,
20
21
  dataset_name: null,
21
- server_configuration: null
22
+ server_configuration: null,
23
+ tracking_id: null
22
24
  )
23
25
  ```
24
26
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -27,13 +27,17 @@ module TrieveRubyClient
27
27
  # Server configuration for the dataset, can be arbitrary JSON. We recommend setting to `{}` to start. See docs.trieve.ai for more information or adjust with the admin dashboard.
28
28
  attr_accessor :server_configuration
29
29
 
30
+ # Optional tracking ID for the dataset. Can be used to track the dataset in external systems.
31
+ attr_accessor :tracking_id
32
+
30
33
  # Attribute mapping from ruby-style variable name to JSON key.
31
34
  def self.attribute_map
32
35
  {
33
36
  :'client_configuration' => :'client_configuration',
34
37
  :'dataset_name' => :'dataset_name',
35
38
  :'organization_id' => :'organization_id',
36
- :'server_configuration' => :'server_configuration'
39
+ :'server_configuration' => :'server_configuration',
40
+ :'tracking_id' => :'tracking_id'
37
41
  }
38
42
  end
39
43
 
@@ -48,7 +52,8 @@ module TrieveRubyClient
48
52
  :'client_configuration' => :'Object',
49
53
  :'dataset_name' => :'String',
50
54
  :'organization_id' => :'String',
51
- :'server_configuration' => :'Object'
55
+ :'server_configuration' => :'Object',
56
+ :'tracking_id' => :'String'
52
57
  }
53
58
  end
54
59
 
@@ -56,7 +61,8 @@ module TrieveRubyClient
56
61
  def self.openapi_nullable
57
62
  Set.new([
58
63
  :'client_configuration',
59
- :'server_configuration'
64
+ :'server_configuration',
65
+ :'tracking_id'
60
66
  ])
61
67
  end
62
68
 
@@ -98,6 +104,10 @@ module TrieveRubyClient
98
104
  else
99
105
  self.server_configuration = nil
100
106
  end
107
+
108
+ if attributes.key?(:'tracking_id')
109
+ self.tracking_id = attributes[:'tracking_id']
110
+ end
101
111
  end
102
112
 
103
113
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -133,7 +143,8 @@ module TrieveRubyClient
133
143
  client_configuration == o.client_configuration &&
134
144
  dataset_name == o.dataset_name &&
135
145
  organization_id == o.organization_id &&
136
- server_configuration == o.server_configuration
146
+ server_configuration == o.server_configuration &&
147
+ tracking_id == o.tracking_id
137
148
  end
138
149
 
139
150
  # @see the `==` method
@@ -145,7 +156,7 @@ module TrieveRubyClient
145
156
  # Calculates hash code according to all attributes.
146
157
  # @return [Integer] Hash code
147
158
  def hash
148
- [client_configuration, dataset_name, organization_id, server_configuration].hash
159
+ [client_configuration, dataset_name, organization_id, server_configuration, tracking_id].hash
149
160
  end
150
161
 
151
162
  # Builds the object from hash
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
5
 
6
- The version of the OpenAPI document: 0.6.7
6
+ The version of the OpenAPI document: 0.6.9
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0