Skip to content

LongTrainer v1.2.3

Choose a tag to compare

@github-actions github-actions released this 29 Apr 10:39
· 4 commits to master since this release
0e3531d

🚀 Performance & Scalability

  • Lazy Loading Chat Histories: Significantly optimized startup time and RAM consumption. load_bot() no longer eagerly loads all chat histories into RAM. Instead, chat histories are lazy-loaded on-demand from MongoDB via new _ensure_chat_loaded() and _ensure_vision_chat_loaded() methods.
  • Qdrant Initialization Fix: Fixed a bug in vectorstores.py where passing :memory: to Qdrant would fail due to improper URL parsing. In-memory fallback is now properly handled via the location parameter.