Files
qdrant/lib/collection/README.md
Andrey Vasnetsov 97b2270485 Rustdoc and README for internal entities and processes (#123)
* extend comments for strorage crate

* update comments and readme for collection crate

* apply cargo fmt

* fix tests

* apply fmt
2021-11-29 09:39:22 +01:00

15 lines
430 B
Markdown

# Collection
Crate, which implements all functions required for operations with a single collection of points.
Points within a collection should share the same payload schema and have same vector size.
So that search requests could be performed over all points of a single collection.
## Structure
![Collection structure](./docs/collection-struct.mmd.png)
## Update process
![Update process](./docs/update-sequence.mmd.png)