Files
crewAI/lib
Iris Clawd 4f29750a83 fix: auto-use qdrant-edge on Windows where lancedb has no wheels (#5045)
lancedb v0.30.x only ships wheels for Linux and macOS. On Windows,
`crewai install` fails because there is no compatible distribution.

This change:
- Makes lancedb a platform-conditional dependency (non-Windows only)
- Adds qdrant-edge-py as an automatic dependency on Windows
- Defaults Memory storage to qdrant-edge on Windows

Closes #5045
2026-03-26 16:25:06 +00:00
..