Skip to content
Snippets Groups Projects
Unverified Commit caf56ac5 authored by Rudolf Olah's avatar Rudolf Olah Committed by GitHub
Browse files

Documentation Update for customization.rst: fixed link and package name (#11307)

Update customization.rst

* fixed link to LlamaHub
* updated package name to reflect what's in PyPi
parent d8b89500
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment