mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 21:06:03 +00:00
Move imports from module-level to inside initialize() method to avoid loading unnecessary vector database dependencies at startup.
2 lines
51 B
Python
2 lines
51 B
Python
"""Vector database implementations for LangBot."""
|