Utilities for working with Documents ==================================== There are a lot of different utilities that LangChain provides integrations for These guides go over how to use them. The utilities here are all utilities that make it easier to work with documents. `Text Splitters <./combine_docs_examples/textsplitter.html>`_: A walkthrough of how to split large documents up into smaller, more manageable pieces of text. `VectorStores <./combine_docs_examples/vectorstores.html>`_: A walkthrough of vectorstore functionalities, and different types of vectorstores, that LangChain supports. `Embeddings <./combine_docs_examples/embeddings.html>`_: A walkthrough of embedding functionalities, and different types of embeddings, that LangChain supports. `HyDE <./combine_docs_examples/hyde.html>`_: How to use Hypothetical Document Embeddings, a novel way of constructing embeddings for document retrieval systems. .. toctree:: :maxdepth: 1 :glob: :hidden: combine_docs_examples/*