Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rayon = "1.12"

# FastEmbed for semantic embeddings (optional - fallback to hash-based if not available)
# Use rustls instead of native-tls (openssl) for TLS
fastembed = { version = "5", optional = true, default-features = false, features = ["ort-download-binaries", "hf-hub-rustls-tls"] }
fastembed = { version = "6", optional = true, default-features = false, features = ["ort-download-binaries", "hf-hub-rustls-tls"] }

# usearch HNSW vector search (optional - BM25-only fallback if not available)
# Pinned to <2.25: v2.24.x is supported since rlm-cli v1.2.4 (move-semantics fix resolved the segfault)
Expand Down
Loading