You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/indexes/vectorstores.rst

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/*