We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2df5fb commit 03a84a0Copy full SHA for 03a84a0
documentation/index.md
@@ -25,10 +25,10 @@ pip install tiledb-vector-search
25
To install from [conda](https://anaconda.org/tiledb/tiledb-vector-search), use conda or [mamba](https://mamba.readthedocs.io/en/latest/):
26
27
```
28
-conda install -c tiledb tiledb-vector-search
+conda install -c tiledb -c conda-forge tiledb-vector-search
29
30
31
-mamba install -c tiledb tiledb-vector-search
+mamba install -c tiledb -c conda-forge tiledb-vector-search
32
33
34
0 commit comments