trieve_ruby_client 0.6.0 → 0.6.2

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 (132) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -19
  3. data/docs/BookmarkData.md +1 -1
  4. data/docs/ChunkApi.md +8 -8
  5. data/docs/ChunkGroupApi.md +14 -14
  6. data/docs/ChunkMetadataWithScore.md +44 -0
  7. data/docs/CreateChunkGroupData.md +1 -1
  8. data/docs/GetEventsData.md +1 -1
  9. data/docs/GroupScoreChunk.md +22 -0
  10. data/docs/GroupScoreSlimChunks.md +20 -0
  11. data/docs/ScoreChunkDTO.md +1 -1
  12. data/docs/SearchOverGroupsResults.md +20 -0
  13. data/docs/SearchOverGroupsSlimResults.md +20 -0
  14. data/docs/SearchWithinGroupResults.md +22 -0
  15. data/docs/SearchWithinGroupSlimResults.md +22 -0
  16. data/docs/SlimChunkMetadataWithScore.md +38 -0
  17. data/docs/UserApi.md +2 -2
  18. data/lib/trieve_ruby_client/api/auth_api.rb +1 -1
  19. data/lib/trieve_ruby_client/api/chunk_api.rb +7 -7
  20. data/lib/trieve_ruby_client/api/chunk_group_api.rb +10 -10
  21. data/lib/trieve_ruby_client/api/dataset_api.rb +1 -1
  22. data/lib/trieve_ruby_client/api/events_api.rb +1 -1
  23. data/lib/trieve_ruby_client/api/file_api.rb +1 -1
  24. data/lib/trieve_ruby_client/api/health_api.rb +1 -1
  25. data/lib/trieve_ruby_client/api/invitation_api.rb +1 -1
  26. data/lib/trieve_ruby_client/api/message_api.rb +1 -1
  27. data/lib/trieve_ruby_client/api/organization_api.rb +1 -1
  28. data/lib/trieve_ruby_client/api/stripe_api.rb +1 -1
  29. data/lib/trieve_ruby_client/api/topic_api.rb +1 -1
  30. data/lib/trieve_ruby_client/api/user_api.rb +3 -3
  31. data/lib/trieve_ruby_client/api_client.rb +1 -1
  32. data/lib/trieve_ruby_client/api_error.rb +1 -1
  33. data/lib/trieve_ruby_client/configuration.rb +1 -1
  34. data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +1 -1
  35. data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
  36. data/lib/trieve_ruby_client/models/auth_query.rb +1 -1
  37. data/lib/trieve_ruby_client/models/batch_queued_chunk_response.rb +1 -1
  38. data/lib/trieve_ruby_client/models/bookmark_data.rb +2 -2
  39. data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
  40. data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
  41. data/lib/trieve_ruby_client/models/chunk_data.rb +1 -1
  42. data/lib/trieve_ruby_client/models/chunk_filter.rb +1 -1
  43. data/lib/trieve_ruby_client/models/chunk_group.rb +1 -1
  44. data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
  45. data/lib/trieve_ruby_client/models/chunk_metadata.rb +1 -1
  46. data/lib/trieve_ruby_client/models/chunk_metadata_with_score.rb +387 -0
  47. data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +1 -1
  48. data/lib/trieve_ruby_client/models/create_chunk_data.rb +1 -1
  49. data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +2 -8
  50. data/lib/trieve_ruby_client/models/create_dataset_request.rb +1 -1
  51. data/lib/trieve_ruby_client/models/create_message_data.rb +1 -1
  52. data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
  53. data/lib/trieve_ruby_client/models/create_topic_data.rb +1 -1
  54. data/lib/trieve_ruby_client/models/dataset.rb +1 -1
  55. data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
  56. data/lib/trieve_ruby_client/models/dataset_dto.rb +1 -1
  57. data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
  58. data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
  59. data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
  60. data/lib/trieve_ruby_client/models/edit_message_data.rb +1 -1
  61. data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
  62. data/lib/trieve_ruby_client/models/event.rb +1 -1
  63. data/lib/trieve_ruby_client/models/event_return.rb +1 -1
  64. data/lib/trieve_ruby_client/models/field_condition.rb +1 -1
  65. data/lib/trieve_ruby_client/models/file.rb +1 -1
  66. data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
  67. data/lib/trieve_ruby_client/models/generate_chunks_request.rb +1 -1
  68. data/lib/trieve_ruby_client/models/get_events_data.rb +2 -2
  69. data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
  70. data/lib/trieve_ruby_client/models/group_data.rb +1 -1
  71. data/lib/trieve_ruby_client/models/group_score_chunk.rb +249 -0
  72. data/lib/trieve_ruby_client/models/group_score_slim_chunks.rb +239 -0
  73. data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
  74. data/lib/trieve_ruby_client/models/match_condition.rb +1 -1
  75. data/lib/trieve_ruby_client/models/message.rb +1 -1
  76. data/lib/trieve_ruby_client/models/organization.rb +1 -1
  77. data/lib/trieve_ruby_client/models/organization_usage_count.rb +1 -1
  78. data/lib/trieve_ruby_client/models/range.rb +1 -1
  79. data/lib/trieve_ruby_client/models/range_condition.rb +1 -1
  80. data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +1 -1
  81. data/lib/trieve_ruby_client/models/recommend_group_chunks_request.rb +1 -1
  82. data/lib/trieve_ruby_client/models/regenerate_message_data.rb +1 -1
  83. data/lib/trieve_ruby_client/models/return_queued_chunk.rb +1 -1
  84. data/lib/trieve_ruby_client/models/score_chunk_dto.rb +2 -2
  85. data/lib/trieve_ruby_client/models/score_slim_chunks.rb +1 -1
  86. data/lib/trieve_ruby_client/models/search_chunk_data.rb +1 -1
  87. data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
  88. data/lib/trieve_ruby_client/models/search_over_groups_data.rb +1 -1
  89. data/lib/trieve_ruby_client/models/search_over_groups_results.rb +239 -0
  90. data/lib/trieve_ruby_client/models/search_over_groups_slim_results.rb +239 -0
  91. data/lib/trieve_ruby_client/models/search_slim_chunk_query_response_body.rb +1 -1
  92. data/lib/trieve_ruby_client/models/search_within_group_data.rb +1 -1
  93. data/lib/trieve_ruby_client/models/search_within_group_results.rb +255 -0
  94. data/lib/trieve_ruby_client/models/search_within_group_slim_results.rb +255 -0
  95. data/lib/trieve_ruby_client/models/set_user_api_key_request.rb +1 -1
  96. data/lib/trieve_ruby_client/models/set_user_api_key_response.rb +1 -1
  97. data/lib/trieve_ruby_client/models/single_queued_chunk_response.rb +1 -1
  98. data/lib/trieve_ruby_client/models/slim_chunk_metadata.rb +1 -1
  99. data/lib/trieve_ruby_client/models/slim_chunk_metadata_with_score.rb +345 -0
  100. data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
  101. data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
  102. data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
  103. data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
  104. data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
  105. data/lib/trieve_ruby_client/models/topic.rb +1 -1
  106. data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
  107. data/lib/trieve_ruby_client/models/update_chunk_data.rb +1 -1
  108. data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
  109. data/lib/trieve_ruby_client/models/update_dataset_request.rb +1 -1
  110. data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
  111. data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
  112. data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
  113. data/lib/trieve_ruby_client/models/update_user_data.rb +1 -1
  114. data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
  115. data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
  116. data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
  117. data/lib/trieve_ruby_client/version.rb +2 -2
  118. data/lib/trieve_ruby_client.rb +9 -13
  119. data/openapi-generator.yaml +1 -1
  120. data/openapi.json +253 -191
  121. data/spec/models/chunk_metadata_with_score_spec.rb +114 -0
  122. data/spec/models/group_score_chunk_spec.rb +48 -0
  123. data/spec/models/group_score_slim_chunks_spec.rb +42 -0
  124. data/spec/models/search_over_groups_results_spec.rb +42 -0
  125. data/spec/models/search_over_groups_slim_results_spec.rb +42 -0
  126. data/spec/models/search_within_group_results_spec.rb +48 -0
  127. data/spec/models/search_within_group_slim_results_spec.rb +48 -0
  128. data/spec/models/slim_chunk_metadata_with_score_spec.rb +96 -0
  129. data/spec/spec_helper.rb +1 -1
  130. data/trieve_ruby_client-0.6.0.gem +0 -0
  131. data/trieve_ruby_client.gemspec +1 -1
  132. metadata +35 -2
@@ -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.0
6
+ The version of the OpenAPI document: 0.6.2
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -779,7 +779,7 @@ module TrieveRubyClient
779
779
  # @param tr_dataset [String] The dataset id to use for the request
780
780
  # @param recommend_group_chunks_request [RecommendGroupChunksRequest] JSON request payload to get recommendations of chunks similar to the chunks in the request
781
781
  # @param [Hash] opts the optional parameters
782
- # @return [RecommendGroupChunkResponseTypes]
782
+ # @return [Array<GroupScoreChunk>]
783
783
  def get_recommended_groups(tr_dataset, recommend_group_chunks_request, opts = {})
784
784
  data, _status_code, _headers = get_recommended_groups_with_http_info(tr_dataset, recommend_group_chunks_request, opts)
785
785
  data
@@ -790,7 +790,7 @@ module TrieveRubyClient
790
790
  # @param tr_dataset [String] The dataset id to use for the request
791
791
  # @param recommend_group_chunks_request [RecommendGroupChunksRequest] JSON request payload to get recommendations of chunks similar to the chunks in the request
792
792
  # @param [Hash] opts the optional parameters
793
- # @return [Array<(RecommendGroupChunkResponseTypes, Integer, Hash)>] RecommendGroupChunkResponseTypes data, response status code and response headers
793
+ # @return [Array<(Array<GroupScoreChunk>, Integer, Hash)>] Array<GroupScoreChunk> data, response status code and response headers
794
794
  def get_recommended_groups_with_http_info(tr_dataset, recommend_group_chunks_request, opts = {})
795
795
  if @api_client.config.debugging
796
796
  @api_client.config.logger.debug 'Calling API: ChunkGroupApi.get_recommended_groups ...'
@@ -827,7 +827,7 @@ module TrieveRubyClient
827
827
  post_body = opts[:debug_body] || @api_client.object_to_http_body(recommend_group_chunks_request)
828
828
 
829
829
  # return_type
830
- return_type = opts[:debug_return_type] || 'RecommendGroupChunkResponseTypes'
830
+ return_type = opts[:debug_return_type] || 'Array<GroupScoreChunk>'
831
831
 
832
832
  # auth_names
833
833
  auth_names = opts[:debug_auth_names] || ['ApiKey']
@@ -1011,7 +1011,7 @@ module TrieveRubyClient
1011
1011
  # @param tr_dataset [String] The dataset id to use for the request
1012
1012
  # @param search_over_groups_data [SearchOverGroupsData] JSON request payload to semantically search over groups
1013
1013
  # @param [Hash] opts the optional parameters
1014
- # @return [SearchOverGroupsResponseTypes]
1014
+ # @return [SearchOverGroupsResults]
1015
1015
  def search_over_groups(tr_dataset, search_over_groups_data, opts = {})
1016
1016
  data, _status_code, _headers = search_over_groups_with_http_info(tr_dataset, search_over_groups_data, opts)
1017
1017
  data
@@ -1022,7 +1022,7 @@ module TrieveRubyClient
1022
1022
  # @param tr_dataset [String] The dataset id to use for the request
1023
1023
  # @param search_over_groups_data [SearchOverGroupsData] JSON request payload to semantically search over groups
1024
1024
  # @param [Hash] opts the optional parameters
1025
- # @return [Array<(SearchOverGroupsResponseTypes, Integer, Hash)>] SearchOverGroupsResponseTypes data, response status code and response headers
1025
+ # @return [Array<(SearchOverGroupsResults, Integer, Hash)>] SearchOverGroupsResults data, response status code and response headers
1026
1026
  def search_over_groups_with_http_info(tr_dataset, search_over_groups_data, opts = {})
1027
1027
  if @api_client.config.debugging
1028
1028
  @api_client.config.logger.debug 'Calling API: ChunkGroupApi.search_over_groups ...'
@@ -1059,7 +1059,7 @@ module TrieveRubyClient
1059
1059
  post_body = opts[:debug_body] || @api_client.object_to_http_body(search_over_groups_data)
1060
1060
 
1061
1061
  # return_type
1062
- return_type = opts[:debug_return_type] || 'SearchOverGroupsResponseTypes'
1062
+ return_type = opts[:debug_return_type] || 'SearchOverGroupsResults'
1063
1063
 
1064
1064
  # auth_names
1065
1065
  auth_names = opts[:debug_auth_names] || ['ApiKey']
@@ -1086,7 +1086,7 @@ module TrieveRubyClient
1086
1086
  # @param tr_dataset [String] The dataset id to use for the request
1087
1087
  # @param search_within_group_data [SearchWithinGroupData] JSON request payload to semantically search a group
1088
1088
  # @param [Hash] opts the optional parameters
1089
- # @return [SearchWithinGroupResponseTypes]
1089
+ # @return [SearchWithinGroupResults]
1090
1090
  def search_within_group(tr_dataset, search_within_group_data, opts = {})
1091
1091
  data, _status_code, _headers = search_within_group_with_http_info(tr_dataset, search_within_group_data, opts)
1092
1092
  data
@@ -1097,7 +1097,7 @@ module TrieveRubyClient
1097
1097
  # @param tr_dataset [String] The dataset id to use for the request
1098
1098
  # @param search_within_group_data [SearchWithinGroupData] JSON request payload to semantically search a group
1099
1099
  # @param [Hash] opts the optional parameters
1100
- # @return [Array<(SearchWithinGroupResponseTypes, Integer, Hash)>] SearchWithinGroupResponseTypes data, response status code and response headers
1100
+ # @return [Array<(SearchWithinGroupResults, Integer, Hash)>] SearchWithinGroupResults data, response status code and response headers
1101
1101
  def search_within_group_with_http_info(tr_dataset, search_within_group_data, opts = {})
1102
1102
  if @api_client.config.debugging
1103
1103
  @api_client.config.logger.debug 'Calling API: ChunkGroupApi.search_within_group ...'
@@ -1134,7 +1134,7 @@ module TrieveRubyClient
1134
1134
  post_body = opts[:debug_body] || @api_client.object_to_http_body(search_within_group_data)
1135
1135
 
1136
1136
  # return_type
1137
- return_type = opts[:debug_return_type] || 'SearchWithinGroupResponseTypes'
1137
+ return_type = opts[:debug_return_type] || 'SearchWithinGroupResults'
1138
1138
 
1139
1139
  # auth_names
1140
1140
  auth_names = opts[:debug_auth_names] || ['ApiKey']
@@ -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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -43,7 +43,7 @@ module TrieveRubyClient
43
43
  fail ArgumentError, "Missing the required parameter 'api_key_id' when calling UserApi.delete_user_api_key"
44
44
  end
45
45
  # resource path
46
- local_var_path = '/api/user/delete_api_key/{api_key_id}'.sub('{' + 'api_key_id' + '}', CGI.escape(api_key_id.to_s))
46
+ local_var_path = '/api/user/api_key/{api_key_id}'.sub('{' + 'api_key_id' + '}', CGI.escape(api_key_id.to_s))
47
47
 
48
48
  # query parameters
49
49
  query_params = opts[:query_params] || {}
@@ -106,7 +106,7 @@ module TrieveRubyClient
106
106
  fail ArgumentError, "Missing the required parameter 'set_user_api_key_request' when calling UserApi.set_user_api_key"
107
107
  end
108
108
  # resource path
109
- local_var_path = '/api/user/set_api_key'
109
+ local_var_path = '/api/user/api_key'
110
110
 
111
111
  # query parameters
112
112
  query_params = opts[:query_params] || {}
@@ -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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
@@ -38,7 +38,7 @@ module TrieveRubyClient
38
38
  # Attribute type mapping.
39
39
  def self.openapi_types
40
40
  {
41
- :'chunks' => :'Array<ChunkMetadataWithFileData>',
41
+ :'chunks' => :'Array<ChunkMetadata>',
42
42
  :'group' => :'ChunkGroup',
43
43
  :'total_pages' => :'Integer'
44
44
  }
@@ -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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
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.0
6
+ The version of the OpenAPI document: 0.6.2
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0