This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
forked from caikit/caikit
-
Notifications
You must be signed in to change notification settings - Fork 4
Sync with main #23
Open
vaibhavjainwiz
wants to merge
368
commits into
release
Choose a base branch
from
main
base: release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Sync with main #23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Mynhardt Burger <[email protected]>
Signed-off-by: Mynhardt Burger <[email protected]>
Signed-off-by: Mynhardt Burger <[email protected]>
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] <[email protected]>
Signed-off-by: waleedqk <[email protected]>
Bump ruff from 0.3.0 to 0.3.1
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] <[email protected]>
Bump ruff from 0.3.1 to 0.3.2
Signed-off-by: Mynhardt Burger <[email protected]>
Signed-off-by: Mynhardt Burger <[email protected]>
Signed-off-by: Mynhardt Burger <[email protected]>
Signed-off-by: Mynhardt Burger <[email protected]>
…t multiple connections caikit#680 Signed-off-by: Gabe Goodhart <[email protected]>
caikit#680 Signed-off-by: Gabe Goodhart <[email protected]>
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] <[email protected]>
Also scope connections to include the port in the map so multiple connections can target the same hostname (e.g. localhost) caikit#680 Signed-off-by: Gabe Goodhart <[email protected]>
caikit#680 Signed-off-by: Gabe Goodhart <[email protected]>
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] <[email protected]>
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] <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
Bump ruff from 0.3.2 to 0.3.3
caikit#685 Signed-off-by: Gabe Goodhart <[email protected]>
Both default to False for compatibility caikit#685 Signed-off-by: Gabe Goodhart <[email protected]>
caikit#685 Signed-off-by: Gabe Goodhart <[email protected]>
The python protoc generator is not smart enough to not use . in python module names. caikit#685 Signed-off-by: Gabe Goodhart <[email protected]>
caikit#685 Signed-off-by: Gabe Goodhart <[email protected]>
caikit#685 Signed-off-by: Gabe Goodhart <[email protected]>
…tion The protos have global state, unfortunately, so the tests need to be a little less pedantic about expecting an exact set of protos and instead just verify that the expected protos are there. caikit#685 Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: waleedqk <[email protected]>
…tion Signed-off-by: Gabe Goodhart <[email protected]>
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 <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
…kit-global_predict_servicer-level first version showing how otel compliant tracing can be enabled
Signed-off-by: Angel Luu <[email protected]>
Use the write_modules_json flag
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
…dication of connection Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: Evaline Ju <[email protected]>
Signed-off-by: Evaline Ju <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Co-authored-by: Gabe Goodhart <[email protected]> Signed-off-by: Gaurav Kumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
🐛 Bug fix for empty string iterable getting converted into iterable with None for predict calls
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
Signed-off-by: gkumbhat <[email protected]>
✨ Add initial metadata
Signed-off-by: Michael Honaker <[email protected]>
Signed-off-by: Michael Honaker <[email protected]>
Update Pydantic Wrapper to support Pydantic 2.8
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Special notes for your reviewer:
If applicable: