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

[pull] main from caikit:main #22

Merged
merged 367 commits into from
Jul 9, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 26, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jan 26, 2024
mynhardtburger and others added 29 commits March 4, 2024 18:21
Signed-off-by: Mynhardt Burger <Mynhardt.Burger@ibm.com>
Signed-off-by: Mynhardt Burger <Mynhardt.Burger@ibm.com>
Signed-off-by: Mynhardt Burger <Mynhardt.Burger@ibm.com>
Signed-off-by: Mynhardt Burger <Mynhardt.Burger@ibm.com>
Add input token count to embedding, reranker, sentence similarity
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: waleedqk <waleedqk@ibm.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Mynhardt Burger <Mynhardt.Burger@ibm.com>
Signed-off-by: Mynhardt Burger <Mynhardt.Burger@ibm.com>
Signed-off-by: Mynhardt Burger <Mynhardt.Burger@ibm.com>
Signed-off-by: Mynhardt Burger <Mynhardt.Burger@ibm.com>
…t multiple connections

#680

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
#680

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.19.0...v5.26.0)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Also scope connections to include the port in the map so multiple
connections can target the same hostname (e.g. localhost)

#680

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
#680

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [docstring-parser](https://github.com/rr-/docstring_parser) to permit the latest version.
- [Changelog](https://github.com/rr-/docstring_parser/blob/master/CHANGELOG.md)
- [Commits](rr-/docstring_parser@0.14.1...0.16)

---
updated-dependencies:
- dependency-name: docstring-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
#685

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Both default to False for compatibility

#685

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
#685

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
The python protoc generator is not smart enough to not use . in python
module names.

#685

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
#685

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
#685

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
gabe-l-hart and others added 29 commits June 21, 2024 15:51
…tion

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
One of the big follow ups I'd like to do from this PR is to create an
actual RuntimeServerContextType class that does the shimming between grpc
and fastapi so that we don't need to keep writing optional dependency
checks and type checks. If we do this, I think this would be a fine place
to reinstate this request_id logic so that the id becomes available to any
place downstream that wants to have it for logging purposes.

As it stands, though, the only use of this request_id is to attach it to
the trace which is useless because it will always have a unique ID for the
span anyway.

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
…obal_predict_servicer-level

first version showing how otel compliant tracing can be enabled
Signed-off-by: Angel Luu <angel.luu@us.ibm.com>
Use the write_modules_json flag
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
…dication of connection

Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Co-authored-by: Gabe Goodhart <gabe.l.hart@gmail.com>
Signed-off-by: Gaurav Kumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
🐛  Bug fix for empty string iterable getting converted into iterable with None for predict calls
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: gkumbhat <kumbhat.gaurav@gmail.com>
Signed-off-by: Michael Honaker <Michael.Honaker@ibm.com>
Signed-off-by: Michael Honaker <Michael.Honaker@ibm.com>
Update Pydantic  Wrapper to support Pydantic 2.8
@odh-devops-app odh-devops-app bot merged commit 1829d11 into opendatahub-io:main Jul 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants