forked from Archives/langchain
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/*
|