trieve_ruby_client 0.8.2 → 0.10.7
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.
- checksums.yaml +4 -4
- data/README.md +39 -30
- data/docs/ApiKeyRespBody.md +32 -0
- data/docs/AutocompleteData.md +42 -0
- data/docs/AutocompleteReqPayload.md +50 -0
- data/docs/BoostPhrase.md +20 -0
- data/docs/ChunkApi.md +140 -66
- data/docs/ChunkData.md +3 -1
- data/docs/ChunkFilter.md +3 -3
- data/docs/ChunkGroup.md +1 -1
- data/docs/ChunkGroupApi.md +35 -33
- data/docs/ChunkMetadata.md +5 -1
- data/docs/ChunkMetadataStringTagSet.md +46 -0
- data/docs/ChunkMetadataTypes.md +51 -0
- data/docs/ChunkReqPayload.md +50 -0
- data/docs/ClientDatasetConfiguration.md +0 -2
- data/docs/ConditionType.md +49 -0
- data/docs/ContentChunkMetadata.md +32 -0
- data/docs/CreateChunkGroupReqPayload.md +28 -0
- data/docs/CreateChunkReqPayloadEnum.md +49 -0
- data/docs/CreateDatasetRequest.md +2 -2
- data/docs/CreateMessageData.md +2 -2
- data/docs/CreateMessageReqPayload.md +42 -0
- data/docs/CreateTopicReqPayload.md +22 -0
- data/docs/Dataset.md +2 -0
- data/docs/DatasetApi.md +236 -12
- data/docs/DateRange.md +24 -0
- data/docs/EditMessageReqPayload.md +44 -0
- data/docs/FieldCondition.md +2 -0
- data/docs/File.md +1 -1
- data/docs/FileApi.md +7 -7
- data/docs/GenerateChunksRequest.md +2 -0
- data/docs/GetDatasetsPagination.md +20 -0
- data/docs/HasIDCondition.md +20 -0
- data/docs/InvitationApi.md +1 -1
- data/docs/MatchCondition.md +3 -1
- data/docs/MessageApi.md +42 -42
- data/docs/Organization.md +2 -0
- data/docs/OrganizationApi.md +24 -25
- data/docs/RangeCondition.md +1 -3
- data/docs/RegenerateMessageReqPayload.md +40 -0
- data/docs/RemoveChunkFromGroupReqPayload.md +18 -0
- data/docs/ScoreChunkDTO.md +3 -1
- data/docs/SearchChunkData.md +9 -3
- data/docs/SearchChunksReqPayload.md +54 -0
- data/docs/SearchOverGroupsData.md +10 -2
- data/docs/SearchWithinGroupData.md +12 -2
- data/docs/SetUserApiKeyRequest.md +4 -0
- data/docs/SlimChunkMetadata.md +4 -0
- data/docs/SuggestedQueriesReqPayload.md +18 -0
- data/docs/TopicApi.md +16 -16
- data/docs/UpdateChunkData.md +2 -0
- data/docs/UpdateChunkReqPayload.md +46 -0
- data/docs/UpdateDatasetRequest.md +2 -0
- data/docs/UpdateGroupByTrackingIDReqPayload.md +26 -0
- data/docs/UpdateTopicReqPayload.md +20 -0
- data/docs/UpdateUserOrgRoleData.md +1 -1
- data/docs/UploadFileReqPayload.md +40 -0
- data/docs/UserApi.md +7 -8
- data/lib/trieve_ruby_client/api/auth_api.rb +1 -1
- data/lib/trieve_ruby_client/api/chunk_api.rb +158 -83
- data/lib/trieve_ruby_client/api/chunk_group_api.rb +58 -51
- data/lib/trieve_ruby_client/api/dataset_api.rb +224 -15
- data/lib/trieve_ruby_client/api/events_api.rb +1 -1
- data/lib/trieve_ruby_client/api/file_api.rb +12 -12
- data/lib/trieve_ruby_client/api/health_api.rb +1 -1
- data/lib/trieve_ruby_client/api/invitation_api.rb +3 -3
- data/lib/trieve_ruby_client/api/message_api.rb +50 -50
- data/lib/trieve_ruby_client/api/organization_api.rb +27 -27
- data/lib/trieve_ruby_client/api/stripe_api.rb +1 -1
- data/lib/trieve_ruby_client/api/topic_api.rb +27 -27
- data/lib/trieve_ruby_client/api/user_api.rb +8 -8
- data/lib/trieve_ruby_client/api_client.rb +1 -1
- data/lib/trieve_ruby_client/api_error.rb +1 -1
- data/lib/trieve_ruby_client/configuration.rb +1 -1
- data/lib/trieve_ruby_client/models/add_chunk_to_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/api_key_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/api_key_resp_body.rb +325 -0
- data/lib/trieve_ruby_client/models/auth_query.rb +1 -1
- data/lib/trieve_ruby_client/models/autocomplete_data.rb +378 -0
- data/lib/trieve_ruby_client/models/autocomplete_req_payload.rb +467 -0
- data/lib/trieve_ruby_client/models/batch_queued_chunk_response.rb +1 -1
- data/lib/trieve_ruby_client/models/bookmark_data.rb +1 -1
- data/lib/trieve_ruby_client/models/bookmark_group_result.rb +1 -1
- data/lib/trieve_ruby_client/models/boost_phrase.rb +240 -0
- data/lib/trieve_ruby_client/models/chat_message_proxy.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_data.rb +16 -9
- data/lib/trieve_ruby_client/models/chunk_filter.rb +4 -4
- data/lib/trieve_ruby_client/models/chunk_group.rb +5 -3
- data/lib/trieve_ruby_client/models/chunk_group_and_file.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_metadata.rb +28 -4
- data/lib/trieve_ruby_client/models/chunk_metadata_string_tag_set.rb +387 -0
- data/lib/trieve_ruby_client/models/chunk_metadata_types.rb +106 -0
- data/lib/trieve_ruby_client/models/chunk_metadata_with_score.rb +1 -1
- data/lib/trieve_ruby_client/models/chunk_req_payload.rb +400 -0
- data/lib/trieve_ruby_client/models/client_dataset_configuration.rb +2 -18
- data/lib/trieve_ruby_client/models/condition_type.rb +105 -0
- data/lib/trieve_ruby_client/models/content_chunk_metadata.rb +299 -0
- data/lib/trieve_ruby_client/models/create_chunk_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_chunk_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_chunk_group_req_payload.rb +273 -0
- data/lib/trieve_ruby_client/models/create_chunk_req_payload_enum.rb +105 -0
- data/lib/trieve_ruby_client/models/create_dataset_request.rb +3 -3
- data/lib/trieve_ruby_client/models/create_message_data.rb +13 -13
- data/lib/trieve_ruby_client/models/create_message_req_payload.rb +378 -0
- data/lib/trieve_ruby_client/models/create_organization_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/create_topic_req_payload.rb +244 -0
- data/lib/trieve_ruby_client/models/dataset.rb +18 -2
- data/lib/trieve_ruby_client/models/dataset_and_usage.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/dataset_usage_count.rb +1 -1
- data/lib/trieve_ruby_client/models/date_range.rb +245 -0
- data/lib/trieve_ruby_client/models/delete_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/delete_user_api_key_request.rb +1 -1
- data/lib/trieve_ruby_client/models/edit_message_data.rb +1 -1
- data/lib/trieve_ruby_client/models/edit_message_req_payload.rb +395 -0
- data/lib/trieve_ruby_client/models/error_response_body.rb +1 -1
- data/lib/trieve_ruby_client/models/event.rb +1 -1
- data/lib/trieve_ruby_client/models/event_return.rb +1 -1
- data/lib/trieve_ruby_client/models/field_condition.rb +12 -2
- data/lib/trieve_ruby_client/models/file.rb +5 -3
- data/lib/trieve_ruby_client/models/file_dto.rb +1 -1
- data/lib/trieve_ruby_client/models/generate_chunks_request.rb +13 -2
- data/lib/trieve_ruby_client/models/geo_info.rb +1 -1
- data/lib/trieve_ruby_client/models/geo_types.rb +1 -1
- data/lib/trieve_ruby_client/models/get_chunks_data.rb +1 -1
- data/lib/trieve_ruby_client/models/get_datasets_pagination.rb +225 -0
- data/lib/trieve_ruby_client/models/get_events_data.rb +1 -1
- data/lib/trieve_ruby_client/models/get_groups_for_chunks_data.rb +1 -1
- data/lib/trieve_ruby_client/models/get_tracking_chunks_data.rb +1 -1
- data/lib/trieve_ruby_client/models/group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/group_score_chunk.rb +1 -1
- data/lib/trieve_ruby_client/models/has_id_condition.rb +229 -0
- data/lib/trieve_ruby_client/models/invitation_data.rb +1 -1
- data/lib/trieve_ruby_client/models/location_bounding_box.rb +1 -1
- data/lib/trieve_ruby_client/models/location_polygon.rb +1 -1
- data/lib/trieve_ruby_client/models/location_radius.rb +1 -1
- data/lib/trieve_ruby_client/models/match_condition.rb +2 -1
- data/lib/trieve_ruby_client/models/message.rb +1 -1
- data/lib/trieve_ruby_client/models/organization.rb +18 -2
- data/lib/trieve_ruby_client/models/organization_usage_count.rb +1 -1
- data/lib/trieve_ruby_client/models/range.rb +1 -1
- data/lib/trieve_ruby_client/models/range_condition.rb +2 -3
- data/lib/trieve_ruby_client/models/recommend_chunks_request.rb +1 -1
- data/lib/trieve_ruby_client/models/recommend_group_chunks_request.rb +1 -1
- data/lib/trieve_ruby_client/models/regenerate_message_data.rb +1 -1
- data/lib/trieve_ruby_client/models/regenerate_message_req_payload.rb +361 -0
- data/lib/trieve_ruby_client/models/remove_chunk_from_group_req_payload.rb +222 -0
- data/lib/trieve_ruby_client/models/return_queued_chunk.rb +1 -1
- data/lib/trieve_ruby_client/models/score_chunk_dto.rb +15 -3
- data/lib/trieve_ruby_client/models/search_chunk_data.rb +40 -5
- data/lib/trieve_ruby_client/models/search_chunk_query_response_body.rb +1 -1
- data/lib/trieve_ruby_client/models/search_chunks_req_payload.rb +504 -0
- data/lib/trieve_ruby_client/models/search_over_groups_data.rb +93 -4
- data/lib/trieve_ruby_client/models/search_over_groups_results.rb +1 -1
- data/lib/trieve_ruby_client/models/search_within_group_data.rb +106 -4
- data/lib/trieve_ruby_client/models/search_within_group_results.rb +1 -1
- data/lib/trieve_ruby_client/models/set_user_api_key_request.rb +28 -2
- data/lib/trieve_ruby_client/models/set_user_api_key_response.rb +1 -1
- data/lib/trieve_ruby_client/models/single_queued_chunk_response.rb +1 -1
- data/lib/trieve_ruby_client/models/slim_chunk_metadata.rb +24 -2
- data/lib/trieve_ruby_client/models/slim_chunk_metadata_with_score.rb +1 -1
- data/lib/trieve_ruby_client/models/slim_group.rb +1 -1
- data/lib/trieve_ruby_client/models/slim_user.rb +1 -1
- data/lib/trieve_ruby_client/models/stripe_plan.rb +1 -1
- data/lib/trieve_ruby_client/models/suggested_queries_req_payload.rb +222 -0
- data/lib/trieve_ruby_client/models/suggested_queries_request.rb +1 -1
- data/lib/trieve_ruby_client/models/suggested_queries_response.rb +1 -1
- data/lib/trieve_ruby_client/models/topic.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_by_tracking_id_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_data.rb +15 -2
- data/lib/trieve_ruby_client/models/update_chunk_group_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_chunk_req_payload.rb +376 -0
- data/lib/trieve_ruby_client/models/update_dataset_request.rb +13 -2
- data/lib/trieve_ruby_client/models/update_group_by_tracking_id_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_group_by_tracking_id_req_payload.rb +268 -0
- data/lib/trieve_ruby_client/models/update_organization_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_topic_data.rb +1 -1
- data/lib/trieve_ruby_client/models/update_topic_req_payload.rb +239 -0
- data/lib/trieve_ruby_client/models/update_user_org_role_data.rb +2 -2
- data/lib/trieve_ruby_client/models/upload_file_data.rb +1 -1
- data/lib/trieve_ruby_client/models/upload_file_req_payload.rb +368 -0
- data/lib/trieve_ruby_client/models/upload_file_result.rb +1 -1
- data/lib/trieve_ruby_client/models/user_organization.rb +1 -1
- data/lib/trieve_ruby_client/version.rb +2 -2
- data/lib/trieve_ruby_client.rb +25 -20
- data/openapi-generator.yaml +1 -1
- data/openapi.json +1 -7789
- data/spec/models/api_key_resp_body_spec.rb +78 -0
- data/spec/models/autocomplete_data_spec.rb +108 -0
- data/spec/models/autocomplete_req_payload_spec.rb +132 -0
- data/spec/models/boost_phrase_spec.rb +42 -0
- data/spec/models/chunk_metadata_string_tag_set_spec.rb +120 -0
- data/spec/models/chunk_metadata_types_spec.rb +32 -0
- data/spec/models/chunk_req_payload_spec.rb +132 -0
- data/spec/models/condition_type_spec.rb +32 -0
- data/spec/models/content_chunk_metadata_spec.rb +72 -0
- data/spec/models/create_chunk_group_req_payload_spec.rb +66 -0
- data/spec/models/create_chunk_req_payload_enum_spec.rb +32 -0
- data/spec/models/create_message_req_payload_spec.rb +108 -0
- data/spec/models/create_topic_req_payload_spec.rb +48 -0
- data/spec/models/date_range_spec.rb +54 -0
- data/spec/models/edit_message_req_payload_spec.rb +114 -0
- data/spec/models/get_datasets_pagination_spec.rb +42 -0
- data/spec/models/has_id_condition_spec.rb +42 -0
- data/spec/models/regenerate_message_req_payload_spec.rb +102 -0
- data/spec/models/remove_chunk_from_group_req_payload_spec.rb +36 -0
- data/spec/models/search_chunks_req_payload_spec.rb +144 -0
- data/spec/models/suggested_queries_req_payload_spec.rb +36 -0
- data/spec/models/update_chunk_req_payload_spec.rb +120 -0
- data/spec/models/update_group_by_tracking_id_req_payload_spec.rb +60 -0
- data/spec/models/update_topic_req_payload_spec.rb +42 -0
- data/spec/models/upload_file_req_payload_spec.rb +102 -0
- data/spec/spec_helper.rb +1 -1
- data/trieve_ruby_client-0.8.2.gem +0 -0
- data/trieve_ruby_client-0.8.5.gem +0 -0
- data/trieve_ruby_client.gemspec +1 -1
- metadata +104 -2
@@ -0,0 +1,400 @@
|
|
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.10.7
|
7
|
+
Contact: developers@trieve.ai
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.4.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module TrieveRubyClient
|
17
|
+
class ChunkReqPayload
|
18
|
+
attr_accessor :boost_phrase
|
19
|
+
|
20
|
+
# HTML content of the chunk. This can also be plaintext. The innerText of the HTML will be used to create the embedding vector. The point of using HTML is for convienience, as some users have applications where users submit HTML content.
|
21
|
+
attr_accessor :chunk_html
|
22
|
+
|
23
|
+
# Chunk_vector is a vector of floats which can be used instead of generating a new embedding. This is useful for when you are using a pre-embedded dataset. If this is not provided, the innerText of the chunk_html will be used to create the embedding.
|
24
|
+
attr_accessor :chunk_vector
|
25
|
+
|
26
|
+
# Convert HTML to raw text before processing to avoid adding noise to the vector embeddings. By default this is true. If you are using HTML content that you want to be included in the vector embeddings, set this to false.
|
27
|
+
attr_accessor :convert_html_to_text
|
28
|
+
|
29
|
+
# Group ids are the ids of the groups that the chunk should be placed into. This is useful for when you want to create a chunk and add it to a group or multiple groups in one request. Necessary because this route queues the chunk for ingestion and the chunk may not exist yet immediately after response.
|
30
|
+
attr_accessor :group_ids
|
31
|
+
|
32
|
+
# Group tracking_ids are the tracking_ids of the groups that the chunk should be placed into. This is useful for when you want to create a chunk and add it to a group or multiple groups in one request. Necessary because this route queues the chunk for ingestion and the chunk may not exist yet immediately after response.
|
33
|
+
attr_accessor :group_tracking_ids
|
34
|
+
|
35
|
+
# Image urls are a list of urls to images that are associated with the chunk. This is useful for when you want to associate images with a chunk.
|
36
|
+
attr_accessor :image_urls
|
37
|
+
|
38
|
+
# Link to the chunk. This can also be any string. Frequently, this is a link to the source of the chunk. The link value will not affect the embedding creation.
|
39
|
+
attr_accessor :link
|
40
|
+
|
41
|
+
attr_accessor :location
|
42
|
+
|
43
|
+
# Metadata is a JSON object which can be used to filter chunks. This is useful for when you want to filter chunks by arbitrary metadata. Unlike with tag filtering, there is a performance hit for filtering on metadata.
|
44
|
+
attr_accessor :metadata
|
45
|
+
|
46
|
+
# Num value is an arbitrary numerical value that can be used to filter chunks. This is useful for when you want to filter chunks by numerical value. There is no performance hit for filtering on num_value.
|
47
|
+
attr_accessor :num_value
|
48
|
+
|
49
|
+
# Split avg is a boolean which tells the server to split the text in the chunk_html into smaller chunks and average their resulting vectors. This is useful for when you want to create a chunk from a large piece of text and want to split it into smaller chunks to create a more fuzzy average dense vector. The sparse vector will be generated normally with no averaging. By default this is false.
|
50
|
+
attr_accessor :split_avg
|
51
|
+
|
52
|
+
# Tag set is a list of tags. This can be used to filter chunks by tag. Unlike with metadata filtering, HNSW indices will exist for each tag such that there is not a performance hit for filtering on them.
|
53
|
+
attr_accessor :tag_set
|
54
|
+
|
55
|
+
# Time_stamp should be an ISO 8601 combined date and time without timezone. It is used for time window filtering and recency-biasing search results.
|
56
|
+
attr_accessor :time_stamp
|
57
|
+
|
58
|
+
# Tracking_id is a string which can be used to identify a chunk. This is useful for when you are coordinating with an external system and want to use the tracking_id to identify the chunk.
|
59
|
+
attr_accessor :tracking_id
|
60
|
+
|
61
|
+
# Upsert when a chunk with the same tracking_id exists. By default this is false, and the request will fail if a chunk with the same tracking_id exists. If this is true, the chunk will be updated if a chunk with the same tracking_id exists.
|
62
|
+
attr_accessor :upsert_by_tracking_id
|
63
|
+
|
64
|
+
# Weight is a float which can be used to bias search results. This is useful for when you want to bias search results for a chunk. The magnitude only matters relative to other chunks in the chunk's dataset dataset.
|
65
|
+
attr_accessor :weight
|
66
|
+
|
67
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
68
|
+
def self.attribute_map
|
69
|
+
{
|
70
|
+
:'boost_phrase' => :'boost_phrase',
|
71
|
+
:'chunk_html' => :'chunk_html',
|
72
|
+
:'chunk_vector' => :'chunk_vector',
|
73
|
+
:'convert_html_to_text' => :'convert_html_to_text',
|
74
|
+
:'group_ids' => :'group_ids',
|
75
|
+
:'group_tracking_ids' => :'group_tracking_ids',
|
76
|
+
:'image_urls' => :'image_urls',
|
77
|
+
:'link' => :'link',
|
78
|
+
:'location' => :'location',
|
79
|
+
:'metadata' => :'metadata',
|
80
|
+
:'num_value' => :'num_value',
|
81
|
+
:'split_avg' => :'split_avg',
|
82
|
+
:'tag_set' => :'tag_set',
|
83
|
+
:'time_stamp' => :'time_stamp',
|
84
|
+
:'tracking_id' => :'tracking_id',
|
85
|
+
:'upsert_by_tracking_id' => :'upsert_by_tracking_id',
|
86
|
+
:'weight' => :'weight'
|
87
|
+
}
|
88
|
+
end
|
89
|
+
|
90
|
+
# Returns all the JSON keys this model knows about
|
91
|
+
def self.acceptable_attributes
|
92
|
+
attribute_map.values
|
93
|
+
end
|
94
|
+
|
95
|
+
# Attribute type mapping.
|
96
|
+
def self.openapi_types
|
97
|
+
{
|
98
|
+
:'boost_phrase' => :'BoostPhrase',
|
99
|
+
:'chunk_html' => :'String',
|
100
|
+
:'chunk_vector' => :'Array<Float>',
|
101
|
+
:'convert_html_to_text' => :'Boolean',
|
102
|
+
:'group_ids' => :'Array<String>',
|
103
|
+
:'group_tracking_ids' => :'Array<String>',
|
104
|
+
:'image_urls' => :'Array<String>',
|
105
|
+
:'link' => :'String',
|
106
|
+
:'location' => :'GeoInfo',
|
107
|
+
:'metadata' => :'Object',
|
108
|
+
:'num_value' => :'Float',
|
109
|
+
:'split_avg' => :'Boolean',
|
110
|
+
:'tag_set' => :'Array<String>',
|
111
|
+
:'time_stamp' => :'String',
|
112
|
+
:'tracking_id' => :'String',
|
113
|
+
:'upsert_by_tracking_id' => :'Boolean',
|
114
|
+
:'weight' => :'Float'
|
115
|
+
}
|
116
|
+
end
|
117
|
+
|
118
|
+
# List of attributes with nullable: true
|
119
|
+
def self.openapi_nullable
|
120
|
+
Set.new([
|
121
|
+
:'boost_phrase',
|
122
|
+
:'chunk_html',
|
123
|
+
:'chunk_vector',
|
124
|
+
:'convert_html_to_text',
|
125
|
+
:'group_ids',
|
126
|
+
:'group_tracking_ids',
|
127
|
+
:'image_urls',
|
128
|
+
:'link',
|
129
|
+
:'location',
|
130
|
+
:'metadata',
|
131
|
+
:'num_value',
|
132
|
+
:'split_avg',
|
133
|
+
:'tag_set',
|
134
|
+
:'time_stamp',
|
135
|
+
:'tracking_id',
|
136
|
+
:'upsert_by_tracking_id',
|
137
|
+
:'weight'
|
138
|
+
])
|
139
|
+
end
|
140
|
+
|
141
|
+
# Initializes the object
|
142
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
143
|
+
def initialize(attributes = {})
|
144
|
+
if (!attributes.is_a?(Hash))
|
145
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrieveRubyClient::ChunkReqPayload` initialize method"
|
146
|
+
end
|
147
|
+
|
148
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
149
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
150
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
151
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrieveRubyClient::ChunkReqPayload`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
152
|
+
end
|
153
|
+
h[k.to_sym] = v
|
154
|
+
}
|
155
|
+
|
156
|
+
if attributes.key?(:'boost_phrase')
|
157
|
+
self.boost_phrase = attributes[:'boost_phrase']
|
158
|
+
end
|
159
|
+
|
160
|
+
if attributes.key?(:'chunk_html')
|
161
|
+
self.chunk_html = attributes[:'chunk_html']
|
162
|
+
end
|
163
|
+
|
164
|
+
if attributes.key?(:'chunk_vector')
|
165
|
+
if (value = attributes[:'chunk_vector']).is_a?(Array)
|
166
|
+
self.chunk_vector = value
|
167
|
+
end
|
168
|
+
end
|
169
|
+
|
170
|
+
if attributes.key?(:'convert_html_to_text')
|
171
|
+
self.convert_html_to_text = attributes[:'convert_html_to_text']
|
172
|
+
end
|
173
|
+
|
174
|
+
if attributes.key?(:'group_ids')
|
175
|
+
if (value = attributes[:'group_ids']).is_a?(Array)
|
176
|
+
self.group_ids = value
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
180
|
+
if attributes.key?(:'group_tracking_ids')
|
181
|
+
if (value = attributes[:'group_tracking_ids']).is_a?(Array)
|
182
|
+
self.group_tracking_ids = value
|
183
|
+
end
|
184
|
+
end
|
185
|
+
|
186
|
+
if attributes.key?(:'image_urls')
|
187
|
+
if (value = attributes[:'image_urls']).is_a?(Array)
|
188
|
+
self.image_urls = value
|
189
|
+
end
|
190
|
+
end
|
191
|
+
|
192
|
+
if attributes.key?(:'link')
|
193
|
+
self.link = attributes[:'link']
|
194
|
+
end
|
195
|
+
|
196
|
+
if attributes.key?(:'location')
|
197
|
+
self.location = attributes[:'location']
|
198
|
+
end
|
199
|
+
|
200
|
+
if attributes.key?(:'metadata')
|
201
|
+
self.metadata = attributes[:'metadata']
|
202
|
+
end
|
203
|
+
|
204
|
+
if attributes.key?(:'num_value')
|
205
|
+
self.num_value = attributes[:'num_value']
|
206
|
+
end
|
207
|
+
|
208
|
+
if attributes.key?(:'split_avg')
|
209
|
+
self.split_avg = attributes[:'split_avg']
|
210
|
+
end
|
211
|
+
|
212
|
+
if attributes.key?(:'tag_set')
|
213
|
+
if (value = attributes[:'tag_set']).is_a?(Array)
|
214
|
+
self.tag_set = value
|
215
|
+
end
|
216
|
+
end
|
217
|
+
|
218
|
+
if attributes.key?(:'time_stamp')
|
219
|
+
self.time_stamp = attributes[:'time_stamp']
|
220
|
+
end
|
221
|
+
|
222
|
+
if attributes.key?(:'tracking_id')
|
223
|
+
self.tracking_id = attributes[:'tracking_id']
|
224
|
+
end
|
225
|
+
|
226
|
+
if attributes.key?(:'upsert_by_tracking_id')
|
227
|
+
self.upsert_by_tracking_id = attributes[:'upsert_by_tracking_id']
|
228
|
+
end
|
229
|
+
|
230
|
+
if attributes.key?(:'weight')
|
231
|
+
self.weight = attributes[:'weight']
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
236
|
+
# @return Array for valid properties with the reasons
|
237
|
+
def list_invalid_properties
|
238
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
239
|
+
invalid_properties = Array.new
|
240
|
+
invalid_properties
|
241
|
+
end
|
242
|
+
|
243
|
+
# Check to see if the all the properties in the model are valid
|
244
|
+
# @return true if the model is valid
|
245
|
+
def valid?
|
246
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
247
|
+
true
|
248
|
+
end
|
249
|
+
|
250
|
+
# Checks equality by comparing each attribute.
|
251
|
+
# @param [Object] Object to be compared
|
252
|
+
def ==(o)
|
253
|
+
return true if self.equal?(o)
|
254
|
+
self.class == o.class &&
|
255
|
+
boost_phrase == o.boost_phrase &&
|
256
|
+
chunk_html == o.chunk_html &&
|
257
|
+
chunk_vector == o.chunk_vector &&
|
258
|
+
convert_html_to_text == o.convert_html_to_text &&
|
259
|
+
group_ids == o.group_ids &&
|
260
|
+
group_tracking_ids == o.group_tracking_ids &&
|
261
|
+
image_urls == o.image_urls &&
|
262
|
+
link == o.link &&
|
263
|
+
location == o.location &&
|
264
|
+
metadata == o.metadata &&
|
265
|
+
num_value == o.num_value &&
|
266
|
+
split_avg == o.split_avg &&
|
267
|
+
tag_set == o.tag_set &&
|
268
|
+
time_stamp == o.time_stamp &&
|
269
|
+
tracking_id == o.tracking_id &&
|
270
|
+
upsert_by_tracking_id == o.upsert_by_tracking_id &&
|
271
|
+
weight == o.weight
|
272
|
+
end
|
273
|
+
|
274
|
+
# @see the `==` method
|
275
|
+
# @param [Object] Object to be compared
|
276
|
+
def eql?(o)
|
277
|
+
self == o
|
278
|
+
end
|
279
|
+
|
280
|
+
# Calculates hash code according to all attributes.
|
281
|
+
# @return [Integer] Hash code
|
282
|
+
def hash
|
283
|
+
[boost_phrase, chunk_html, chunk_vector, convert_html_to_text, group_ids, group_tracking_ids, image_urls, link, location, metadata, num_value, split_avg, tag_set, time_stamp, tracking_id, upsert_by_tracking_id, weight].hash
|
284
|
+
end
|
285
|
+
|
286
|
+
# Builds the object from hash
|
287
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
288
|
+
# @return [Object] Returns the model itself
|
289
|
+
def self.build_from_hash(attributes)
|
290
|
+
return nil unless attributes.is_a?(Hash)
|
291
|
+
attributes = attributes.transform_keys(&:to_sym)
|
292
|
+
transformed_hash = {}
|
293
|
+
openapi_types.each_pair do |key, type|
|
294
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
295
|
+
transformed_hash["#{key}"] = nil
|
296
|
+
elsif type =~ /\AArray<(.*)>/i
|
297
|
+
# check to ensure the input is an array given that the attribute
|
298
|
+
# is documented as an array but the input is not
|
299
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
300
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
301
|
+
end
|
302
|
+
elsif !attributes[attribute_map[key]].nil?
|
303
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
304
|
+
end
|
305
|
+
end
|
306
|
+
new(transformed_hash)
|
307
|
+
end
|
308
|
+
|
309
|
+
# Deserializes the data based on type
|
310
|
+
# @param string type Data type
|
311
|
+
# @param string value Value to be deserialized
|
312
|
+
# @return [Object] Deserialized data
|
313
|
+
def self._deserialize(type, value)
|
314
|
+
case type.to_sym
|
315
|
+
when :Time
|
316
|
+
Time.parse(value)
|
317
|
+
when :Date
|
318
|
+
Date.parse(value)
|
319
|
+
when :String
|
320
|
+
value.to_s
|
321
|
+
when :Integer
|
322
|
+
value.to_i
|
323
|
+
when :Float
|
324
|
+
value.to_f
|
325
|
+
when :Boolean
|
326
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
327
|
+
true
|
328
|
+
else
|
329
|
+
false
|
330
|
+
end
|
331
|
+
when :Object
|
332
|
+
# generic object (usually a Hash), return directly
|
333
|
+
value
|
334
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
335
|
+
inner_type = Regexp.last_match[:inner_type]
|
336
|
+
value.map { |v| _deserialize(inner_type, v) }
|
337
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
338
|
+
k_type = Regexp.last_match[:k_type]
|
339
|
+
v_type = Regexp.last_match[:v_type]
|
340
|
+
{}.tap do |hash|
|
341
|
+
value.each do |k, v|
|
342
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
343
|
+
end
|
344
|
+
end
|
345
|
+
else # model
|
346
|
+
# models (e.g. Pet) or oneOf
|
347
|
+
klass = TrieveRubyClient.const_get(type)
|
348
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
349
|
+
end
|
350
|
+
end
|
351
|
+
|
352
|
+
# Returns the string representation of the object
|
353
|
+
# @return [String] String presentation of the object
|
354
|
+
def to_s
|
355
|
+
to_hash.to_s
|
356
|
+
end
|
357
|
+
|
358
|
+
# to_body is an alias to to_hash (backward compatibility)
|
359
|
+
# @return [Hash] Returns the object in the form of hash
|
360
|
+
def to_body
|
361
|
+
to_hash
|
362
|
+
end
|
363
|
+
|
364
|
+
# Returns the object in the form of hash
|
365
|
+
# @return [Hash] Returns the object in the form of hash
|
366
|
+
def to_hash
|
367
|
+
hash = {}
|
368
|
+
self.class.attribute_map.each_pair do |attr, param|
|
369
|
+
value = self.send(attr)
|
370
|
+
if value.nil?
|
371
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
372
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
373
|
+
end
|
374
|
+
|
375
|
+
hash[param] = _to_hash(value)
|
376
|
+
end
|
377
|
+
hash
|
378
|
+
end
|
379
|
+
|
380
|
+
# Outputs non-array value in the form of hash
|
381
|
+
# For object, use to_hash. Otherwise, just return the value
|
382
|
+
# @param [Object] value Any valid value
|
383
|
+
# @return [Hash] Returns the value in the form of hash
|
384
|
+
def _to_hash(value)
|
385
|
+
if value.is_a?(Array)
|
386
|
+
value.compact.map { |v| _to_hash(v) }
|
387
|
+
elsif value.is_a?(Hash)
|
388
|
+
{}.tap do |hash|
|
389
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
390
|
+
end
|
391
|
+
elsif value.respond_to? :to_hash
|
392
|
+
value.to_hash
|
393
|
+
else
|
394
|
+
value
|
395
|
+
end
|
396
|
+
end
|
397
|
+
|
398
|
+
end
|
399
|
+
|
400
|
+
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Trieve OpenAPI Specification. This document describes all of the operations available through the Trieve API.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 0.
|
6
|
+
The version of the OpenAPI document: 0.10.7
|
7
7
|
Contact: developers@trieve.ai
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
Generator version: 7.4.0
|
@@ -27,8 +27,6 @@ module TrieveRubyClient
|
|
27
27
|
|
28
28
|
attr_accessor :frontmatter_vals
|
29
29
|
|
30
|
-
attr_accessor :image_metadata_key
|
31
|
-
|
32
30
|
attr_accessor :image_range_end_key
|
33
31
|
|
34
32
|
attr_accessor :image_range_start_key
|
@@ -48,7 +46,6 @@ module TrieveRubyClient
|
|
48
46
|
:'file_name_key' => :'FILE_NAME_KEY',
|
49
47
|
:'filter_items' => :'FILTER_ITEMS',
|
50
48
|
:'frontmatter_vals' => :'FRONTMATTER_VALS',
|
51
|
-
:'image_metadata_key' => :'IMAGE_METADATA_KEY',
|
52
49
|
:'image_range_end_key' => :'IMAGE_RANGE_END_KEY',
|
53
50
|
:'image_range_start_key' => :'IMAGE_RANGE_START_KEY',
|
54
51
|
:'lines_before_show_more' => :'LINES_BEFORE_SHOW_MORE',
|
@@ -71,7 +68,6 @@ module TrieveRubyClient
|
|
71
68
|
:'file_name_key' => :'String',
|
72
69
|
:'filter_items' => :'Object',
|
73
70
|
:'frontmatter_vals' => :'String',
|
74
|
-
:'image_metadata_key' => :'String',
|
75
71
|
:'image_range_end_key' => :'String',
|
76
72
|
:'image_range_start_key' => :'String',
|
77
73
|
:'lines_before_show_more' => :'Integer',
|
@@ -137,12 +133,6 @@ module TrieveRubyClient
|
|
137
133
|
self.frontmatter_vals = attributes[:'frontmatter_vals']
|
138
134
|
end
|
139
135
|
|
140
|
-
if attributes.key?(:'image_metadata_key')
|
141
|
-
self.image_metadata_key = attributes[:'image_metadata_key']
|
142
|
-
else
|
143
|
-
self.image_metadata_key = nil
|
144
|
-
end
|
145
|
-
|
146
136
|
if attributes.key?(:'image_range_end_key')
|
147
137
|
self.image_range_end_key = attributes[:'image_range_end_key']
|
148
138
|
end
|
@@ -173,10 +163,6 @@ module TrieveRubyClient
|
|
173
163
|
invalid_properties.push('invalid value for "file_name_key", file_name_key cannot be nil.')
|
174
164
|
end
|
175
165
|
|
176
|
-
if @image_metadata_key.nil?
|
177
|
-
invalid_properties.push('invalid value for "image_metadata_key", image_metadata_key cannot be nil.')
|
178
|
-
end
|
179
|
-
|
180
166
|
if !@lines_before_show_more.nil? && @lines_before_show_more < 0
|
181
167
|
invalid_properties.push('invalid value for "lines_before_show_more", must be greater than or equal to 0.')
|
182
168
|
end
|
@@ -189,7 +175,6 @@ module TrieveRubyClient
|
|
189
175
|
def valid?
|
190
176
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
191
177
|
return false if @file_name_key.nil?
|
192
|
-
return false if @image_metadata_key.nil?
|
193
178
|
return false if !@lines_before_show_more.nil? && @lines_before_show_more < 0
|
194
179
|
true
|
195
180
|
end
|
@@ -215,7 +200,6 @@ module TrieveRubyClient
|
|
215
200
|
file_name_key == o.file_name_key &&
|
216
201
|
filter_items == o.filter_items &&
|
217
202
|
frontmatter_vals == o.frontmatter_vals &&
|
218
|
-
image_metadata_key == o.image_metadata_key &&
|
219
203
|
image_range_end_key == o.image_range_end_key &&
|
220
204
|
image_range_start_key == o.image_range_start_key &&
|
221
205
|
lines_before_show_more == o.lines_before_show_more &&
|
@@ -232,7 +216,7 @@ module TrieveRubyClient
|
|
232
216
|
# Calculates hash code according to all attributes.
|
233
217
|
# @return [Integer] Hash code
|
234
218
|
def hash
|
235
|
-
[create_chunk_feature, date_range_value, document_upload_feature, file_name_key, filter_items, frontmatter_vals,
|
219
|
+
[create_chunk_feature, date_range_value, document_upload_feature, file_name_key, filter_items, frontmatter_vals, image_range_end_key, image_range_start_key, lines_before_show_more, search_queries, suggested_queries].hash
|
236
220
|
end
|
237
221
|
|
238
222
|
# Builds the object from hash
|
@@ -0,0 +1,105 @@
|
|
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.10.7
|
7
|
+
Contact: developers@trieve.ai
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.4.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module TrieveRubyClient
|
17
|
+
module ConditionType
|
18
|
+
class << self
|
19
|
+
# List of class defined in oneOf (OpenAPI v3)
|
20
|
+
def openapi_one_of
|
21
|
+
[
|
22
|
+
:'FieldCondition',
|
23
|
+
:'HasIDCondition'
|
24
|
+
]
|
25
|
+
end
|
26
|
+
|
27
|
+
# Builds the object
|
28
|
+
# @param [Mixed] Data to be matched against the list of oneOf items
|
29
|
+
# @return [Object] Returns the model or the data itself
|
30
|
+
def build(data)
|
31
|
+
# Go through the list of oneOf items and attempt to identify the appropriate one.
|
32
|
+
# Note:
|
33
|
+
# - We do not attempt to check whether exactly one item matches.
|
34
|
+
# - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 })
|
35
|
+
# due to the way the deserialization is made in the base_object template (it just casts without verifying).
|
36
|
+
# - TODO: scalar values are de facto behaving as if they were nullable.
|
37
|
+
# - TODO: logging when debugging is set.
|
38
|
+
openapi_one_of.each do |klass|
|
39
|
+
begin
|
40
|
+
next if klass == :AnyType # "nullable: true"
|
41
|
+
typed_data = find_and_cast_into_type(klass, data)
|
42
|
+
return typed_data if typed_data
|
43
|
+
rescue # rescue all errors so we keep iterating even if the current item lookup raises
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
openapi_one_of.include?(:AnyType) ? data : nil
|
48
|
+
end
|
49
|
+
|
50
|
+
private
|
51
|
+
|
52
|
+
SchemaMismatchError = Class.new(StandardError)
|
53
|
+
|
54
|
+
# Note: 'File' is missing here because in the regular case we get the data _after_ a call to JSON.parse.
|
55
|
+
def find_and_cast_into_type(klass, data)
|
56
|
+
return if data.nil?
|
57
|
+
|
58
|
+
case klass.to_s
|
59
|
+
when 'Boolean'
|
60
|
+
return data if data.instance_of?(TrueClass) || data.instance_of?(FalseClass)
|
61
|
+
when 'Float'
|
62
|
+
return data if data.instance_of?(Float)
|
63
|
+
when 'Integer'
|
64
|
+
return data if data.instance_of?(Integer)
|
65
|
+
when 'Time'
|
66
|
+
return Time.parse(data)
|
67
|
+
when 'Date'
|
68
|
+
return Date.parse(data)
|
69
|
+
when 'String'
|
70
|
+
return data if data.instance_of?(String)
|
71
|
+
when 'Object' # "type: object"
|
72
|
+
return data if data.instance_of?(Hash)
|
73
|
+
when /\AArray<(?<sub_type>.+)>\z/ # "type: array"
|
74
|
+
if data.instance_of?(Array)
|
75
|
+
sub_type = Regexp.last_match[:sub_type]
|
76
|
+
return data.map { |item| find_and_cast_into_type(sub_type, item) }
|
77
|
+
end
|
78
|
+
when /\AHash<String, (?<sub_type>.+)>\z/ # "type: object" with "additionalProperties: { ... }"
|
79
|
+
if data.instance_of?(Hash) && data.keys.all? { |k| k.instance_of?(Symbol) || k.instance_of?(String) }
|
80
|
+
sub_type = Regexp.last_match[:sub_type]
|
81
|
+
return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) }
|
82
|
+
end
|
83
|
+
else # model
|
84
|
+
const = TrieveRubyClient.const_get(klass)
|
85
|
+
if const
|
86
|
+
if const.respond_to?(:openapi_one_of) # nested oneOf model
|
87
|
+
model = const.build(data)
|
88
|
+
return model if model
|
89
|
+
else
|
90
|
+
# raise if data contains keys that are not known to the model
|
91
|
+
raise if const.respond_to?(:acceptable_attributes) && !(data.keys - const.acceptable_attributes).empty?
|
92
|
+
model = const.build_from_hash(data)
|
93
|
+
return model if model
|
94
|
+
end
|
95
|
+
end
|
96
|
+
end
|
97
|
+
|
98
|
+
raise # if no match by now, raise
|
99
|
+
rescue
|
100
|
+
raise SchemaMismatchError, "#{data} doesn't match the #{klass} type"
|
101
|
+
end
|
102
|
+
end
|
103
|
+
end
|
104
|
+
|
105
|
+
end
|