trieve_ruby_client 0.3.5 → 0.5.0

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 (217) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +78 -74
  3. data/docs/AddChunkToGroupData.md +1 -1
  4. data/docs/AuthApi.md +28 -34
  5. data/docs/AuthQuery.md +22 -0
  6. data/docs/BatchQueuedChunkResponse.md +20 -0
  7. data/docs/ChunkApi.md +69 -147
  8. data/docs/ChunkData.md +42 -0
  9. data/docs/ChunkGroupApi.md +168 -90
  10. data/docs/CreateChunkData.md +41 -34
  11. data/docs/DatasetApi.md +31 -31
  12. data/docs/EventsApi.md +13 -13
  13. data/docs/FileApi.md +21 -21
  14. data/docs/GetEventsData.md +22 -0
  15. data/docs/HealthApi.md +6 -4
  16. data/docs/InvitationApi.md +6 -6
  17. data/docs/MessageApi.md +21 -21
  18. data/docs/OrganizationApi.md +31 -31
  19. data/docs/ReturnQueuedChunk.md +39 -10
  20. data/docs/SingleQueuedChunkResponse.md +20 -0
  21. data/docs/StripeApi.md +21 -13
  22. data/docs/TopicApi.md +21 -21
  23. data/docs/UserApi.md +16 -16
  24. data/lib/trieve_ruby_client/api/auth_api.rb +27 -34
  25. data/lib/trieve_ruby_client/api/chunk_api.rb +64 -143
  26. data/lib/trieve_ruby_client/api/chunk_group_api.rb +153 -75
  27. data/lib/trieve_ruby_client/api/dataset_api.rb +25 -25
  28. data/lib/trieve_ruby_client/api/events_api.rb +21 -16
  29. data/lib/trieve_ruby_client/api/file_api.rb +17 -17
  30. data/lib/trieve_ruby_client/api/health_api.rb +5 -1
  31. data/lib/trieve_ruby_client/api/invitation_api.rb +5 -5
  32. data/lib/trieve_ruby_client/api/message_api.rb +17 -17
  33. data/lib/trieve_ruby_client/api/organization_api.rb +25 -25
  34. data/lib/trieve_ruby_client/api/stripe_api.rb +17 -1
  35. data/lib/trieve_ruby_client/api/topic_api.rb +17 -17
  36. data/lib/trieve_ruby_client/api/user_api.rb +13 -13
  37. data/lib/trieve_ruby_client/api_client.rb +1 -1
  38. data/lib/trieve_ruby_client/api_error.rb +1 -1
  39. data/lib/trieve_ruby_client/configuration.rb +8 -4
  40. data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +2 -2
  41. data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
  42. data/lib/trieve_ruby_client/models/{stripe_subscription.rb → auth_query.rb} +23 -96
  43. data/lib/trieve_ruby_client/models/batch_queued_chunk_response.rb +240 -0
  44. data/lib/trieve_ruby_client/models/bookmark_data.rb +1 -1
  45. data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
  46. data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
  47. data/lib/trieve_ruby_client/models/chunk_data.rb +356 -0
  48. data/lib/trieve_ruby_client/models/chunk_filter.rb +1 -1
  49. data/lib/trieve_ruby_client/models/chunk_group.rb +1 -1
  50. data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
  51. data/lib/trieve_ruby_client/models/chunk_metadata.rb +1 -1
  52. data/lib/trieve_ruby_client/models/chunk_metadata_with_file_data.rb +1 -1
  53. data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +1 -1
  54. data/lib/trieve_ruby_client/models/create_chunk_data.rb +79 -330
  55. data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +1 -1
  56. data/lib/trieve_ruby_client/models/create_dataset_request.rb +1 -1
  57. data/lib/trieve_ruby_client/models/create_message_data.rb +1 -1
  58. data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
  59. data/lib/trieve_ruby_client/models/create_topic_data.rb +1 -1
  60. data/lib/trieve_ruby_client/models/dataset.rb +1 -1
  61. data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
  62. data/lib/trieve_ruby_client/models/dataset_dto.rb +1 -1
  63. data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
  64. data/lib/trieve_ruby_client/models/delete_dataset_request.rb +1 -1
  65. data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
  66. data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
  67. data/lib/trieve_ruby_client/models/edit_message_data.rb +1 -1
  68. data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
  69. data/lib/trieve_ruby_client/models/event.rb +1 -1
  70. data/lib/trieve_ruby_client/models/event_return.rb +1 -1
  71. data/lib/trieve_ruby_client/models/field_condition.rb +1 -1
  72. data/lib/trieve_ruby_client/models/file.rb +1 -1
  73. data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
  74. data/lib/trieve_ruby_client/models/generate_chunks_request.rb +1 -1
  75. data/lib/trieve_ruby_client/models/get_events_data.rb +240 -0
  76. data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
  77. data/lib/trieve_ruby_client/models/group_data.rb +1 -1
  78. data/lib/trieve_ruby_client/models/group_score_chunk_dto.rb +1 -1
  79. data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
  80. data/lib/trieve_ruby_client/models/match_condition.rb +1 -1
  81. data/lib/trieve_ruby_client/models/message.rb +1 -1
  82. data/lib/trieve_ruby_client/models/organization.rb +1 -1
  83. data/lib/trieve_ruby_client/models/organization_usage_count.rb +1 -1
  84. data/lib/trieve_ruby_client/models/range.rb +1 -1
  85. data/lib/trieve_ruby_client/models/reccomend_group_chunks_request.rb +1 -1
  86. data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +1 -1
  87. data/lib/trieve_ruby_client/models/regenerate_message_data.rb +1 -1
  88. data/lib/trieve_ruby_client/models/return_queued_chunk.rb +75 -207
  89. data/lib/trieve_ruby_client/models/score_chunk_dto.rb +1 -1
  90. data/lib/trieve_ruby_client/models/search_chunk_data.rb +1 -1
  91. data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
  92. data/lib/trieve_ruby_client/models/search_groups_result.rb +1 -1
  93. data/lib/trieve_ruby_client/models/search_over_groups_data.rb +1 -1
  94. data/lib/trieve_ruby_client/models/search_over_groups_response_body.rb +1 -1
  95. data/lib/trieve_ruby_client/models/search_within_group_data.rb +1 -1
  96. data/lib/trieve_ruby_client/models/set_user_api_key_request.rb +1 -1
  97. data/lib/trieve_ruby_client/models/set_user_api_key_response.rb +1 -1
  98. data/lib/trieve_ruby_client/models/single_queued_chunk_response.rb +238 -0
  99. data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
  100. data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
  101. data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
  102. data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
  103. data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
  104. data/lib/trieve_ruby_client/models/topic.rb +1 -1
  105. data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
  106. data/lib/trieve_ruby_client/models/update_chunk_data.rb +1 -1
  107. data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
  108. data/lib/trieve_ruby_client/models/update_dataset_request.rb +1 -1
  109. data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
  110. data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
  111. data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
  112. data/lib/trieve_ruby_client/models/update_user_data.rb +1 -1
  113. data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
  114. data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
  115. data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
  116. data/lib/trieve_ruby_client/version.rb +2 -2
  117. data/lib/trieve_ruby_client.rb +6 -2
  118. data/openapi-generator.yaml +1 -1
  119. data/openapi.json +1196 -849
  120. data/spec/api/auth_api_spec.rb +16 -18
  121. data/spec/api/chunk_api_spec.rb +30 -43
  122. data/spec/api/chunk_group_api_spec.rb +54 -33
  123. data/spec/api/dataset_api_spec.rb +19 -19
  124. data/spec/api/events_api_spec.rb +10 -10
  125. data/spec/api/file_api_spec.rb +15 -15
  126. data/spec/api/health_api_spec.rb +9 -7
  127. data/spec/api/invitation_api_spec.rb +9 -9
  128. data/spec/api/message_api_spec.rb +15 -15
  129. data/spec/api/organization_api_spec.rb +19 -19
  130. data/spec/api/stripe_api_spec.rb +15 -7
  131. data/spec/api/topic_api_spec.rb +15 -15
  132. data/spec/api/user_api_spec.rb +13 -13
  133. data/spec/models/add_chunk_to_group_data_spec.rb +8 -8
  134. data/spec/models/api_key_dto_spec.rb +8 -8
  135. data/spec/models/auth_query_spec.rb +48 -0
  136. data/spec/models/batch_queued_chunk_response_spec.rb +42 -0
  137. data/spec/models/bookmark_data_spec.rb +8 -8
  138. data/spec/models/bookmark_group_result_spec.rb +8 -8
  139. data/spec/models/chat_message_proxy_spec.rb +8 -8
  140. data/spec/models/chunk_data_spec.rb +108 -0
  141. data/spec/models/chunk_filter_spec.rb +8 -8
  142. data/spec/models/chunk_group_and_file_spec.rb +8 -8
  143. data/spec/models/chunk_group_spec.rb +8 -8
  144. data/spec/models/chunk_metadata_spec.rb +8 -8
  145. data/spec/models/chunk_metadata_with_file_data_spec.rb +8 -8
  146. data/spec/models/client_dataset_configuration_spec.rb +8 -8
  147. data/spec/models/create_chunk_data_spec.rb +11 -87
  148. data/spec/models/create_chunk_group_data_spec.rb +8 -8
  149. data/spec/models/create_dataset_request_spec.rb +8 -8
  150. data/spec/models/create_message_data_spec.rb +8 -8
  151. data/spec/models/create_organization_data_spec.rb +8 -8
  152. data/spec/models/create_topic_data_spec.rb +8 -8
  153. data/spec/models/dataset_and_usage_spec.rb +8 -8
  154. data/spec/models/dataset_dto_spec.rb +8 -8
  155. data/spec/models/dataset_spec.rb +8 -8
  156. data/spec/models/dataset_usage_count_spec.rb +8 -8
  157. data/spec/models/delete_dataset_request_spec.rb +8 -8
  158. data/spec/models/delete_topic_data_spec.rb +8 -8
  159. data/spec/models/delete_user_api_key_request_spec.rb +8 -8
  160. data/spec/models/edit_message_data_spec.rb +8 -8
  161. data/spec/models/error_response_body_spec.rb +8 -8
  162. data/spec/models/event_return_spec.rb +8 -8
  163. data/spec/models/event_spec.rb +8 -8
  164. data/spec/models/field_condition_spec.rb +8 -8
  165. data/spec/models/file_dto_spec.rb +8 -8
  166. data/spec/models/file_spec.rb +8 -8
  167. data/spec/models/generate_chunks_request_spec.rb +8 -8
  168. data/spec/models/get_events_data_spec.rb +48 -0
  169. data/spec/models/get_groups_for_chunks_data_spec.rb +8 -8
  170. data/spec/models/group_data_spec.rb +8 -8
  171. data/spec/models/group_score_chunk_dto_spec.rb +8 -8
  172. data/spec/models/invitation_data_spec.rb +8 -8
  173. data/spec/models/match_condition_spec.rb +6 -6
  174. data/spec/models/message_spec.rb +8 -8
  175. data/spec/models/organization_spec.rb +8 -8
  176. data/spec/models/organization_usage_count_spec.rb +8 -8
  177. data/spec/models/range_spec.rb +8 -8
  178. data/spec/models/reccomend_group_chunks_request_spec.rb +8 -8
  179. data/spec/models/recommend_chunks_request_spec.rb +8 -8
  180. data/spec/models/regenerate_message_data_spec.rb +8 -8
  181. data/spec/models/return_queued_chunk_spec.rb +11 -21
  182. data/spec/models/score_chunk_dto_spec.rb +8 -8
  183. data/spec/models/search_chunk_data_spec.rb +8 -8
  184. data/spec/models/search_chunk_query_response_body_spec.rb +8 -8
  185. data/spec/models/search_groups_result_spec.rb +8 -8
  186. data/spec/models/search_over_groups_data_spec.rb +8 -8
  187. data/spec/models/search_over_groups_response_body_spec.rb +8 -8
  188. data/spec/models/search_within_group_data_spec.rb +8 -8
  189. data/spec/models/set_user_api_key_request_spec.rb +8 -8
  190. data/spec/models/set_user_api_key_response_spec.rb +8 -8
  191. data/spec/models/single_queued_chunk_response_spec.rb +42 -0
  192. data/spec/models/slim_group_spec.rb +8 -8
  193. data/spec/models/slim_user_spec.rb +8 -8
  194. data/spec/models/stripe_plan_spec.rb +8 -8
  195. data/spec/models/suggested_queries_request_spec.rb +8 -8
  196. data/spec/models/suggested_queries_response_spec.rb +8 -8
  197. data/spec/models/topic_spec.rb +8 -8
  198. data/spec/models/update_chunk_by_tracking_id_data_spec.rb +20 -8
  199. data/spec/models/update_chunk_data_spec.rb +20 -8
  200. data/spec/models/update_chunk_group_data_spec.rb +14 -8
  201. data/spec/models/update_dataset_request_spec.rb +8 -8
  202. data/spec/models/update_group_by_tracking_id_data_spec.rb +8 -8
  203. data/spec/models/update_organization_data_spec.rb +8 -8
  204. data/spec/models/update_topic_data_spec.rb +8 -8
  205. data/spec/models/update_user_data_spec.rb +8 -8
  206. data/spec/models/upload_file_data_spec.rb +8 -8
  207. data/spec/models/upload_file_result_spec.rb +8 -8
  208. data/spec/models/user_organization_spec.rb +8 -8
  209. data/spec/spec_helper.rb +1 -1
  210. data/trieve_ruby_client-0.3.5.gem +0 -0
  211. data/trieve_ruby_client-0.4.0.gem +0 -0
  212. data/trieve_ruby_client.gemspec +1 -1
  213. metadata +24 -8
  214. data/docs/StripeSubscription.md +0 -30
  215. data/spec/models/stripe_subscription_spec.rb +0 -72
  216. data/trieve_ruby_client-0.3.4.gem +0 -0
  217. data/trieve_ruby_client-0.3.41.gem +0 -0
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SearchChunkData
17
+ # Unit tests for TrieveRubyClient::SearchChunkData
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SearchChunkData do
21
- let(:instance) { OpenapiClient::SearchChunkData.new }
20
+ describe TrieveRubyClient::SearchChunkData do
21
+ let(:instance) { TrieveRubyClient::SearchChunkData.new }
22
22
 
23
23
  describe 'test an instance of SearchChunkData' do
24
24
  it 'should create an instance of SearchChunkData' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SearchChunkData)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SearchChunkData)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SearchChunkQueryResponseBody
17
+ # Unit tests for TrieveRubyClient::SearchChunkQueryResponseBody
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SearchChunkQueryResponseBody do
21
- let(:instance) { OpenapiClient::SearchChunkQueryResponseBody.new }
20
+ describe TrieveRubyClient::SearchChunkQueryResponseBody do
21
+ let(:instance) { TrieveRubyClient::SearchChunkQueryResponseBody.new }
22
22
 
23
23
  describe 'test an instance of SearchChunkQueryResponseBody' do
24
24
  it 'should create an instance of SearchChunkQueryResponseBody' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SearchChunkQueryResponseBody)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SearchChunkQueryResponseBody)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SearchGroupsResult
17
+ # Unit tests for TrieveRubyClient::SearchGroupsResult
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SearchGroupsResult do
21
- let(:instance) { OpenapiClient::SearchGroupsResult.new }
20
+ describe TrieveRubyClient::SearchGroupsResult do
21
+ let(:instance) { TrieveRubyClient::SearchGroupsResult.new }
22
22
 
23
23
  describe 'test an instance of SearchGroupsResult' do
24
24
  it 'should create an instance of SearchGroupsResult' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SearchGroupsResult)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SearchGroupsResult)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SearchOverGroupsData
17
+ # Unit tests for TrieveRubyClient::SearchOverGroupsData
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SearchOverGroupsData do
21
- let(:instance) { OpenapiClient::SearchOverGroupsData.new }
20
+ describe TrieveRubyClient::SearchOverGroupsData do
21
+ let(:instance) { TrieveRubyClient::SearchOverGroupsData.new }
22
22
 
23
23
  describe 'test an instance of SearchOverGroupsData' do
24
24
  it 'should create an instance of SearchOverGroupsData' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SearchOverGroupsData)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SearchOverGroupsData)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SearchOverGroupsResponseBody
17
+ # Unit tests for TrieveRubyClient::SearchOverGroupsResponseBody
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SearchOverGroupsResponseBody do
21
- let(:instance) { OpenapiClient::SearchOverGroupsResponseBody.new }
20
+ describe TrieveRubyClient::SearchOverGroupsResponseBody do
21
+ let(:instance) { TrieveRubyClient::SearchOverGroupsResponseBody.new }
22
22
 
23
23
  describe 'test an instance of SearchOverGroupsResponseBody' do
24
24
  it 'should create an instance of SearchOverGroupsResponseBody' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SearchOverGroupsResponseBody)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SearchOverGroupsResponseBody)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SearchWithinGroupData
17
+ # Unit tests for TrieveRubyClient::SearchWithinGroupData
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SearchWithinGroupData do
21
- let(:instance) { OpenapiClient::SearchWithinGroupData.new }
20
+ describe TrieveRubyClient::SearchWithinGroupData do
21
+ let(:instance) { TrieveRubyClient::SearchWithinGroupData.new }
22
22
 
23
23
  describe 'test an instance of SearchWithinGroupData' do
24
24
  it 'should create an instance of SearchWithinGroupData' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SearchWithinGroupData)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SearchWithinGroupData)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SetUserApiKeyRequest
17
+ # Unit tests for TrieveRubyClient::SetUserApiKeyRequest
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SetUserApiKeyRequest do
21
- let(:instance) { OpenapiClient::SetUserApiKeyRequest.new }
20
+ describe TrieveRubyClient::SetUserApiKeyRequest do
21
+ let(:instance) { TrieveRubyClient::SetUserApiKeyRequest.new }
22
22
 
23
23
  describe 'test an instance of SetUserApiKeyRequest' do
24
24
  it 'should create an instance of SetUserApiKeyRequest' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SetUserApiKeyRequest)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SetUserApiKeyRequest)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SetUserApiKeyResponse
17
+ # Unit tests for TrieveRubyClient::SetUserApiKeyResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SetUserApiKeyResponse do
21
- let(:instance) { OpenapiClient::SetUserApiKeyResponse.new }
20
+ describe TrieveRubyClient::SetUserApiKeyResponse do
21
+ let(:instance) { TrieveRubyClient::SetUserApiKeyResponse.new }
22
22
 
23
23
  describe 'test an instance of SetUserApiKeyResponse' do
24
24
  it 'should create an instance of SetUserApiKeyResponse' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SetUserApiKeyResponse)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SetUserApiKeyResponse)
27
27
  end
28
28
  end
29
29
 
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Trieve API
3
+
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
5
+
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.4.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for TrieveRubyClient::SingleQueuedChunkResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::SingleQueuedChunkResponse do
21
+ let(:instance) { TrieveRubyClient::SingleQueuedChunkResponse.new }
22
+
23
+ describe 'test an instance of SingleQueuedChunkResponse' do
24
+ it 'should create an instance of SingleQueuedChunkResponse' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SingleQueuedChunkResponse)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "chunk_metadata"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "pos_in_queue"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ end
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SlimGroup
17
+ # Unit tests for TrieveRubyClient::SlimGroup
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SlimGroup do
21
- let(:instance) { OpenapiClient::SlimGroup.new }
20
+ describe TrieveRubyClient::SlimGroup do
21
+ let(:instance) { TrieveRubyClient::SlimGroup.new }
22
22
 
23
23
  describe 'test an instance of SlimGroup' do
24
24
  it 'should create an instance of SlimGroup' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SlimGroup)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SlimGroup)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SlimUser
17
+ # Unit tests for TrieveRubyClient::SlimUser
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SlimUser do
21
- let(:instance) { OpenapiClient::SlimUser.new }
20
+ describe TrieveRubyClient::SlimUser do
21
+ let(:instance) { TrieveRubyClient::SlimUser.new }
22
22
 
23
23
  describe 'test an instance of SlimUser' do
24
24
  it 'should create an instance of SlimUser' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SlimUser)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SlimUser)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::StripePlan
17
+ # Unit tests for TrieveRubyClient::StripePlan
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::StripePlan do
21
- let(:instance) { OpenapiClient::StripePlan.new }
20
+ describe TrieveRubyClient::StripePlan do
21
+ let(:instance) { TrieveRubyClient::StripePlan.new }
22
22
 
23
23
  describe 'test an instance of StripePlan' do
24
24
  it 'should create an instance of StripePlan' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::StripePlan)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::StripePlan)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SuggestedQueriesRequest
17
+ # Unit tests for TrieveRubyClient::SuggestedQueriesRequest
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SuggestedQueriesRequest do
21
- let(:instance) { OpenapiClient::SuggestedQueriesRequest.new }
20
+ describe TrieveRubyClient::SuggestedQueriesRequest do
21
+ let(:instance) { TrieveRubyClient::SuggestedQueriesRequest.new }
22
22
 
23
23
  describe 'test an instance of SuggestedQueriesRequest' do
24
24
  it 'should create an instance of SuggestedQueriesRequest' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SuggestedQueriesRequest)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SuggestedQueriesRequest)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::SuggestedQueriesResponse
17
+ # Unit tests for TrieveRubyClient::SuggestedQueriesResponse
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::SuggestedQueriesResponse do
21
- let(:instance) { OpenapiClient::SuggestedQueriesResponse.new }
20
+ describe TrieveRubyClient::SuggestedQueriesResponse do
21
+ let(:instance) { TrieveRubyClient::SuggestedQueriesResponse.new }
22
22
 
23
23
  describe 'test an instance of SuggestedQueriesResponse' do
24
24
  it 'should create an instance of SuggestedQueriesResponse' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::SuggestedQueriesResponse)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::SuggestedQueriesResponse)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::Topic
17
+ # Unit tests for TrieveRubyClient::Topic
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::Topic do
21
- let(:instance) { OpenapiClient::Topic.new }
20
+ describe TrieveRubyClient::Topic do
21
+ let(:instance) { TrieveRubyClient::Topic.new }
22
22
 
23
23
  describe 'test an instance of Topic' do
24
24
  it 'should create an instance of Topic' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::Topic)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::Topic)
27
27
  end
28
28
  end
29
29
 
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::UpdateChunkByTrackingIdData
17
+ # Unit tests for TrieveRubyClient::UpdateChunkByTrackingIdData
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::UpdateChunkByTrackingIdData do
21
- let(:instance) { OpenapiClient::UpdateChunkByTrackingIdData.new }
20
+ describe TrieveRubyClient::UpdateChunkByTrackingIdData do
21
+ let(:instance) { TrieveRubyClient::UpdateChunkByTrackingIdData.new }
22
22
 
23
23
  describe 'test an instance of UpdateChunkByTrackingIdData' do
24
24
  it 'should create an instance of UpdateChunkByTrackingIdData' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::UpdateChunkByTrackingIdData)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::UpdateChunkByTrackingIdData)
27
27
  end
28
28
  end
29
29
 
@@ -33,6 +33,18 @@ describe OpenapiClient::UpdateChunkByTrackingIdData do
33
33
  end
34
34
  end
35
35
 
36
+ describe 'test attribute "group_ids"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "group_tracking_ids"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
36
48
  describe 'test attribute "link"' do
37
49
  it 'should work' do
38
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #trieve-server
2
+ #Trieve API
3
3
 
4
- #Trieve REST API OpenAPI Documentation
5
-
6
- The version of the OpenAPI document: 0.3.3
4
+ #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
5
 
6
+ The version of the OpenAPI document: 0.5.0
7
+ Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
10
10
 
@@ -14,16 +14,16 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for OpenapiClient::UpdateChunkData
17
+ # Unit tests for TrieveRubyClient::UpdateChunkData
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe OpenapiClient::UpdateChunkData do
21
- let(:instance) { OpenapiClient::UpdateChunkData.new }
20
+ describe TrieveRubyClient::UpdateChunkData do
21
+ let(:instance) { TrieveRubyClient::UpdateChunkData.new }
22
22
 
23
23
  describe 'test an instance of UpdateChunkData' do
24
24
  it 'should create an instance of UpdateChunkData' do
25
25
  # uncomment below to test the instance creation
26
- #expect(instance).to be_instance_of(OpenapiClient::UpdateChunkData)
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::UpdateChunkData)
27
27
  end
28
28
  end
29
29
 
@@ -39,6 +39,18 @@ describe OpenapiClient::UpdateChunkData do
39
39
  end
40
40
  end
41
41
 
42
+ describe 'test attribute "group_ids"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "group_tracking_ids"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
42
54
  describe 'test attribute "link"' do
43
55
  it 'should work' do
44
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/