Files
qdrant-client/qdrant_client/models/__init__.py
George bf1f8ef1aa Local inference image support (#836)
* new: add backbone for image support

* new: convert b64 to pil, embed images, add test

* tests: add test file

* refactor: replace 3 different inference object vars with a common one

* fix: fix type hints

* fix: fix type hints

* tests: add tests

* fix: remove redundant imports

* new: propagate image options

* Custom inference object (#837)

* new: add inference object support

* new: add inference object support

* fix: remove redundant import

* refactor: return newline

* fix: fix propagate options test
2025-01-16 13:33:03 +01:00

4 lines
126 B
Python

from qdrant_client.http.models import *
from qdrant_client.fastembed_common import *
from qdrant_client.embed.models import *