mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-13 16:42:12 +00:00
| .. | ||
| qdrant-edge-ai-studio.patch | ||
| README.md | ||
Runtime Patches
This directory documents temporary patches for third-party Rust dependencies.
Qdrant Edge
AI Studio temporarily uses a pinned commit from SommerEngineering/qdrant for qdrant-edge.
The fork commit exposes Qdrant's internal lib/edge crate as qdrant-edge and applies the
trait-solver fix from Qdrant PR #9312.
When updating to a newer Qdrant Edge version:
- Sync the Qdrant fork with upstream.
- Apply
qdrant-edge-ai-studio.patchto the Qdrant fork if upstream has not released the fix yet. - Update the version in
lib/edge/Cargo.tomlin the fork. - Update
runtime/Cargo.tomlin AI Studio to use the newqdrant-edgeversion and fork commit. - Run
cargo update -p qdrant-edgefromruntime/.
Remove the patch and the [patch.crates-io] override once Qdrant publishes a fixed qdrant-edge
release on crates.io.