qdrant/qdrant

[Decouple REST API and internal structures] Tracking issue

Closed this issue · 1 comments

Features we want

We want to have REST API structures like GRPC - as a separate entity with conventions into qdrant internal structures. It allows to implement new features without changing API. Also, it's architecturally more correct. REST API has a lot of structures that are not required or redefined in the segment crate.

This issue doesn't seem to track anything