From 91f1e6550719bf8c2eae01d18c67fa6bfabbebc3 Mon Sep 17 00:00:00 2001 From: Shanfeng Pang Date: Mon, 17 Jun 2024 10:21:48 +0800 Subject: [PATCH 1/2] update myscale image in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08eb7351e6..0f6c9f68c2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The simplest way to use MyScaleDB is to create an instance on MyScale Cloud serv To quickly get a MyScaleDB instance up and running, simply pull and run the latest Docker image: ```bash -docker run --name myscaledb --net=host myscale/myscaledb:1.5 +docker run --name myscaledb --net=host myscale/myscaledb:1.6 ``` >Note: Myscale's default configuration only allows localhost ip access. For the docker run startup method, you need to specify `--net=host` to access services deployed in docker mode on the current node. @@ -114,7 +114,7 @@ version: '3.7' services: myscaledb: - image: myscale/myscaledb:1.5 + image: myscale/myscaledb:1.6 tty: true ports: - '8123:8123' From 46302c5bcc5add95e74af570591f2e0680dd1939 Mon Sep 17 00:00:00 2001 From: Shanfeng Pang Date: Mon, 17 Jun 2024 11:47:20 +0800 Subject: [PATCH 2/2] update roadmap in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6c9f68c2..29496a8efb 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ We're committed to continuously improving and evolving MyScaleDB to meet the eve ## Roadmap * [x] Inverted index & performant keyword/vector hybrid search ([supported since 1.5](https://myscale.com/blog/text-search-and-hybrid-search-in-myscale/)) -* [ ] Support more storage engines, e.g. `ReplacingMergeTree` +* [x] Support more storage engines, e.g. `ReplacingMergeTree` ([supported since 1.6](https://myscale.com/blog/select-with-final/)) * [x] LLM observability with MyScaleDB and [MyScale Telemetry](https://github.com/myscale/myscale-telemetry) * [ ] Data-centric LLM * [ ] Automatic data science with MyScaleDB