mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
* Fix to avoid overfloat and get rid of model_max_length * Fixes for max_length vs model_max_length logic Jupter warning disabled * Support of https://github.com/jwodder/versioningit/issues/48 * Update fastembed/common/preprocessor_utils.py --------- Co-authored-by: George <george.panchuk@qdrant.tech>
5 lines
133 B
Python
5 lines
133 B
Python
import os
|
|
|
|
# disable DeprecationWarning https://github.com/jupyter/jupyter_core/issues/398
|
|
os.environ["JUPYTER_PLATFORM_DIRS"] = "1"
|