Complete feature road-map

This commit is contained in:
Andrey Vasnetsov
2022-10-26 20:21:58 +02:00
committed by GitHub
parent 194a19e0ad
commit 144ecbdadd

View File

@@ -35,8 +35,8 @@ Feeling confident and want to contribute more? - Come to [work with us](https://
* [x] Distributed querying
* [x] Integration of [raft](https://raft.github.io/) for distributed consistency
* [x] Sharding - group segments into shards
* [ ] Cluster scaling
* [ ] Replications - automatic segment replication between nodes in cluster
* [x] Cluster scaling
* [x] Replications - automatic segment replication between nodes in cluster
---
@@ -48,13 +48,18 @@ Feeling confident and want to contribute more? - Come to [work with us](https://
* :truck: Payload Processing
* [x] Support storing any JSON as a Payload
* [ ] Support more payload types, e.g.
* Data-time
* [ ] ~~Support more payload types, e.g.~~
* ~~Data-time~~
* [x] Support for `Null` values
* [x] Enable more types of filtering queries, e.g.
* [x] Filter by Score
* [x] Filter by number of stored elements
* [x] `isNull` or `isEmpty` query conditions
* Additionally
* [x] Full-text filtering support
* [x] Multiple vectors per record support
---