mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* include document & image objects into grpc API * introduce image and object to rest api * minor refactoring * rename Vector -> VectorInternal * decompose vector data structures * add schema * fmt * grpc docs * fix conversion * fix clippy * fix another conversion * rename VectorInput -> VectorInputInternal * replace grpc TryFrom with async functions * fmt * replace rest TryFrom with async functions * add image and object into query rest * separate inference related conversions * move json-related conversions into a separate file * move vector-related transformations into a separate file * move more vector related-conversions into dedicated module
4 lines
49 B
Rust
4 lines
49 B
Rust
pub mod conversions;
|
|
pub mod grpc;
|
|
pub mod rest;
|