langchain/docs/modules/indexes/vectorstores.rst
Harrison Chase 705431aecc
big docs refactor (#1978)
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
2023-03-26 19:49:46 -07:00

27 lines
551 B
ReStructuredText

Vectorstores
==========================
.. note::
`Conceptual Guide <https://docs.langchain.com/docs/components/indexing/vectorstore>`_
Vectorstores are one of the most important components of building indexes.
For an introduction to vectorstores and generic functionality see:
.. toctree::
:maxdepth: 1
:glob:
./vectorstores/getting_started.ipynb
We also have documentation for all the types of vectorstores that are supported.
Please see below for that list.
.. toctree::
:maxdepth: 1
:glob:
./vectorstores/examples/*