Roman Titov
|
8ee2d6e61c
|
More type conversion for Qdrant on Edge Python bindings (#7372)
* Cleanup `edge::Shard::retrieve`
* Cleanup Python errors
* Cleanup `PointId` conversions
* Rename `ids` into `point_ids` in `PyShard::retrieve`
* WIP: Prototype native conversions for more types
|
2025-11-14 12:28:14 +01:00 |
|
Roman Titov
|
144dc3811e
|
Type conversions into native Python types for Qdrant on Edge (#7367)
* Cleanup README.md
* Rename `PyResult` into `Result`
* Rename `interface` module into `types` and simplify imports
`wildcard::goes::brrr::*`
* Add `PointId` conversion
* Add `Payload` conversion
* fixup! Add `Payload` conversion
Avoid cloning `Payload` for output conversion
* fixup! Add `PointId` conversion
Fix example
* review fixes #1: fix uuid parsing, avoid .into, use custom types
* review fixes #2: rewrite point id to avoid chain if
* review fixes #3: allow ot use uuid + remove comment
---------
Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
|
2025-11-14 12:28:14 +01:00 |
|
Andrey Vasnetsov
|
51b3a62977
|
edge retrieve api (#7344)
* refactor: move RecordInternal into Shard crate
* refactor: move retrieve_blocking into Shard crate
* implement retrieve method + move some structures into dedicated files
|
2025-11-14 12:27:29 +01:00 |
|
Roman Titov
|
87289eb507
|
WIP: Extend Qdrant Edge Python bindings (#7343)
|
2025-11-14 12:27:28 +01:00 |
|
Roman Titov
|
7977dbf9e7
|
Python bindings for Qdrant on Edge (#7312)
* Qdrant Edge Python binding 🐍⛓️💥
* fixup! Qdrant Edge Python binding 🐍⛓️💥
Fix example + cleanup
* review: move QueryEnum + mark search as deprecated
---------
Co-authored-by: generall <andrey@vasnetsov.com>
|
2025-11-14 12:27:28 +01:00 |
|