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

feat(instill): use grpc client for all request #108

Merged
merged 2 commits into from
Jan 13, 2024
Merged

Conversation

donch1989
Copy link
Member

Because

  • we want to use the same connection approach for getting models, triggering and testing connection.

This commit

  • use grpc client for getting models and testing connection
  • remove the unit test for Test()

Copy link

linear bot commented Jan 13, 2024

@donch1989 donch1989 merged commit cfeb581 into main Jan 13, 2024
10 checks passed
@donch1989 donch1989 deleted the huitang/ins-3376-2 branch January 13, 2024 13:07
donch1989 added a commit that referenced this pull request Jan 13, 2024
Because

- we want to use the same connection approach for getting models,
triggering and testing connection.

This commit

- use grpc client for getting models and testing connection
- remove the unit test for `Test()`
donch1989 added a commit that referenced this pull request Jan 14, 2024
Because

- we want to use the same connection approach for getting models,
triggering and testing connection.

This commit

- use grpc client for getting models and testing connection
- remove the unit test for `Test()`
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
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants