mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
fix doc tags (#2019)
This commit is contained in:
parent
c71f2a7b26
commit
bc2ed93b77
@ -1,7 +1,6 @@
|
|||||||
# Interacting with APIs
|
# Interacting with APIs
|
||||||
|
|
||||||
.. note::
|
> [Conceptual Guide](https://docs.langchain.com/docs/use-cases/apis)
|
||||||
`Conceptual Guide <https://docs.langchain.com/docs/use-cases/apis>`_
|
|
||||||
|
|
||||||
|
|
||||||
Lots of data and information is stored behind APIs.
|
Lots of data and information is stored behind APIs.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Chatbots
|
# Chatbots
|
||||||
|
|
||||||
.. note::
|
> [Conceptual Guide](https://docs.langchain.com/docs/use-cases/chatbots)
|
||||||
`Conceptual Guide <https://docs.langchain.com/docs/use-cases/chatbots>`_
|
|
||||||
|
|
||||||
|
|
||||||
Since language models are good at producing text, that makes them ideal for creating chatbots.
|
Since language models are good at producing text, that makes them ideal for creating chatbots.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Extraction
|
# Extraction
|
||||||
|
|
||||||
.. note::
|
> [Conceptual Guide](https://docs.langchain.com/docs/use-cases/extraction)
|
||||||
`Conceptual Guide <https://docs.langchain.com/docs/use-cases/extraction>`_
|
|
||||||
|
|
||||||
|
|
||||||
Most APIs and databases still deal with structured information.
|
Most APIs and databases still deal with structured information.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Personal Assistants
|
# Personal Assistants
|
||||||
|
|
||||||
.. note::
|
> [Conceptual Guide](https://docs.langchain.com/docs/use-cases/personal-assistants)
|
||||||
`Conceptual Guide <https://docs.langchain.com/docs/use-cases/personal-assistants>`_
|
|
||||||
|
|
||||||
|
|
||||||
We use "personal assistant" here in a very broad sense.
|
We use "personal assistant" here in a very broad sense.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Question Answering over Docs
|
# Question Answering over Docs
|
||||||
|
|
||||||
.. note::
|
> [Conceptual Guide](https://docs.langchain.com/docs/use-cases/qa-docs)
|
||||||
`Conceptual Guide <https://docs.langchain.com/docs/use-cases/qa-docs>`_
|
|
||||||
|
|
||||||
|
|
||||||
Question answering in this context refers to question answering over your document data.
|
Question answering in this context refers to question answering over your document data.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Summarization
|
# Summarization
|
||||||
|
|
||||||
.. note::
|
> [Conceptual Guide](https://docs.langchain.com/docs/use-cases/summarization)
|
||||||
`Conceptual Guide <https://docs.langchain.com/docs/use-cases/summarization>`_
|
|
||||||
|
|
||||||
|
|
||||||
Summarization involves creating a smaller summary of multiple longer documents.
|
Summarization involves creating a smaller summary of multiple longer documents.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Querying Tabular Data
|
# Querying Tabular Data
|
||||||
|
|
||||||
.. note::
|
> [Conceptual Guide](https://docs.langchain.com/docs/use-cases/qa-tabular)
|
||||||
`Conceptual Guide <https://docs.langchain.com/docs/use-cases/qa-tabular>`_
|
|
||||||
|
|
||||||
|
|
||||||
Lots of data and information is stored in tabular data, whether it be csvs, excel sheets, or SQL tables.
|
Lots of data and information is stored in tabular data, whether it be csvs, excel sheets, or SQL tables.
|
||||||
|
Loading…
Reference in New Issue
Block a user