mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
add links (#1027)
This commit is contained in:
parent
20889205e8
commit
6a31a59400
@ -17,6 +17,12 @@ The examples here are all end-to-end chains for working with documents.
|
|||||||
|
|
||||||
`Vector DB Question Answering with Sources <./combine_docs_examples/vector_db_qa_with_sources.html>`_: A walkthrough of how to use LangChain for question answering (with sources) over a vector database.
|
`Vector DB Question Answering with Sources <./combine_docs_examples/vector_db_qa_with_sources.html>`_: A walkthrough of how to use LangChain for question answering (with sources) over a vector database.
|
||||||
|
|
||||||
|
`Graph Question Answering <./combine_docs_examples/graph_qa.html>`_: A walkthrough of how to use LangChain for question answering (with sources) over a graph database.
|
||||||
|
|
||||||
|
`Chat Vector DB <./combine_docs_examples/chat_vector_db.html>`_: A walkthrough of how to use LangChain as a chatbot over a vector database.
|
||||||
|
|
||||||
|
`Analyze Document <./combine_docs_examples/analyze_document.html>`_: A walkthrough of how to use LangChain to analyze long documents.
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
@ -15,6 +15,10 @@ The utilities listed here are all generic utilities.
|
|||||||
|
|
||||||
`SerpAPI <./examples/serpapi.html>`_: How to use the SerpAPI wrapper to search the web.
|
`SerpAPI <./examples/serpapi.html>`_: How to use the SerpAPI wrapper to search the web.
|
||||||
|
|
||||||
|
`Bing Search <./examples/bing_search.html>`_: How to use the Bing search wrapper to search the web.
|
||||||
|
|
||||||
|
`Wolfram Alpha <./examples/wolfram_alpha.html>`_: How to use the Wolfram Alpha wrapper to interact with Wolfram Alpha.
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user