trieve_ruby_client 0.3.5 → 0.4.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 (129) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +78 -74
  3. data/docs/AuthApi.md +28 -34
  4. data/docs/AuthQuery.md +22 -0
  5. data/docs/BatchQueuedChunkResponse.md +20 -0
  6. data/docs/ChunkApi.md +69 -143
  7. data/docs/ChunkData.md +42 -0
  8. data/docs/ChunkGroupApi.md +169 -85
  9. data/docs/CreateChunkData.md +41 -34
  10. data/docs/DatasetApi.md +31 -31
  11. data/docs/EventsApi.md +13 -13
  12. data/docs/FileApi.md +21 -21
  13. data/docs/GetEventsData.md +22 -0
  14. data/docs/HealthApi.md +6 -4
  15. data/docs/InvitationApi.md +6 -6
  16. data/docs/MessageApi.md +21 -21
  17. data/docs/OrganizationApi.md +31 -31
  18. data/docs/ReturnQueuedChunk.md +39 -10
  19. data/docs/SingleQueuedChunkResponse.md +20 -0
  20. data/docs/StripeApi.md +21 -13
  21. data/docs/TopicApi.md +21 -21
  22. data/docs/UserApi.md +16 -16
  23. data/lib/trieve_ruby_client/api/auth_api.rb +27 -34
  24. data/lib/trieve_ruby_client/api/chunk_api.rb +57 -132
  25. data/lib/trieve_ruby_client/api/chunk_group_api.rb +149 -61
  26. data/lib/trieve_ruby_client/api/dataset_api.rb +25 -25
  27. data/lib/trieve_ruby_client/api/events_api.rb +21 -16
  28. data/lib/trieve_ruby_client/api/file_api.rb +17 -17
  29. data/lib/trieve_ruby_client/api/health_api.rb +5 -1
  30. data/lib/trieve_ruby_client/api/invitation_api.rb +5 -5
  31. data/lib/trieve_ruby_client/api/message_api.rb +17 -17
  32. data/lib/trieve_ruby_client/api/organization_api.rb +25 -25
  33. data/lib/trieve_ruby_client/api/stripe_api.rb +17 -1
  34. data/lib/trieve_ruby_client/api/topic_api.rb +17 -17
  35. data/lib/trieve_ruby_client/api/user_api.rb +13 -13
  36. data/lib/trieve_ruby_client/api_client.rb +1 -1
  37. data/lib/trieve_ruby_client/api_error.rb +1 -1
  38. data/lib/trieve_ruby_client/configuration.rb +8 -4
  39. data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +1 -1
  40. data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
  41. data/lib/trieve_ruby_client/models/auth_query.rb +238 -0
  42. data/lib/trieve_ruby_client/models/batch_queued_chunk_response.rb +240 -0
  43. data/lib/trieve_ruby_client/models/bookmark_data.rb +1 -1
  44. data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
  45. data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
  46. data/lib/trieve_ruby_client/models/chunk_data.rb +356 -0
  47. data/lib/trieve_ruby_client/models/chunk_filter.rb +1 -1
  48. data/lib/trieve_ruby_client/models/chunk_group.rb +1 -1
  49. data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
  50. data/lib/trieve_ruby_client/models/chunk_metadata.rb +1 -1
  51. data/lib/trieve_ruby_client/models/chunk_metadata_with_file_data.rb +1 -1
  52. data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +1 -1
  53. data/lib/trieve_ruby_client/models/create_chunk_data.rb +79 -330
  54. data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +1 -1
  55. data/lib/trieve_ruby_client/models/create_dataset_request.rb +1 -1
  56. data/lib/trieve_ruby_client/models/create_message_data.rb +1 -1
  57. data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
  58. data/lib/trieve_ruby_client/models/create_topic_data.rb +1 -1
  59. data/lib/trieve_ruby_client/models/dataset.rb +1 -1
  60. data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
  61. data/lib/trieve_ruby_client/models/dataset_dto.rb +1 -1
  62. data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
  63. data/lib/trieve_ruby_client/models/delete_dataset_request.rb +1 -1
  64. data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
  65. data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
  66. data/lib/trieve_ruby_client/models/edit_message_data.rb +1 -1
  67. data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
  68. data/lib/trieve_ruby_client/models/event.rb +1 -1
  69. data/lib/trieve_ruby_client/models/event_return.rb +1 -1
  70. data/lib/trieve_ruby_client/models/field_condition.rb +1 -1
  71. data/lib/trieve_ruby_client/models/file.rb +1 -1
  72. data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
  73. data/lib/trieve_ruby_client/models/generate_chunks_request.rb +1 -1
  74. data/lib/trieve_ruby_client/models/get_events_data.rb +240 -0
  75. data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
  76. data/lib/trieve_ruby_client/models/group_data.rb +1 -1
  77. data/lib/trieve_ruby_client/models/group_score_chunk_dto.rb +1 -1
  78. data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
  79. data/lib/trieve_ruby_client/models/match_condition.rb +1 -1
  80. data/lib/trieve_ruby_client/models/message.rb +1 -1
  81. data/lib/trieve_ruby_client/models/organization.rb +1 -1
  82. data/lib/trieve_ruby_client/models/organization_usage_count.rb +1 -1
  83. data/lib/trieve_ruby_client/models/range.rb +1 -1
  84. data/lib/trieve_ruby_client/models/reccomend_group_chunks_request.rb +1 -1
  85. data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +1 -1
  86. data/lib/trieve_ruby_client/models/regenerate_message_data.rb +1 -1
  87. data/lib/trieve_ruby_client/models/return_queued_chunk.rb +75 -207
  88. data/lib/trieve_ruby_client/models/score_chunk_dto.rb +1 -1
  89. data/lib/trieve_ruby_client/models/search_chunk_data.rb +1 -1
  90. data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
  91. data/lib/trieve_ruby_client/models/search_groups_result.rb +1 -1
  92. data/lib/trieve_ruby_client/models/search_over_groups_data.rb +1 -1
  93. data/lib/trieve_ruby_client/models/search_over_groups_response_body.rb +1 -1
  94. data/lib/trieve_ruby_client/models/search_within_group_data.rb +1 -1
  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 +238 -0
  98. data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
  99. data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
  100. data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
  101. data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
  102. data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
  103. data/lib/trieve_ruby_client/models/topic.rb +1 -1
  104. data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
  105. data/lib/trieve_ruby_client/models/update_chunk_data.rb +1 -1
  106. data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
  107. data/lib/trieve_ruby_client/models/update_dataset_request.rb +1 -1
  108. data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
  109. data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
  110. data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
  111. data/lib/trieve_ruby_client/models/update_user_data.rb +1 -1
  112. data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
  113. data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
  114. data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
  115. data/lib/trieve_ruby_client/version.rb +2 -2
  116. data/lib/trieve_ruby_client.rb +6 -2
  117. data/openapi-generator.yaml +1 -1
  118. data/openapi.json +1233 -824
  119. data/spec/models/auth_query_spec.rb +48 -0
  120. data/spec/models/batch_queued_chunk_response_spec.rb +42 -0
  121. data/spec/models/chunk_data_spec.rb +108 -0
  122. data/spec/models/get_events_data_spec.rb +48 -0
  123. data/spec/models/single_queued_chunk_response_spec.rb +42 -0
  124. data/spec/spec_helper.rb +1 -1
  125. data/trieve_ruby_client-0.3.5.gem +0 -0
  126. data/trieve_ruby_client.gemspec +1 -1
  127. metadata +23 -4
  128. data/trieve_ruby_client-0.3.4.gem +0 -0
  129. data/trieve_ruby_client-0.3.41.gem +0 -0
@@ -0,0 +1,48 @@
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.4.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::AuthQuery
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::AuthQuery do
21
+ let(:instance) { TrieveRubyClient::AuthQuery.new }
22
+
23
+ describe 'test an instance of AuthQuery' do
24
+ it 'should create an instance of AuthQuery' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::AuthQuery)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "inv_code"' 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 "organization_id"' 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 "redirect_uri"' 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
+ end
@@ -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.4.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::BatchQueuedChunkResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::BatchQueuedChunkResponse do
21
+ let(:instance) { TrieveRubyClient::BatchQueuedChunkResponse.new }
22
+
23
+ describe 'test an instance of BatchQueuedChunkResponse' do
24
+ it 'should create an instance of BatchQueuedChunkResponse' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::BatchQueuedChunkResponse)
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
@@ -0,0 +1,108 @@
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.4.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::ChunkData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::ChunkData do
21
+ let(:instance) { TrieveRubyClient::ChunkData.new }
22
+
23
+ describe 'test an instance of ChunkData' do
24
+ it 'should create an instance of ChunkData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::ChunkData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "chunk_html"' 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 "chunk_vector"' 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 "file_id"' 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_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
+
54
+ describe 'test attribute "group_tracking_ids"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
60
+ describe 'test attribute "link"' do
61
+ it 'should work' do
62
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
+ end
64
+ end
65
+
66
+ describe 'test attribute "metadata"' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
+ end
70
+ end
71
+
72
+ describe 'test attribute "split_avg"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
+ end
76
+ end
77
+
78
+ describe 'test attribute "tag_set"' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
+ end
82
+ end
83
+
84
+ describe 'test attribute "time_stamp"' do
85
+ it 'should work' do
86
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
+ end
88
+ end
89
+
90
+ describe 'test attribute "tracking_id"' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
+ end
94
+ end
95
+
96
+ describe 'test attribute "upsert_by_tracking_id"' do
97
+ it 'should work' do
98
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
+ end
100
+ end
101
+
102
+ describe 'test attribute "weight"' do
103
+ it 'should work' do
104
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
+ end
106
+ end
107
+
108
+ end
@@ -0,0 +1,48 @@
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.4.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::GetEventsData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::GetEventsData do
21
+ let(:instance) { TrieveRubyClient::GetEventsData.new }
22
+
23
+ describe 'test an instance of GetEventsData' do
24
+ it 'should create an instance of GetEventsData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::GetEventsData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "event_types"' 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 "page"' 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 "page_size"' 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
+ end
@@ -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.4.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
data/spec/spec_helper.rb CHANGED
@@ -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.3.5
6
+ The version of the OpenAPI document: 0.4.0
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
Binary file
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
7
7
 
8
- The version of the OpenAPI document: 0.3.5
8
+ The version of the OpenAPI document: 0.4.0
9
9
  Contact: developers@trieve.ai
10
10
  Generated by: https://openapi-generator.tech
11
11
  Generator version: 7.4.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trieve_ruby_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trieve
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-18 00:00:00.000000000 Z
11
+ date: 2024-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -65,10 +65,13 @@ files:
65
65
  - docs/AddChunkToGroupData.md
66
66
  - docs/ApiKeyDTO.md
67
67
  - docs/AuthApi.md
68
+ - docs/AuthQuery.md
69
+ - docs/BatchQueuedChunkResponse.md
68
70
  - docs/BookmarkData.md
69
71
  - docs/BookmarkGroupResult.md
70
72
  - docs/ChatMessageProxy.md
71
73
  - docs/ChunkApi.md
74
+ - docs/ChunkData.md
72
75
  - docs/ChunkFilter.md
73
76
  - docs/ChunkGroup.md
74
77
  - docs/ChunkGroupAndFile.md
@@ -100,6 +103,7 @@ files:
100
103
  - docs/FileApi.md
101
104
  - docs/FileDTO.md
102
105
  - docs/GenerateChunksRequest.md
106
+ - docs/GetEventsData.md
103
107
  - docs/GetGroupsForChunksData.md
104
108
  - docs/GroupData.md
105
109
  - docs/GroupScoreChunkDTO.md
@@ -126,6 +130,7 @@ files:
126
130
  - docs/SearchWithinGroupData.md
127
131
  - docs/SetUserApiKeyRequest.md
128
132
  - docs/SetUserApiKeyResponse.md
133
+ - docs/SingleQueuedChunkResponse.md
129
134
  - docs/SlimGroup.md
130
135
  - docs/SlimUser.md
131
136
  - docs/StripeApi.md
@@ -167,9 +172,12 @@ files:
167
172
  - lib/trieve_ruby_client/configuration.rb
168
173
  - lib/trieve_ruby_client/models/add_chunk_to_group_data.rb
169
174
  - lib/trieve_ruby_client/models/api_key_dto.rb
175
+ - lib/trieve_ruby_client/models/auth_query.rb
176
+ - lib/trieve_ruby_client/models/batch_queued_chunk_response.rb
170
177
  - lib/trieve_ruby_client/models/bookmark_data.rb
171
178
  - lib/trieve_ruby_client/models/bookmark_group_result.rb
172
179
  - lib/trieve_ruby_client/models/chat_message_proxy.rb
180
+ - lib/trieve_ruby_client/models/chunk_data.rb
173
181
  - lib/trieve_ruby_client/models/chunk_filter.rb
174
182
  - lib/trieve_ruby_client/models/chunk_group.rb
175
183
  - lib/trieve_ruby_client/models/chunk_group_and_file.rb
@@ -197,6 +205,7 @@ files:
197
205
  - lib/trieve_ruby_client/models/file.rb
198
206
  - lib/trieve_ruby_client/models/file_dto.rb
199
207
  - lib/trieve_ruby_client/models/generate_chunks_request.rb
208
+ - lib/trieve_ruby_client/models/get_events_data.rb
200
209
  - lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb
201
210
  - lib/trieve_ruby_client/models/group_data.rb
202
211
  - lib/trieve_ruby_client/models/group_score_chunk_dto.rb
@@ -219,6 +228,7 @@ files:
219
228
  - lib/trieve_ruby_client/models/search_within_group_data.rb
220
229
  - lib/trieve_ruby_client/models/set_user_api_key_request.rb
221
230
  - lib/trieve_ruby_client/models/set_user_api_key_response.rb
231
+ - lib/trieve_ruby_client/models/single_queued_chunk_response.rb
222
232
  - lib/trieve_ruby_client/models/slim_group.rb
223
233
  - lib/trieve_ruby_client/models/slim_user.rb
224
234
  - lib/trieve_ruby_client/models/stripe_plan.rb
@@ -256,9 +266,12 @@ files:
256
266
  - spec/api/user_api_spec.rb
257
267
  - spec/models/add_chunk_to_group_data_spec.rb
258
268
  - spec/models/api_key_dto_spec.rb
269
+ - spec/models/auth_query_spec.rb
270
+ - spec/models/batch_queued_chunk_response_spec.rb
259
271
  - spec/models/bookmark_data_spec.rb
260
272
  - spec/models/bookmark_group_result_spec.rb
261
273
  - spec/models/chat_message_proxy_spec.rb
274
+ - spec/models/chunk_data_spec.rb
262
275
  - spec/models/chunk_filter_spec.rb
263
276
  - spec/models/chunk_group_and_file_spec.rb
264
277
  - spec/models/chunk_group_spec.rb
@@ -286,6 +299,7 @@ files:
286
299
  - spec/models/file_dto_spec.rb
287
300
  - spec/models/file_spec.rb
288
301
  - spec/models/generate_chunks_request_spec.rb
302
+ - spec/models/get_events_data_spec.rb
289
303
  - spec/models/get_groups_for_chunks_data_spec.rb
290
304
  - spec/models/group_data_spec.rb
291
305
  - spec/models/group_score_chunk_dto_spec.rb
@@ -308,6 +322,7 @@ files:
308
322
  - spec/models/search_within_group_data_spec.rb
309
323
  - spec/models/set_user_api_key_request_spec.rb
310
324
  - spec/models/set_user_api_key_response_spec.rb
325
+ - spec/models/single_queued_chunk_response_spec.rb
311
326
  - spec/models/slim_group_spec.rb
312
327
  - spec/models/slim_user_spec.rb
313
328
  - spec/models/stripe_plan_spec.rb
@@ -327,8 +342,7 @@ files:
327
342
  - spec/models/upload_file_result_spec.rb
328
343
  - spec/models/user_organization_spec.rb
329
344
  - spec/spec_helper.rb
330
- - trieve_ruby_client-0.3.4.gem
331
- - trieve_ruby_client-0.3.41.gem
345
+ - trieve_ruby_client-0.3.5.gem
332
346
  - trieve_ruby_client.gemspec
333
347
  homepage: https://trieve.ai
334
348
  licenses:
@@ -370,6 +384,7 @@ test_files:
370
384
  - spec/models/match_condition_spec.rb
371
385
  - spec/models/search_chunk_query_response_body_spec.rb
372
386
  - spec/models/message_spec.rb
387
+ - spec/models/batch_queued_chunk_response_spec.rb
373
388
  - spec/models/regenerate_message_data_spec.rb
374
389
  - spec/models/chunk_group_and_file_spec.rb
375
390
  - spec/models/file_dto_spec.rb
@@ -378,6 +393,7 @@ test_files:
378
393
  - spec/models/bookmark_data_spec.rb
379
394
  - spec/models/search_groups_result_spec.rb
380
395
  - spec/models/slim_user_spec.rb
396
+ - spec/models/auth_query_spec.rb
381
397
  - spec/models/stripe_plan_spec.rb
382
398
  - spec/models/chunk_group_spec.rb
383
399
  - spec/models/dataset_usage_count_spec.rb
@@ -385,8 +401,11 @@ test_files:
385
401
  - spec/models/delete_dataset_request_spec.rb
386
402
  - spec/models/add_chunk_to_group_data_spec.rb
387
403
  - spec/models/event_spec.rb
404
+ - spec/models/chunk_data_spec.rb
405
+ - spec/models/get_events_data_spec.rb
388
406
  - spec/models/invitation_data_spec.rb
389
407
  - spec/models/create_dataset_request_spec.rb
408
+ - spec/models/single_queued_chunk_response_spec.rb
390
409
  - spec/models/update_topic_data_spec.rb
391
410
  - spec/models/search_over_groups_data_spec.rb
392
411
  - spec/models/organization_usage_count_spec.rb
Binary file
Binary file