trieve_ruby_client 0.3.4 → 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 (128) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +78 -81
  3. data/docs/AuthApi.md +29 -40
  4. data/docs/AuthQuery.md +22 -0
  5. data/docs/BatchQueuedChunkResponse.md +20 -0
  6. data/docs/ChunkApi.md +80 -214
  7. data/docs/ChunkData.md +42 -0
  8. data/docs/ChunkGroupApi.md +183 -174
  9. data/docs/CreateChunkData.md +41 -34
  10. data/docs/DatasetApi.md +37 -67
  11. data/docs/EventsApi.md +14 -19
  12. data/docs/FileApi.md +25 -45
  13. data/docs/GetEventsData.md +22 -0
  14. data/docs/HealthApi.md +6 -4
  15. data/docs/InvitationApi.md +7 -12
  16. data/docs/MessageApi.md +25 -45
  17. data/docs/OrganizationApi.md +37 -67
  18. data/docs/ReturnQueuedChunk.md +39 -10
  19. data/docs/SingleQueuedChunkResponse.md +20 -0
  20. data/docs/StripeApi.md +23 -25
  21. data/docs/TopicApi.md +25 -45
  22. data/docs/UserApi.md +19 -34
  23. data/lib/trieve_ruby_client/api/auth_api.rb +28 -35
  24. data/lib/trieve_ruby_client/api/chunk_api.rb +68 -143
  25. data/lib/trieve_ruby_client/api/chunk_group_api.rb +164 -76
  26. data/lib/trieve_ruby_client/api/dataset_api.rb +31 -31
  27. data/lib/trieve_ruby_client/api/events_api.rb +22 -17
  28. data/lib/trieve_ruby_client/api/file_api.rb +21 -21
  29. data/lib/trieve_ruby_client/api/health_api.rb +5 -1
  30. data/lib/trieve_ruby_client/api/invitation_api.rb +6 -6
  31. data/lib/trieve_ruby_client/api/message_api.rb +21 -21
  32. data/lib/trieve_ruby_client/api/organization_api.rb +31 -31
  33. data/lib/trieve_ruby_client/api/stripe_api.rb +19 -3
  34. data/lib/trieve_ruby_client/api/topic_api.rb +21 -21
  35. data/lib/trieve_ruby_client/api/user_api.rb +16 -16
  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 -11
  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/stripe_subscription.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 +2 -2
  119. data/openapi.json +1280 -876
  120. data/spec/models/auth_query_spec.rb +48 -0
  121. data/spec/models/batch_queued_chunk_response_spec.rb +42 -0
  122. data/spec/models/chunk_data_spec.rb +108 -0
  123. data/spec/models/get_events_data_spec.rb +48 -0
  124. data/spec/models/single_queued_chunk_response_spec.rb +42 -0
  125. data/spec/spec_helper.rb +1 -1
  126. data/trieve_ruby_client-0.3.5.gem +0 -0
  127. data/trieve_ruby_client.gemspec +2 -2
  128. metadata +25 -3
@@ -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.4
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.4
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
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.email = ["developers@trieve.ai"]
24
24
  s.homepage = "https://trieve.ai"
25
25
  s.summary = "Trieve Ruby API client"
26
- s.description = "Trieve Ruby API client"
26
+ s.description = "Ruby client for Trieve API generated from its OpenAPI specification using openapi-generator."
27
27
  s.license = "MIT"
28
28
  s.required_ruby_version = ">= 2.7"
29
29
  s.metadata = {}
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.4
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
@@ -50,7 +50,8 @@ dependencies:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: 3.6.0
53
- description: Trieve Ruby API client
53
+ description: Ruby client for Trieve API generated from its OpenAPI specification using
54
+ openapi-generator.
54
55
  email:
55
56
  - developers@trieve.ai
56
57
  executables: []
@@ -64,10 +65,13 @@ files:
64
65
  - docs/AddChunkToGroupData.md
65
66
  - docs/ApiKeyDTO.md
66
67
  - docs/AuthApi.md
68
+ - docs/AuthQuery.md
69
+ - docs/BatchQueuedChunkResponse.md
67
70
  - docs/BookmarkData.md
68
71
  - docs/BookmarkGroupResult.md
69
72
  - docs/ChatMessageProxy.md
70
73
  - docs/ChunkApi.md
74
+ - docs/ChunkData.md
71
75
  - docs/ChunkFilter.md
72
76
  - docs/ChunkGroup.md
73
77
  - docs/ChunkGroupAndFile.md
@@ -99,6 +103,7 @@ files:
99
103
  - docs/FileApi.md
100
104
  - docs/FileDTO.md
101
105
  - docs/GenerateChunksRequest.md
106
+ - docs/GetEventsData.md
102
107
  - docs/GetGroupsForChunksData.md
103
108
  - docs/GroupData.md
104
109
  - docs/GroupScoreChunkDTO.md
@@ -125,6 +130,7 @@ files:
125
130
  - docs/SearchWithinGroupData.md
126
131
  - docs/SetUserApiKeyRequest.md
127
132
  - docs/SetUserApiKeyResponse.md
133
+ - docs/SingleQueuedChunkResponse.md
128
134
  - docs/SlimGroup.md
129
135
  - docs/SlimUser.md
130
136
  - docs/StripeApi.md
@@ -166,9 +172,12 @@ files:
166
172
  - lib/trieve_ruby_client/configuration.rb
167
173
  - lib/trieve_ruby_client/models/add_chunk_to_group_data.rb
168
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
169
177
  - lib/trieve_ruby_client/models/bookmark_data.rb
170
178
  - lib/trieve_ruby_client/models/bookmark_group_result.rb
171
179
  - lib/trieve_ruby_client/models/chat_message_proxy.rb
180
+ - lib/trieve_ruby_client/models/chunk_data.rb
172
181
  - lib/trieve_ruby_client/models/chunk_filter.rb
173
182
  - lib/trieve_ruby_client/models/chunk_group.rb
174
183
  - lib/trieve_ruby_client/models/chunk_group_and_file.rb
@@ -196,6 +205,7 @@ files:
196
205
  - lib/trieve_ruby_client/models/file.rb
197
206
  - lib/trieve_ruby_client/models/file_dto.rb
198
207
  - lib/trieve_ruby_client/models/generate_chunks_request.rb
208
+ - lib/trieve_ruby_client/models/get_events_data.rb
199
209
  - lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb
200
210
  - lib/trieve_ruby_client/models/group_data.rb
201
211
  - lib/trieve_ruby_client/models/group_score_chunk_dto.rb
@@ -218,6 +228,7 @@ files:
218
228
  - lib/trieve_ruby_client/models/search_within_group_data.rb
219
229
  - lib/trieve_ruby_client/models/set_user_api_key_request.rb
220
230
  - lib/trieve_ruby_client/models/set_user_api_key_response.rb
231
+ - lib/trieve_ruby_client/models/single_queued_chunk_response.rb
221
232
  - lib/trieve_ruby_client/models/slim_group.rb
222
233
  - lib/trieve_ruby_client/models/slim_user.rb
223
234
  - lib/trieve_ruby_client/models/stripe_plan.rb
@@ -255,9 +266,12 @@ files:
255
266
  - spec/api/user_api_spec.rb
256
267
  - spec/models/add_chunk_to_group_data_spec.rb
257
268
  - spec/models/api_key_dto_spec.rb
269
+ - spec/models/auth_query_spec.rb
270
+ - spec/models/batch_queued_chunk_response_spec.rb
258
271
  - spec/models/bookmark_data_spec.rb
259
272
  - spec/models/bookmark_group_result_spec.rb
260
273
  - spec/models/chat_message_proxy_spec.rb
274
+ - spec/models/chunk_data_spec.rb
261
275
  - spec/models/chunk_filter_spec.rb
262
276
  - spec/models/chunk_group_and_file_spec.rb
263
277
  - spec/models/chunk_group_spec.rb
@@ -285,6 +299,7 @@ files:
285
299
  - spec/models/file_dto_spec.rb
286
300
  - spec/models/file_spec.rb
287
301
  - spec/models/generate_chunks_request_spec.rb
302
+ - spec/models/get_events_data_spec.rb
288
303
  - spec/models/get_groups_for_chunks_data_spec.rb
289
304
  - spec/models/group_data_spec.rb
290
305
  - spec/models/group_score_chunk_dto_spec.rb
@@ -307,6 +322,7 @@ files:
307
322
  - spec/models/search_within_group_data_spec.rb
308
323
  - spec/models/set_user_api_key_request_spec.rb
309
324
  - spec/models/set_user_api_key_response_spec.rb
325
+ - spec/models/single_queued_chunk_response_spec.rb
310
326
  - spec/models/slim_group_spec.rb
311
327
  - spec/models/slim_user_spec.rb
312
328
  - spec/models/stripe_plan_spec.rb
@@ -326,6 +342,7 @@ files:
326
342
  - spec/models/upload_file_result_spec.rb
327
343
  - spec/models/user_organization_spec.rb
328
344
  - spec/spec_helper.rb
345
+ - trieve_ruby_client-0.3.5.gem
329
346
  - trieve_ruby_client.gemspec
330
347
  homepage: https://trieve.ai
331
348
  licenses:
@@ -367,6 +384,7 @@ test_files:
367
384
  - spec/models/match_condition_spec.rb
368
385
  - spec/models/search_chunk_query_response_body_spec.rb
369
386
  - spec/models/message_spec.rb
387
+ - spec/models/batch_queued_chunk_response_spec.rb
370
388
  - spec/models/regenerate_message_data_spec.rb
371
389
  - spec/models/chunk_group_and_file_spec.rb
372
390
  - spec/models/file_dto_spec.rb
@@ -375,6 +393,7 @@ test_files:
375
393
  - spec/models/bookmark_data_spec.rb
376
394
  - spec/models/search_groups_result_spec.rb
377
395
  - spec/models/slim_user_spec.rb
396
+ - spec/models/auth_query_spec.rb
378
397
  - spec/models/stripe_plan_spec.rb
379
398
  - spec/models/chunk_group_spec.rb
380
399
  - spec/models/dataset_usage_count_spec.rb
@@ -382,8 +401,11 @@ test_files:
382
401
  - spec/models/delete_dataset_request_spec.rb
383
402
  - spec/models/add_chunk_to_group_data_spec.rb
384
403
  - spec/models/event_spec.rb
404
+ - spec/models/chunk_data_spec.rb
405
+ - spec/models/get_events_data_spec.rb
385
406
  - spec/models/invitation_data_spec.rb
386
407
  - spec/models/create_dataset_request_spec.rb
408
+ - spec/models/single_queued_chunk_response_spec.rb
387
409
  - spec/models/update_topic_data_spec.rb
388
410
  - spec/models/search_over_groups_data_spec.rb
389
411
  - spec/models/organization_usage_count_spec.rb