qdrant / qdrant-client

Python client for Qdrant vector search engine
https://qdrant.tech
Apache License 2.0
673 stars 106 forks source link

multivectors in local mode pt.1 #651

Closed joein closed 1 week ago

joein commented 2 weeks ago

This is a WIP PR

This PR requires extension of models.RecommendExample to include multivectors However, it'll make RecommendExample the same as VectorInput, which raises a question of the goal of having these two models separately.

Best score type hints has not yet been updated The code has not yet been tested

Local mode structures such as DenseQueryVector should be check on the necessity of having types.NumpyArray search method vector type resolution should be fixed

VectorStruct should be VectorStruct = Union[ List[StrictFloat], List[List[StrictFloat]], Dict[StrictStr, Vector], ]

netlify[bot] commented 2 weeks ago

Deploy Preview for poetic-froyo-8baba7 ready!

Name Link
Latest commit 456f9fa1665f11e25af8e3bea665bfcbddc6f766
Latest deploy log https://app.netlify.com/sites/poetic-froyo-8baba7/deploys/667614c7481fe70008d510c9
Deploy Preview https://deploy-preview-651--poetic-froyo-8baba7.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.