forked from Archives/langchain
705431aecc
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
27 lines
551 B
ReStructuredText
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/* |