Skip to content

Commit 4ed25fe

Browse files
committed
fix(embedding): resolve local probe issue
- Bump octolib to 0.23.4
1 parent e244ee4 commit 4ed25fe

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ zstd = { version = "0.13", default-features = false, features = ["zstdmt"] }
106106

107107
# Local dependency on octolib with embedding features
108108
# octolib = { path = "../octolib", features = ["fastembed", "huggingface"] }
109-
octolib = { version = "0.23.3", default-features = false }
109+
octolib = { version = "0.23.4", default-features = false }
110110

111111
# MCP SDK - official Rust implementation
112112
rmcp = { version = "1.3.0", features = ["server", "macros", "transport-io", "transport-streamable-http-server"] }

0 commit comments

Comments
 (0)