@@ -21,12 +21,12 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
2121
2222PIP
2323``` bash
24- pip install git+ < UNSET > .git
24+ pip install ragie
2525```
2626
2727Poetry
2828``` bash
29- poetry add git+ < UNSET > .git
29+ poetry add ragie
3030```
3131<!-- End SDK Installation [installation] -->
3232
@@ -98,30 +98,30 @@ asyncio.run(main())
9898<!-- Start Available Resources and Operations [operations] -->
9999## Available Resources and Operations
100100
101- ### [ documents] ( docs/sdks/documents/README.md )
101+ ### [ documents] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md)
102102
103- * [ list] ( docs/sdks/documents/README.md#list ) - List Documents
104- * [ create] ( docs/sdks/documents/README.md#create ) - Create Document
105- * [ create_raw] ( docs/sdks/documents/README.md#create_raw ) - Create Document Raw
106- * [ create_document_from_url] ( docs/sdks/documents/README.md#create_document_from_url ) - Create Document From Url
107- * [ get] ( docs/sdks/documents/README.md#get ) - Get Document
108- * [ delete] ( docs/sdks/documents/README.md#delete ) - Delete Document
109- * [ update_file] ( docs/sdks/documents/README.md#update_file ) - Update Document File
110- * [ update_raw] ( docs/sdks/documents/README.md#update_raw ) - Update Document Raw
111- * [ patch_metadata] ( docs/sdks/documents/README.md#patch_metadata ) - Patch Document Metadata
112- * [ get_summary] ( docs/sdks/documents/README.md#get_summary ) - Get Document Summary
103+ * [ list] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#list) - List Documents
104+ * [ create] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#create) - Create Document
105+ * [ create_raw] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#create_raw) - Create Document Raw
106+ * [ create_document_from_url] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#create_document_from_url) - Create Document From Url
107+ * [ get] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#get) - Get Document
108+ * [ delete] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#delete) - Delete Document
109+ * [ update_file] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#update_file) - Update Document File
110+ * [ update_raw] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#update_raw) - Update Document Raw
111+ * [ patch_metadata] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#patch_metadata) - Patch Document Metadata
112+ * [ get_summary] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/documents/README.md#get_summary) - Get Document Summary
113113
114- ### [ retrievals] ( docs/sdks/retrievals/README.md )
114+ ### [ retrievals] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/retrievals/README.md)
115115
116- * [ retrieve] ( docs/sdks/retrievals/README.md#retrieve ) - Retrieve
116+ * [ retrieve] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/retrievals/README.md#retrieve) - Retrieve
117117
118- ### [ entities] ( docs/sdks/entities/README.md )
118+ ### [ entities] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/entities/README.md)
119119
120- * [ list_instructions] ( docs/sdks/entities/README.md#list_instructions ) - List Instructions
121- * [ create_instruction] ( docs/sdks/entities/README.md#create_instruction ) - Create Instruction
122- * [ update_instruction] ( docs/sdks/entities/README.md#update_instruction ) - Update Instruction
123- * [ list_by_instruction] ( docs/sdks/entities/README.md#list_by_instruction ) - Get Instruction Extracted Entities
124- * [ list_by_document] ( docs/sdks/entities/README.md#list_by_document ) - Get Document Extracted Entities
120+ * [ list_instructions] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/entities/README.md#list_instructions) - List Instructions
121+ * [ create_instruction] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/entities/README.md#create_instruction) - Create Instruction
122+ * [ update_instruction] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/entities/README.md#update_instruction) - Update Instruction
123+ * [ list_by_instruction] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/entities/README.md#list_by_instruction) - Get Instruction Extracted Entities
124+ * [ list_by_document] ( https://github.com/ragieai/ragie-python/blob/master/ docs/sdks/entities/README.md#list_by_document) - Get Document Extracted Entities
125125<!-- End Available Resources and Operations [operations] -->
126126
127127<!-- Start Pagination [pagination] -->
@@ -507,3 +507,4 @@ While we value open-source contributions to this SDK, this library is generated
507507We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
508508
509509### SDK Created by [ Speakeasy] (https://www.speakeasy.com/?utm_source= <no value >&utm_campaign=python)
510+ # ragie-python
0 commit comments