Spaces:
Sleeping
Sleeping
File size: 551 Bytes
cfd3735 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
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/* |