v6.1.0 - complexity growing!
Version 6.1
Stability-geared release.
Bug Fixes
- VectorDB's can now be created with images again and searched.
Sentence-transformers
was the mail culprit. - Solved the issue of the DB not being created by using
from_texts
instead offrom_documents
within theTileDB
library. - Massive improvement in stability when switching to/from "local models." Involved heavy troubleshooting
multiprocessing.
- Greatly improved the installation procedure - i.e.
setup_windows.py
andrequirements.txt
, which was responsible for a lot of conflicting dependencies and therefore random errors.
Regressions
- Temporarily commented out Phi3 (original) models to solve an inference issue, but
dolphin phi3
works fine.