diff --git a/docs/getting_started/customization.rst b/docs/getting_started/customization.rst index c2638073e94abea7ae923bce9ce02746cb517282..2bd8362a150fd0ac6f20f084a4d80f1b78a2ba23 100644 --- a/docs/getting_started/customization.rst +++ b/docs/getting_started/customization.rst @@ -37,14 +37,14 @@ In this tutorial, we start with the code you wrote for the `starter example <sta **"I want to use a different vector store"** -First, you can install the vector store you want to use. For example, to use `chromadb` as the vector store, you can install it using pip: +First, you can install the vector store you want to use. For example, to use Chroma as the vector store, you can install it using pip: .. code-block:: shell - pip install llama-index-chromadb + pip install llama-index-vector-stores-chroma -To learn more about all integrations available, checkout `LlamaHub <https://llamahub.ai`_. +To learn more about all integrations available, check out `LlamaHub <https://llamahub.ai>`_. Then, you can use it in your code: