Skip to content

Commit

Permalink
featur: rev to 0.5.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev committed Apr 2, 2024
1 parent 3087440 commit adfcfc9
Show file tree
Hide file tree
Showing 123 changed files with 951 additions and 512 deletions.
112 changes: 22 additions & 90 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.github/workflows/python.yml
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.travis.yml
README.md
docs/AddChunkToGroupData.md
Expand Down Expand Up @@ -49,6 +48,7 @@ docs/GetEventsData.md
docs/GetGroupsForChunksData.md
docs/GroupData.md
docs/GroupScoreChunkDTO.md
docs/GroupSlimChunksDTO.md
docs/HealthApi.md
docs/InvitationApi.md
docs/InvitationData.md
Expand All @@ -61,18 +61,28 @@ docs/OrganizationUsageCount.md
docs/Range.md
docs/ReccomendGroupChunksRequest.md
docs/RecommendChunksRequest.md
docs/RecommendChunksResponseTypes.md
docs/RecommendGroupChunkResponseTypes.md
docs/RegenerateMessageData.md
docs/ReturnQueuedChunk.md
docs/ScoreChunkDTO.md
docs/ScoreSlimChunks.md
docs/SearchChunkData.md
docs/SearchChunkQueryResponseBody.md
docs/SearchChunkResponseTypes.md
docs/SearchGroupSlimChunksResult.md
docs/SearchGroupsResult.md
docs/SearchOverGroupsData.md
docs/SearchOverGroupsResponseBody.md
docs/SearchOverGroupsResponseTypes.md
docs/SearchOverGroupsSlimChunksResponseBody.md
docs/SearchSlimChunkQueryResponseBody.md
docs/SearchWithinGroupData.md
docs/SearchWithinGroupResponseTypes.md
docs/SetUserApiKeyRequest.md
docs/SetUserApiKeyResponse.md
docs/SingleQueuedChunkResponse.md
docs/SlimChunkMetadata.md
docs/SlimGroup.md
docs/SlimUser.md
docs/StripeApi.md
Expand Down Expand Up @@ -100,95 +110,6 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_add_chunk_to_group_data.py
test/test_api_key_dto.py
test/test_auth_api.py
test/test_auth_query.py
test/test_batch_queued_chunk_response.py
test/test_bookmark_data.py
test/test_bookmark_group_result.py
test/test_chat_message_proxy.py
test/test_chunk_api.py
test/test_chunk_data.py
test/test_chunk_filter.py
test/test_chunk_group.py
test/test_chunk_group_and_file.py
test/test_chunk_group_api.py
test/test_chunk_metadata.py
test/test_chunk_metadata_with_file_data.py
test/test_client_dataset_configuration.py
test/test_create_chunk_data.py
test/test_create_chunk_group_data.py
test/test_create_dataset_request.py
test/test_create_message_data.py
test/test_create_organization_data.py
test/test_create_topic_data.py
test/test_dataset.py
test/test_dataset_and_usage.py
test/test_dataset_api.py
test/test_dataset_dto.py
test/test_dataset_usage_count.py
test/test_delete_dataset_request.py
test/test_delete_topic_data.py
test/test_delete_user_api_key_request.py
test/test_edit_message_data.py
test/test_error_response_body.py
test/test_event.py
test/test_event_return.py
test/test_events_api.py
test/test_field_condition.py
test/test_file.py
test/test_file_api.py
test/test_file_dto.py
test/test_generate_chunks_request.py
test/test_get_events_data.py
test/test_get_groups_for_chunks_data.py
test/test_group_data.py
test/test_group_score_chunk_dto.py
test/test_health_api.py
test/test_invitation_api.py
test/test_invitation_data.py
test/test_match_condition.py
test/test_message.py
test/test_message_api.py
test/test_organization.py
test/test_organization_api.py
test/test_organization_usage_count.py
test/test_range.py
test/test_reccomend_group_chunks_request.py
test/test_recommend_chunks_request.py
test/test_regenerate_message_data.py
test/test_return_queued_chunk.py
test/test_score_chunk_dto.py
test/test_search_chunk_data.py
test/test_search_chunk_query_response_body.py
test/test_search_groups_result.py
test/test_search_over_groups_data.py
test/test_search_over_groups_response_body.py
test/test_search_within_group_data.py
test/test_set_user_api_key_request.py
test/test_set_user_api_key_response.py
test/test_single_queued_chunk_response.py
test/test_slim_group.py
test/test_slim_user.py
test/test_stripe_api.py
test/test_stripe_plan.py
test/test_suggested_queries_request.py
test/test_suggested_queries_response.py
test/test_topic.py
test/test_topic_api.py
test/test_update_chunk_by_tracking_id_data.py
test/test_update_chunk_data.py
test/test_update_chunk_group_data.py
test/test_update_dataset_request.py
test/test_update_group_by_tracking_id_data.py
test/test_update_organization_data.py
test/test_update_topic_data.py
test/test_update_user_data.py
test/test_upload_file_data.py
test/test_upload_file_result.py
test/test_user_api.py
test/test_user_organization.py
tox.ini
trieve_python_client/__init__.py
trieve_python_client/api/__init__.py
Expand Down Expand Up @@ -249,6 +170,7 @@ trieve_python_client/models/get_events_data.py
trieve_python_client/models/get_groups_for_chunks_data.py
trieve_python_client/models/group_data.py
trieve_python_client/models/group_score_chunk_dto.py
trieve_python_client/models/group_slim_chunks_dto.py
trieve_python_client/models/invitation_data.py
trieve_python_client/models/match_condition.py
trieve_python_client/models/message.py
Expand All @@ -257,18 +179,28 @@ trieve_python_client/models/organization_usage_count.py
trieve_python_client/models/range.py
trieve_python_client/models/reccomend_group_chunks_request.py
trieve_python_client/models/recommend_chunks_request.py
trieve_python_client/models/recommend_chunks_response_types.py
trieve_python_client/models/recommend_group_chunk_response_types.py
trieve_python_client/models/regenerate_message_data.py
trieve_python_client/models/return_queued_chunk.py
trieve_python_client/models/score_chunk_dto.py
trieve_python_client/models/score_slim_chunks.py
trieve_python_client/models/search_chunk_data.py
trieve_python_client/models/search_chunk_query_response_body.py
trieve_python_client/models/search_chunk_response_types.py
trieve_python_client/models/search_group_slim_chunks_result.py
trieve_python_client/models/search_groups_result.py
trieve_python_client/models/search_over_groups_data.py
trieve_python_client/models/search_over_groups_response_body.py
trieve_python_client/models/search_over_groups_response_types.py
trieve_python_client/models/search_over_groups_slim_chunks_response_body.py
trieve_python_client/models/search_slim_chunk_query_response_body.py
trieve_python_client/models/search_within_group_data.py
trieve_python_client/models/search_within_group_response_types.py
trieve_python_client/models/set_user_api_key_request.py
trieve_python_client/models/set_user_api_key_response.py
trieve_python_client/models/single_queued_chunk_response.py
trieve_python_client/models/slim_chunk_metadata.py
trieve_python_client/models/slim_group.py
trieve_python_client/models/slim_user.py
trieve_python_client/models/stripe_plan.py
Expand Down
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Trieve OpenAPI Specification. This document describes all of the operations avai

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.5.0
- Package version: 0.5.0
- API version: 0.5.5
- Package version: 0.5.5
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://trieve.ai](https://trieve.ai)
Expand Down Expand Up @@ -56,10 +56,10 @@ import trieve_python_client
from trieve_python_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost:8090
# Defining the host is optional and defaults to https://api.trieve.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = trieve_python_client.Configuration(
host = "http://localhost:8090"
host = "https://api.trieve.ai"
)


Expand All @@ -81,7 +81,7 @@ with trieve_python_client.ApiClient(configuration) as api_client:

## Documentation for API Endpoints

All URIs are relative to *http://localhost:8090*
All URIs are relative to *https://api.trieve.ai*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
Expand Down Expand Up @@ -194,6 +194,7 @@ Class | Method | HTTP request | Description
- [GetGroupsForChunksData](docs/GetGroupsForChunksData.md)
- [GroupData](docs/GroupData.md)
- [GroupScoreChunkDTO](docs/GroupScoreChunkDTO.md)
- [GroupSlimChunksDTO](docs/GroupSlimChunksDTO.md)
- [InvitationData](docs/InvitationData.md)
- [MatchCondition](docs/MatchCondition.md)
- [Message](docs/Message.md)
Expand All @@ -202,18 +203,28 @@ Class | Method | HTTP request | Description
- [Range](docs/Range.md)
- [ReccomendGroupChunksRequest](docs/ReccomendGroupChunksRequest.md)
- [RecommendChunksRequest](docs/RecommendChunksRequest.md)
- [RecommendChunksResponseTypes](docs/RecommendChunksResponseTypes.md)
- [RecommendGroupChunkResponseTypes](docs/RecommendGroupChunkResponseTypes.md)
- [RegenerateMessageData](docs/RegenerateMessageData.md)
- [ReturnQueuedChunk](docs/ReturnQueuedChunk.md)
- [ScoreChunkDTO](docs/ScoreChunkDTO.md)
- [ScoreSlimChunks](docs/ScoreSlimChunks.md)
- [SearchChunkData](docs/SearchChunkData.md)
- [SearchChunkQueryResponseBody](docs/SearchChunkQueryResponseBody.md)
- [SearchChunkResponseTypes](docs/SearchChunkResponseTypes.md)
- [SearchGroupSlimChunksResult](docs/SearchGroupSlimChunksResult.md)
- [SearchGroupsResult](docs/SearchGroupsResult.md)
- [SearchOverGroupsData](docs/SearchOverGroupsData.md)
- [SearchOverGroupsResponseBody](docs/SearchOverGroupsResponseBody.md)
- [SearchOverGroupsResponseTypes](docs/SearchOverGroupsResponseTypes.md)
- [SearchOverGroupsSlimChunksResponseBody](docs/SearchOverGroupsSlimChunksResponseBody.md)
- [SearchSlimChunkQueryResponseBody](docs/SearchSlimChunkQueryResponseBody.md)
- [SearchWithinGroupData](docs/SearchWithinGroupData.md)
- [SearchWithinGroupResponseTypes](docs/SearchWithinGroupResponseTypes.md)
- [SetUserApiKeyRequest](docs/SetUserApiKeyRequest.md)
- [SetUserApiKeyResponse](docs/SetUserApiKeyResponse.md)
- [SingleQueuedChunkResponse](docs/SingleQueuedChunkResponse.md)
- [SlimChunkMetadata](docs/SlimChunkMetadata.md)
- [SlimGroup](docs/SlimGroup.md)
- [SlimUser](docs/SlimUser.md)
- [StripePlan](docs/StripePlan.md)
Expand Down
18 changes: 9 additions & 9 deletions docs/AuthApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# trieve_python_client.AuthApi

All URIs are relative to *http://localhost:8090*
All URIs are relative to *https://api.trieve.ai*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -26,10 +26,10 @@ from trieve_python_client.models.slim_user import SlimUser
from trieve_python_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost:8090
# Defining the host is optional and defaults to https://api.trieve.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = trieve_python_client.Configuration(
host = "http://localhost:8090"
host = "https://api.trieve.ai"
)


Expand Down Expand Up @@ -92,10 +92,10 @@ from trieve_python_client.models.slim_user import SlimUser
from trieve_python_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost:8090
# Defining the host is optional and defaults to https://api.trieve.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = trieve_python_client.Configuration(
host = "http://localhost:8090"
host = "https://api.trieve.ai"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -167,10 +167,10 @@ from trieve_python_client.models.auth_query import AuthQuery
from trieve_python_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost:8090
# Defining the host is optional and defaults to https://api.trieve.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = trieve_python_client.Configuration(
host = "http://localhost:8090"
host = "https://api.trieve.ai"
)


Expand Down Expand Up @@ -233,10 +233,10 @@ import trieve_python_client
from trieve_python_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost:8090
# Defining the host is optional and defaults to https://api.trieve.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = trieve_python_client.Configuration(
host = "http://localhost:8090"
host = "https://api.trieve.ai"
)


Expand Down
Loading

0 comments on commit adfcfc9

Please sign in to comment.