mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
17 lines
431 B
ReStructuredText
17 lines
431 B
ReStructuredText
|
Indexes
|
||
|
==============
|
||
|
Indexes refer to ways to structure documents so that LLMs can best interact with them.
|
||
|
LangChain has a number of modules that help you load, structure, store, and retrieve documents.
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 1
|
||
|
:glob:
|
||
|
|
||
|
modules/docstore
|
||
|
modules/text_splitter
|
||
|
modules/document_loaders
|
||
|
modules/vectorstores
|
||
|
modules/retrievers
|
||
|
modules/document_compressors
|
||
|
modules/document_transformers
|