Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

fix(instill): accumulate the pagination when getting models #112

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

donch1989
Copy link
Member

Because

  • The default page_size for obtaining models is only 10, and we only request the first page, resulting in an incomplete models list.

This commit

  • Accumulates the pagination.

@donch1989 donch1989 merged commit cd077b0 into main Jan 15, 2024
8 checks passed
@donch1989 donch1989 deleted the huitang/fix-instill-connector-page-size branch January 15, 2024 14:50
jvallesm pushed a commit that referenced this pull request Jan 15, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.10.0-beta](v0.9.0-beta...v0.10.0-beta)
(2024-01-15)


### Features

* add end-user messages to HTTP errors
([#92](#92))
([d597648](d597648))
* Extend Pinecone tasks with namespace and threshold
([#106](#106))
([17c1fc8](17c1fc8))
* **instill:** adopt latest Instill Model task format
([#95](#95))
([84778a7](84778a7))
* **instill:** enforces chat_history order pattern
([#99](#99))
([9bc4048](9bc4048))
* **instill:** generate enumeration for `model_name` automatically
([#100](#100))
([dabfc19](dabfc19))
* **instill:** mark `prompt_images` as required in
TASK_VISUAL_QUESTION_ANSWERING
([#110](#110))
([b0c21bf](b0c21bf))
* **instill:** unify the chat_history format across different LLM tasks
([#96](#96))
([b09e7dd](b09e7dd))
* **instill:** use grpc client for all request
([#108](#108))
([548a78d](548a78d))
* **restapi:** inject the `output_body_schema` into component OpenAPI
schema ([#101](#101))
([bd68d14](bd68d14))
* **restapi:** remove base_url in restapi connector
([#102](#102))
([34d1a20](34d1a20))
* **website:** add `https` protocol to the url automatically
([#97](#97))
([62eb7e2](62eb7e2))


### Bug Fixes

* **googlesearch,website:** fix potential memory leak by disabling http
keep-alive ([#103](#103))
([7613561](7613561))
* **instill:** accumulate the pagination when getting models
([#112](#112))
([cd077b0](cd077b0))
* **instill:** fix wrong required field in json-schema
([#98](#98))
([2d04474](2d04474))
* **stabilityai:** add the missing datauri prefix in image-to-image task
([#105](#105))
([e89f7ec](e89f7ec))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Status: 🚧 Planned
Development

Successfully merging this pull request may close these issues.

2 participants