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 3, 2024
1 parent adfcfc9 commit 922aa26
Show file tree
Hide file tree
Showing 33 changed files with 2,318 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/GroupSlimChunksDTO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# GroupSlimChunksDTO


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group_id** | **str** | |
**metadata** | [**List[ScoreSlimChunks]**](ScoreSlimChunks.md) | |

## Example

```python
from trieve_python_client.models.group_slim_chunks_dto import GroupSlimChunksDTO

# TODO update the JSON string below
json = "{}"
# create an instance of GroupSlimChunksDTO from a JSON string
group_slim_chunks_dto_instance = GroupSlimChunksDTO.from_json(json)
# print the JSON string representation of the object
print(GroupSlimChunksDTO.to_json())

# convert the object into a dict
group_slim_chunks_dto_dict = group_slim_chunks_dto_instance.to_dict()
# create an instance of GroupSlimChunksDTO from a dict
group_slim_chunks_dto_form_dict = group_slim_chunks_dto.from_dict(group_slim_chunks_dto_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


28 changes: 28 additions & 0 deletions docs/RecommendChunksResponseTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# RecommendChunksResponseTypes


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

## Example

```python
from trieve_python_client.models.recommend_chunks_response_types import RecommendChunksResponseTypes

# TODO update the JSON string below
json = "{}"
# create an instance of RecommendChunksResponseTypes from a JSON string
recommend_chunks_response_types_instance = RecommendChunksResponseTypes.from_json(json)
# print the JSON string representation of the object
print(RecommendChunksResponseTypes.to_json())

# convert the object into a dict
recommend_chunks_response_types_dict = recommend_chunks_response_types_instance.to_dict()
# create an instance of RecommendChunksResponseTypes from a dict
recommend_chunks_response_types_form_dict = recommend_chunks_response_types.from_dict(recommend_chunks_response_types_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


28 changes: 28 additions & 0 deletions docs/RecommendGroupChunkResponseTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# RecommendGroupChunkResponseTypes


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

## Example

```python
from trieve_python_client.models.recommend_group_chunk_response_types import RecommendGroupChunkResponseTypes

# TODO update the JSON string below
json = "{}"
# create an instance of RecommendGroupChunkResponseTypes from a JSON string
recommend_group_chunk_response_types_instance = RecommendGroupChunkResponseTypes.from_json(json)
# print the JSON string representation of the object
print(RecommendGroupChunkResponseTypes.to_json())

# convert the object into a dict
recommend_group_chunk_response_types_dict = recommend_group_chunk_response_types_instance.to_dict()
# create an instance of RecommendGroupChunkResponseTypes from a dict
recommend_group_chunk_response_types_form_dict = recommend_group_chunk_response_types.from_dict(recommend_group_chunk_response_types_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/ScoreSlimChunks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# ScoreSlimChunks


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**metadata** | [**List[SlimChunkMetadata]**](SlimChunkMetadata.md) | |
**score** | **float** | |

## Example

```python
from trieve_python_client.models.score_slim_chunks import ScoreSlimChunks

# TODO update the JSON string below
json = "{}"
# create an instance of ScoreSlimChunks from a JSON string
score_slim_chunks_instance = ScoreSlimChunks.from_json(json)
# print the JSON string representation of the object
print(ScoreSlimChunks.to_json())

# convert the object into a dict
score_slim_chunks_dict = score_slim_chunks_instance.to_dict()
# create an instance of ScoreSlimChunks from a dict
score_slim_chunks_form_dict = score_slim_chunks.from_dict(score_slim_chunks_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/SearchChunkResponseTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# SearchChunkResponseTypes


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**score_chunks** | [**List[ScoreChunkDTO]**](ScoreChunkDTO.md) | |
**total_chunk_pages** | **int** | |

## Example

```python
from trieve_python_client.models.search_chunk_response_types import SearchChunkResponseTypes

# TODO update the JSON string below
json = "{}"
# create an instance of SearchChunkResponseTypes from a JSON string
search_chunk_response_types_instance = SearchChunkResponseTypes.from_json(json)
# print the JSON string representation of the object
print(SearchChunkResponseTypes.to_json())

# convert the object into a dict
search_chunk_response_types_dict = search_chunk_response_types_instance.to_dict()
# create an instance of SearchChunkResponseTypes from a dict
search_chunk_response_types_form_dict = search_chunk_response_types.from_dict(search_chunk_response_types_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


31 changes: 31 additions & 0 deletions docs/SearchGroupSlimChunksResult.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# SearchGroupSlimChunksResult


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bookmarks** | [**List[ScoreSlimChunks]**](ScoreSlimChunks.md) | |
**group** | [**ChunkGroup**](ChunkGroup.md) | |
**total_pages** | **int** | |

## Example

```python
from trieve_python_client.models.search_group_slim_chunks_result import SearchGroupSlimChunksResult

# TODO update the JSON string below
json = "{}"
# create an instance of SearchGroupSlimChunksResult from a JSON string
search_group_slim_chunks_result_instance = SearchGroupSlimChunksResult.from_json(json)
# print the JSON string representation of the object
print(SearchGroupSlimChunksResult.to_json())

# convert the object into a dict
search_group_slim_chunks_result_dict = search_group_slim_chunks_result_instance.to_dict()
# create an instance of SearchGroupSlimChunksResult from a dict
search_group_slim_chunks_result_form_dict = search_group_slim_chunks_result.from_dict(search_group_slim_chunks_result_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/SearchOverGroupsResponseTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# SearchOverGroupsResponseTypes


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group_chunks** | [**List[GroupSlimChunksDTO]**](GroupSlimChunksDTO.md) | |
**total_chunk_pages** | **int** | |

## Example

```python
from trieve_python_client.models.search_over_groups_response_types import SearchOverGroupsResponseTypes

# TODO update the JSON string below
json = "{}"
# create an instance of SearchOverGroupsResponseTypes from a JSON string
search_over_groups_response_types_instance = SearchOverGroupsResponseTypes.from_json(json)
# print the JSON string representation of the object
print(SearchOverGroupsResponseTypes.to_json())

# convert the object into a dict
search_over_groups_response_types_dict = search_over_groups_response_types_instance.to_dict()
# create an instance of SearchOverGroupsResponseTypes from a dict
search_over_groups_response_types_form_dict = search_over_groups_response_types.from_dict(search_over_groups_response_types_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/SearchOverGroupsSlimChunksResponseBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# SearchOverGroupsSlimChunksResponseBody


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group_chunks** | [**List[GroupSlimChunksDTO]**](GroupSlimChunksDTO.md) | |
**total_chunk_pages** | **int** | |

## Example

```python
from trieve_python_client.models.search_over_groups_slim_chunks_response_body import SearchOverGroupsSlimChunksResponseBody

# TODO update the JSON string below
json = "{}"
# create an instance of SearchOverGroupsSlimChunksResponseBody from a JSON string
search_over_groups_slim_chunks_response_body_instance = SearchOverGroupsSlimChunksResponseBody.from_json(json)
# print the JSON string representation of the object
print(SearchOverGroupsSlimChunksResponseBody.to_json())

# convert the object into a dict
search_over_groups_slim_chunks_response_body_dict = search_over_groups_slim_chunks_response_body_instance.to_dict()
# create an instance of SearchOverGroupsSlimChunksResponseBody from a dict
search_over_groups_slim_chunks_response_body_form_dict = search_over_groups_slim_chunks_response_body.from_dict(search_over_groups_slim_chunks_response_body_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


30 changes: 30 additions & 0 deletions docs/SearchSlimChunkQueryResponseBody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# SearchSlimChunkQueryResponseBody


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**score_chunks** | [**List[ScoreSlimChunks]**](ScoreSlimChunks.md) | |
**total_chunk_pages** | **int** | |

## Example

```python
from trieve_python_client.models.search_slim_chunk_query_response_body import SearchSlimChunkQueryResponseBody

# TODO update the JSON string below
json = "{}"
# create an instance of SearchSlimChunkQueryResponseBody from a JSON string
search_slim_chunk_query_response_body_instance = SearchSlimChunkQueryResponseBody.from_json(json)
# print the JSON string representation of the object
print(SearchSlimChunkQueryResponseBody.to_json())

# convert the object into a dict
search_slim_chunk_query_response_body_dict = search_slim_chunk_query_response_body_instance.to_dict()
# create an instance of SearchSlimChunkQueryResponseBody from a dict
search_slim_chunk_query_response_body_form_dict = search_slim_chunk_query_response_body.from_dict(search_slim_chunk_query_response_body_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


31 changes: 31 additions & 0 deletions docs/SearchWithinGroupResponseTypes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# SearchWithinGroupResponseTypes


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bookmarks** | [**List[ScoreSlimChunks]**](ScoreSlimChunks.md) | |
**group** | [**ChunkGroup**](ChunkGroup.md) | |
**total_pages** | **int** | |

## Example

```python
from trieve_python_client.models.search_within_group_response_types import SearchWithinGroupResponseTypes

# TODO update the JSON string below
json = "{}"
# create an instance of SearchWithinGroupResponseTypes from a JSON string
search_within_group_response_types_instance = SearchWithinGroupResponseTypes.from_json(json)
# print the JSON string representation of the object
print(SearchWithinGroupResponseTypes.to_json())

# convert the object into a dict
search_within_group_response_types_dict = search_within_group_response_types_instance.to_dict()
# create an instance of SearchWithinGroupResponseTypes from a dict
search_within_group_response_types_form_dict = search_within_group_response_types.from_dict(search_within_group_response_types_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


38 changes: 38 additions & 0 deletions docs/SlimChunkMetadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# SlimChunkMetadata


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **datetime** | |
**id** | **str** | |
**link** | **str** | | [optional]
**metadata** | **object** | | [optional]
**qdrant_point_id** | **str** | | [optional]
**tag_set** | **str** | | [optional]
**time_stamp** | **datetime** | | [optional]
**tracking_id** | **str** | | [optional]
**updated_at** | **datetime** | |
**weight** | **float** | |

## Example

```python
from trieve_python_client.models.slim_chunk_metadata import SlimChunkMetadata

# TODO update the JSON string below
json = "{}"
# create an instance of SlimChunkMetadata from a JSON string
slim_chunk_metadata_instance = SlimChunkMetadata.from_json(json)
# print the JSON string representation of the object
print(SlimChunkMetadata.to_json())

# convert the object into a dict
slim_chunk_metadata_dict = slim_chunk_metadata_instance.to_dict()
# create an instance of SlimChunkMetadata from a dict
slim_chunk_metadata_form_dict = slim_chunk_metadata.from_dict(slim_chunk_metadata_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading

0 comments on commit 922aa26

Please sign in to comment.