8000 Tags · IBM/watsonx-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: IBM/watsonx-go

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add request retry (#17)

* feat: implement retry module

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* feat: return body so it can be used

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* fix: remove withContext functional creator

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* feat: add retry strategy to embedding request

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* fix: return http response instead of the body

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* fix: use http response instead of the body

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* feat: use retry strategy in the text and text stream requests

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* fix: avoid null pointer exception

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* fix: error check when create new request in embeddings

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* feat: add http client wrapper with retry and include DoWithRetry method in Doer interface

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* feat: use the http wrapper in the client constructor method

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* feat: make requests with DoWithRetry

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

* fix: set 1 second default value for maxJitter

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

---------

Signed-off-by: PabloSanchi <pablo.sanchi.herrera@gmail.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support the parameterized IAM Endpoint (#11)

* Provide the parameterized IAM Endpoint

Signed-off-by: JINSONG WANG <jswang@ibm.com>

* Update README for watsonx customization

Signed-off-by: JINSONG WANG <jswang@ibm.com>

* Comment for URL and IAM environment variables

Signed-off-by: JINSONG WANG <jswang@ibm.com>

---------

Signed-off-by: JINSONG WANG <jswang@ibm.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to `watsonx-go` Client (#10)

Signed-off-by: Robby <h0rv@users.noreply.github.com>
Co-authored-by: Robby <h0rv@users.noreply.github.com>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleanup API (#8)

Co-authored-by: Robby <h0rv@users.noreply.github.com>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `RepititionPenalty` from int to float (#7)

* Fix `RepititionPenalty` from int to float

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `RepititionPenalty` from int to float (#7)

* Fix `RepititionPenalty` from int to float

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: modify module naming from enterprise github to public github (#1)

0