mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-10 21:12:37 +00:00
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