trieve_ruby_client 0.7.2 → 0.8.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 (148) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -6
  3. data/docs/ChunkApi.md +158 -10
  4. data/docs/ChunkData.md +2 -0
  5. data/docs/ChunkMetadata.md +2 -0
  6. data/docs/CreateChunkGroupData.md +3 -1
  7. data/docs/CreateMessageData.md +0 -2
  8. data/docs/CreateTopicData.md +0 -2
  9. data/docs/EditMessageData.md +0 -2
  10. data/docs/FieldCondition.md +6 -0
  11. data/docs/GenerateChunksRequest.md +0 -2
  12. data/docs/GeoInfo.md +20 -0
  13. data/docs/GeoTypes.md +49 -0
  14. data/docs/GetChunksData.md +18 -0
  15. data/docs/GetTrackingChunksData.md +18 -0
  16. data/docs/LocationBoundingBox.md +20 -0
  17. data/docs/LocationPolygon.md +20 -0
  18. data/docs/LocationRadius.md +20 -0
  19. data/docs/OrganizationUsageCount.md +2 -0
  20. data/docs/RangeCondition.md +2 -0
  21. data/docs/RegenerateMessageData.md +0 -2
  22. data/docs/SearchChunkData.md +2 -0
  23. data/docs/SearchOverGroupsData.md +2 -0
  24. data/docs/SearchWithinGroupData.md +2 -0
  25. data/docs/SlimChunkMetadata.md +4 -0
  26. data/docs/UpdateChunkData.md +2 -0
  27. data/lib/trieve_ruby_client/api/auth_api.rb +1 -1
  28. data/lib/trieve_ruby_client/api/chunk_api.rb +161 -11
  29. data/lib/trieve_ruby_client/api/chunk_group_api.rb +1 -1
  30. data/lib/trieve_ruby_client/api/dataset_api.rb +1 -1
  31. data/lib/trieve_ruby_client/api/events_api.rb +1 -1
  32. data/lib/trieve_ruby_client/api/file_api.rb +1 -1
  33. data/lib/trieve_ruby_client/api/health_api.rb +1 -1
  34. data/lib/trieve_ruby_client/api/invitation_api.rb +1 -1
  35. data/lib/trieve_ruby_client/api/message_api.rb +1 -1
  36. data/lib/trieve_ruby_client/api/organization_api.rb +1 -1
  37. data/lib/trieve_ruby_client/api/stripe_api.rb +1 -1
  38. data/lib/trieve_ruby_client/api/topic_api.rb +1 -1
  39. data/lib/trieve_ruby_client/api/user_api.rb +1 -1
  40. data/lib/trieve_ruby_client/api_client.rb +1 -1
  41. data/lib/trieve_ruby_client/api_error.rb +1 -1
  42. data/lib/trieve_ruby_client/configuration.rb +1 -1
  43. data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +1 -1
  44. data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
  45. data/lib/trieve_ruby_client/models/auth_query.rb +1 -1
  46. data/lib/trieve_ruby_client/models/batch_queued_chunk_response.rb +1 -1
  47. data/lib/trieve_ruby_client/models/bookmark_data.rb +1 -1
  48. data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
  49. data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
  50. data/lib/trieve_ruby_client/models/chunk_data.rb +12 -2
  51. data/lib/trieve_ruby_client/models/chunk_filter.rb +1 -1
  52. data/lib/trieve_ruby_client/models/chunk_group.rb +1 -1
  53. data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
  54. data/lib/trieve_ruby_client/models/chunk_metadata.rb +12 -2
  55. data/lib/trieve_ruby_client/models/chunk_metadata_with_score.rb +1 -1
  56. data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +1 -1
  57. data/lib/trieve_ruby_client/models/create_chunk_data.rb +1 -1
  58. data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +17 -6
  59. data/lib/trieve_ruby_client/models/create_dataset_request.rb +1 -1
  60. data/lib/trieve_ruby_client/models/create_message_data.rb +2 -13
  61. data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
  62. data/lib/trieve_ruby_client/models/create_topic_data.rb +2 -13
  63. data/lib/trieve_ruby_client/models/dataset.rb +1 -1
  64. data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
  65. data/lib/trieve_ruby_client/models/dataset_dto.rb +1 -1
  66. data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
  67. data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
  68. data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
  69. data/lib/trieve_ruby_client/models/edit_message_data.rb +2 -13
  70. data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
  71. data/lib/trieve_ruby_client/models/event.rb +1 -1
  72. data/lib/trieve_ruby_client/models/event_return.rb +1 -1
  73. data/lib/trieve_ruby_client/models/field_condition.rb +32 -2
  74. data/lib/trieve_ruby_client/models/file.rb +1 -1
  75. data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
  76. data/lib/trieve_ruby_client/models/generate_chunks_request.rb +2 -13
  77. data/lib/trieve_ruby_client/models/geo_info.rb +237 -0
  78. data/lib/trieve_ruby_client/models/geo_types.rb +105 -0
  79. data/lib/trieve_ruby_client/models/get_chunks_data.rb +223 -0
  80. data/lib/trieve_ruby_client/models/get_events_data.rb +1 -1
  81. data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
  82. data/lib/trieve_ruby_client/models/get_tracking_chunks_data.rb +223 -0
  83. data/lib/trieve_ruby_client/models/group_data.rb +1 -1
  84. data/lib/trieve_ruby_client/models/group_score_chunk.rb +1 -1
  85. data/lib/trieve_ruby_client/models/group_score_slim_chunks.rb +1 -1
  86. data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
  87. data/lib/trieve_ruby_client/models/location_bounding_box.rb +237 -0
  88. data/lib/trieve_ruby_client/models/location_polygon.rb +235 -0
  89. data/lib/trieve_ruby_client/models/location_radius.rb +237 -0
  90. data/lib/trieve_ruby_client/models/match_condition.rb +1 -1
  91. data/lib/trieve_ruby_client/models/message.rb +1 -1
  92. data/lib/trieve_ruby_client/models/organization.rb +1 -1
  93. data/lib/trieve_ruby_client/models/organization_usage_count.rb +18 -2
  94. data/lib/trieve_ruby_client/models/range.rb +1 -1
  95. data/lib/trieve_ruby_client/models/range_condition.rb +2 -1
  96. data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +1 -1
  97. data/lib/trieve_ruby_client/models/recommend_group_chunks_request.rb +1 -1
  98. data/lib/trieve_ruby_client/models/regenerate_message_data.rb +2 -13
  99. data/lib/trieve_ruby_client/models/return_queued_chunk.rb +1 -1
  100. data/lib/trieve_ruby_client/models/score_chunk_dto.rb +1 -1
  101. data/lib/trieve_ruby_client/models/score_slim_chunks.rb +1 -1
  102. data/lib/trieve_ruby_client/models/search_chunk_data.rb +13 -2
  103. data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
  104. data/lib/trieve_ruby_client/models/search_over_groups_data.rb +13 -2
  105. data/lib/trieve_ruby_client/models/search_over_groups_results.rb +1 -1
  106. data/lib/trieve_ruby_client/models/search_over_groups_slim_results.rb +1 -1
  107. data/lib/trieve_ruby_client/models/search_slim_chunk_query_response_body.rb +1 -1
  108. data/lib/trieve_ruby_client/models/search_within_group_data.rb +13 -2
  109. data/lib/trieve_ruby_client/models/search_within_group_results.rb +1 -1
  110. data/lib/trieve_ruby_client/models/search_within_group_slim_results.rb +1 -1
  111. data/lib/trieve_ruby_client/models/set_user_api_key_request.rb +1 -1
  112. data/lib/trieve_ruby_client/models/set_user_api_key_response.rb +1 -1
  113. data/lib/trieve_ruby_client/models/single_queued_chunk_response.rb +1 -1
  114. data/lib/trieve_ruby_client/models/slim_chunk_metadata.rb +28 -2
  115. data/lib/trieve_ruby_client/models/slim_chunk_metadata_with_score.rb +1 -1
  116. data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
  117. data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
  118. data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
  119. data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
  120. data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
  121. data/lib/trieve_ruby_client/models/topic.rb +1 -1
  122. data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
  123. data/lib/trieve_ruby_client/models/update_chunk_data.rb +12 -2
  124. data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
  125. data/lib/trieve_ruby_client/models/update_dataset_request.rb +1 -1
  126. data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
  127. data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
  128. data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
  129. data/lib/trieve_ruby_client/models/update_user_org_role_data.rb +1 -1
  130. data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
  131. data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
  132. data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
  133. data/lib/trieve_ruby_client/version.rb +2 -2
  134. data/lib/trieve_ruby_client.rb +8 -1
  135. data/openapi-generator.yaml +1 -1
  136. data/openapi.json +431 -29
  137. data/spec/models/geo_info_spec.rb +42 -0
  138. data/spec/models/geo_types_spec.rb +32 -0
  139. data/spec/models/get_chunks_data_spec.rb +36 -0
  140. data/spec/models/get_tracking_chunks_data_spec.rb +36 -0
  141. data/spec/models/location_bounding_box_spec.rb +42 -0
  142. data/spec/models/location_polygon_spec.rb +42 -0
  143. data/spec/models/location_radius_spec.rb +42 -0
  144. data/spec/spec_helper.rb +1 -1
  145. data/trieve_ruby_client-0.7.2.gem +0 -0
  146. data/trieve_ruby_client-0.7.6.gem +0 -0
  147. data/trieve_ruby_client.gemspec +1 -1
  148. metadata +32 -2
@@ -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.7.5
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::GeoInfo
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::GeoInfo do
21
+ let(:instance) { TrieveRubyClient::GeoInfo.new }
22
+
23
+ describe 'test an instance of GeoInfo' do
24
+ it 'should create an instance of GeoInfo' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::GeoInfo)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "lat"' 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 "lon"' 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,32 @@
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.7.5
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::GeoTypes
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::GeoTypes do
21
+ describe '.openapi_one_of' do
22
+ it 'lists the items referenced in the oneOf array' do
23
+ expect(described_class.openapi_one_of).to_not be_empty
24
+ end
25
+ end
26
+
27
+ describe '.build' do
28
+ it 'returns the correct model' do
29
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,36 @@
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.7.5
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::GetChunksData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::GetChunksData do
21
+ let(:instance) { TrieveRubyClient::GetChunksData.new }
22
+
23
+ describe 'test an instance of GetChunksData' do
24
+ it 'should create an instance of GetChunksData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::GetChunksData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "ids"' 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
+ end
@@ -0,0 +1,36 @@
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.7.5
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::GetTrackingChunksData
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::GetTrackingChunksData do
21
+ let(:instance) { TrieveRubyClient::GetTrackingChunksData.new }
22
+
23
+ describe 'test an instance of GetTrackingChunksData' do
24
+ it 'should create an instance of GetTrackingChunksData' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::GetTrackingChunksData)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "tracking_ids"' 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
+ 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.7.5
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::LocationBoundingBox
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::LocationBoundingBox do
21
+ let(:instance) { TrieveRubyClient::LocationBoundingBox.new }
22
+
23
+ describe 'test an instance of LocationBoundingBox' do
24
+ it 'should create an instance of LocationBoundingBox' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::LocationBoundingBox)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "bottom_right"' 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 "top_left"' 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,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.7.5
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::LocationPolygon
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::LocationPolygon do
21
+ let(:instance) { TrieveRubyClient::LocationPolygon.new }
22
+
23
+ describe 'test an instance of LocationPolygon' do
24
+ it 'should create an instance of LocationPolygon' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::LocationPolygon)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "exterior"' 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 "interior"' 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,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.7.5
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::LocationRadius
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TrieveRubyClient::LocationRadius do
21
+ let(:instance) { TrieveRubyClient::LocationRadius.new }
22
+
23
+ describe 'test an instance of LocationRadius' do
24
+ it 'should create an instance of LocationRadius' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TrieveRubyClient::LocationRadius)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "center"' 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 "radius"' 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.7.2
6
+ The version of the OpenAPI document: 0.8.0
7
7
  Contact: developers@trieve.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.4.0
Binary file
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.7.2
8
+ The version of the OpenAPI document: 0.8.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.7.2
4
+ version: 0.8.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-04-20 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -105,8 +105,12 @@ files:
105
105
  - docs/FileApi.md
106
106
  - docs/FileDTO.md
107
107
  - docs/GenerateChunksRequest.md
108
+ - docs/GeoInfo.md
109
+ - docs/GeoTypes.md
110
+ - docs/GetChunksData.md
108
111
  - docs/GetEventsData.md
109
112
  - docs/GetGroupsForChunksData.md
113
+ - docs/GetTrackingChunksData.md
110
114
  - docs/GroupData.md
111
115
  - docs/GroupScoreChunk.md
112
116
  - docs/GroupScoreChunkDTO.md
@@ -115,6 +119,9 @@ files:
115
119
  - docs/HealthApi.md
116
120
  - docs/InvitationApi.md
117
121
  - docs/InvitationData.md
122
+ - docs/LocationBoundingBox.md
123
+ - docs/LocationPolygon.md
124
+ - docs/LocationRadius.md
118
125
  - docs/MatchCondition.md
119
126
  - docs/Message.md
120
127
  - docs/MessageApi.md
@@ -228,14 +235,21 @@ files:
228
235
  - lib/trieve_ruby_client/models/file.rb
229
236
  - lib/trieve_ruby_client/models/file_dto.rb
230
237
  - lib/trieve_ruby_client/models/generate_chunks_request.rb
238
+ - lib/trieve_ruby_client/models/geo_info.rb
239
+ - lib/trieve_ruby_client/models/geo_types.rb
240
+ - lib/trieve_ruby_client/models/get_chunks_data.rb
231
241
  - lib/trieve_ruby_client/models/get_events_data.rb
232
242
  - lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb
243
+ - lib/trieve_ruby_client/models/get_tracking_chunks_data.rb
233
244
  - lib/trieve_ruby_client/models/group_data.rb
234
245
  - lib/trieve_ruby_client/models/group_score_chunk.rb
235
246
  - lib/trieve_ruby_client/models/group_score_chunk_dto.rb
236
247
  - lib/trieve_ruby_client/models/group_score_slim_chunks.rb
237
248
  - lib/trieve_ruby_client/models/group_slim_chunks_dto.rb
238
249
  - lib/trieve_ruby_client/models/invitation_data.rb
250
+ - lib/trieve_ruby_client/models/location_bounding_box.rb
251
+ - lib/trieve_ruby_client/models/location_polygon.rb
252
+ - lib/trieve_ruby_client/models/location_radius.rb
239
253
  - lib/trieve_ruby_client/models/match_condition.rb
240
254
  - lib/trieve_ruby_client/models/message.rb
241
255
  - lib/trieve_ruby_client/models/organization.rb
@@ -343,14 +357,21 @@ files:
343
357
  - spec/models/file_dto_spec.rb
344
358
  - spec/models/file_spec.rb
345
359
  - spec/models/generate_chunks_request_spec.rb
360
+ - spec/models/geo_info_spec.rb
361
+ - spec/models/geo_types_spec.rb
362
+ - spec/models/get_chunks_data_spec.rb
346
363
  - spec/models/get_events_data_spec.rb
347
364
  - spec/models/get_groups_for_chunks_data_spec.rb
365
+ - spec/models/get_tracking_chunks_data_spec.rb
348
366
  - spec/models/group_data_spec.rb
349
367
  - spec/models/group_score_chunk_dto_spec.rb
350
368
  - spec/models/group_score_chunk_spec.rb
351
369
  - spec/models/group_score_slim_chunks_spec.rb
352
370
  - spec/models/group_slim_chunks_dto_spec.rb
353
371
  - spec/models/invitation_data_spec.rb
372
+ - spec/models/location_bounding_box_spec.rb
373
+ - spec/models/location_polygon_spec.rb
374
+ - spec/models/location_radius_spec.rb
354
375
  - spec/models/match_condition_spec.rb
355
376
  - spec/models/message_spec.rb
356
377
  - spec/models/organization_spec.rb
@@ -412,6 +433,8 @@ files:
412
433
  - trieve_ruby_client-0.6.2.gem
413
434
  - trieve_ruby_client-0.6.7.gem
414
435
  - trieve_ruby_client-0.6.9.gem
436
+ - trieve_ruby_client-0.7.2.gem
437
+ - trieve_ruby_client-0.7.6.gem
415
438
  - trieve_ruby_client.gemspec
416
439
  homepage: https://trieve.ai
417
440
  licenses:
@@ -473,8 +496,10 @@ test_files:
473
496
  - spec/models/chunk_group_spec.rb
474
497
  - spec/models/dataset_usage_count_spec.rb
475
498
  - spec/models/generate_chunks_request_spec.rb
499
+ - spec/models/geo_info_spec.rb
476
500
  - spec/models/delete_dataset_request_spec.rb
477
501
  - spec/models/add_chunk_to_group_data_spec.rb
502
+ - spec/models/location_polygon_spec.rb
478
503
  - spec/models/recommend_group_chunk_response_types_spec.rb
479
504
  - spec/models/event_spec.rb
480
505
  - spec/models/chunk_data_spec.rb
@@ -484,6 +509,8 @@ test_files:
484
509
  - spec/models/single_queued_chunk_response_spec.rb
485
510
  - spec/models/update_topic_data_spec.rb
486
511
  - spec/models/search_over_groups_data_spec.rb
512
+ - spec/models/geo_types_spec.rb
513
+ - spec/models/location_radius_spec.rb
487
514
  - spec/models/organization_usage_count_spec.rb
488
515
  - spec/models/search_within_group_results_spec.rb
489
516
  - spec/models/search_over_groups_slim_results_spec.rb
@@ -500,6 +527,7 @@ test_files:
500
527
  - spec/models/dataset_spec.rb
501
528
  - spec/models/delete_user_api_key_request_spec.rb
502
529
  - spec/models/file_spec.rb
530
+ - spec/models/get_tracking_chunks_data_spec.rb
503
531
  - spec/models/slim_group_spec.rb
504
532
  - spec/models/set_user_api_key_request_spec.rb
505
533
  - spec/models/group_slim_chunks_dto_spec.rb
@@ -518,6 +546,7 @@ test_files:
518
546
  - spec/models/chunk_metadata_with_file_data_spec.rb
519
547
  - spec/models/create_message_data_spec.rb
520
548
  - spec/models/suggested_queries_request_spec.rb
549
+ - spec/models/get_chunks_data_spec.rb
521
550
  - spec/models/create_organization_data_spec.rb
522
551
  - spec/models/slim_chunk_metadata_with_score_spec.rb
523
552
  - spec/models/delete_topic_data_spec.rb
@@ -545,6 +574,7 @@ test_files:
545
574
  - spec/models/chunk_filter_spec.rb
546
575
  - spec/models/create_chunk_group_data_spec.rb
547
576
  - spec/models/set_user_api_key_response_spec.rb
577
+ - spec/models/location_bounding_box_spec.rb
548
578
  - spec/models/dataset_and_usage_spec.rb
549
579
  - spec/models/get_groups_for_chunks_data_spec.rb
550
580
  - spec/models/upload_file_result_spec.rb