h2oai / h2ogpt

Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/
http://h2o.ai
Apache License 2.0
11.42k stars 1.25k forks source link

Instructor-large no longer supported for a while by sentence_transformers, need to support newer embedding models #1775

Closed pseudotensor closed 3 months ago

pseudotensor commented 3 months ago

Fixes https://github.com/h2oai/h2ogpt/issues/1774

pseudotensor commented 3 months ago

If this causes anyone issues, just do the below to get back instructor-large support for existing databases:

pip install sentence_transformers==2.2.2

unable to support both old and new at same time.