Skip to content

Commit 7c06286

Browse files
committed
readme: sync with docs (#422)
tensorchord/pgvecto.rs-docs#165 Signed-off-by: usamoi <usamoi@outlook.com>
1 parent 6c8991c commit 7c06286

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ docker run \
6767
--name vectorchord-demo \
6868
-e POSTGRES_PASSWORD=mysecretpassword \
6969
-p 5432:5432 \
70-
-d ghcr.io/tensorchord/vchord-postgres:pg18-v1.0.0
70+
-d ghcr.io/tensorchord/vchord-postgres:pg18-v1.1.0
7171
```
72+
7273
> [!NOTE]
7374
> In addition to the base image with the VectorChord extension, we provide an all-in-one image, `tensorchord/vchord-suite:pg17-latest`. This comprehensive image includes all official TensorChord extensions, including `VectorChord`, `VectorChord-bm25` and `pg_tokenizer.rs` . Developers should select an image tag that is compatible with their extension's version, as indicated in [the support matrix](https://github.com/tensorchord/VectorChord-images?tab=readme-ov-file#support-matrix).
7475
@@ -110,9 +111,11 @@ For more usage, please read:
110111
- [Indexing](https://docs.vectorchord.ai/vectorchord/usage/indexing.html)
111112
- [Multi-Vector Retrieval](https://docs.vectorchord.ai/vectorchord/usage/indexing-with-maxsim-operators.html)
112113
- [Graph Index](https://docs.vectorchord.ai/vectorchord/usage/graph-index.html)
114+
- [Quantization Types](https://docs.vectorchord.ai/vectorchord/usage/quantization-types.html)
113115
- [Similarity Filter](https://docs.vectorchord.ai/vectorchord/usage/range-query.html)
114116
- [PostgreSQL Tuning](https://docs.vectorchord.ai/vectorchord/usage/performance-tuning.html)
115117
- [Monitoring](https://docs.vectorchord.ai/vectorchord/usage/monitoring.html)
118+
- [Fallback Parameters](https://docs.vectorchord.ai/vectorchord/usage/fallback-parameters.html)
116119
- [Measure Recall](https://docs.vectorchord.ai/vectorchord/usage/measure-recall.html)
117120
- [Prewarm](https://docs.vectorchord.ai/vectorchord/usage/prewarm.html)
118121
- [Prefilter](https://docs.vectorchord.ai/vectorchord/usage/prefilter.html)

0 commit comments

Comments
 (0)