langchain/docs/extras/modules/chains/additional
Lance Martin 28d2b213a4
Update landing page for "question answering over documents" (#7152)
Improve documentation for a central use-case, qa / chat over documents.

This will be merged as an update to `index.mdx`
[here](https://python.langchain.com/docs/use_cases/question_answering/).

Testing w/ local Docusaurus server:

```
From `docs` directory:
mkdir _dist
cp -r {docs_skeleton,snippets} _dist
cp -r extras/* _dist/docs_skeleton/docs
cd _dist/docs_skeleton
yarn install
yarn start
```

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-10 14:15:13 -07:00
..
extraction.ipynb Harrison/refactor functions (#6408) 2023-06-18 23:13:42 -07:00
flare.ipynb FLARE Example notebook: switch to named arg to pass pydantic validation (#7267) 2023-07-06 09:32:00 -04:00
graph_cypher_qa.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
graph_hugegraph_qa.ipynb Add HugeGraphQAChain to support gremlin generating chain (#7132) 2023-07-04 10:21:21 -06:00
graph_kuzu_qa.ipynb Add KuzuQAChain (#6454) 2023-06-20 22:07:00 -07:00
graph_nebula_qa.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
graph_qa.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
graph_sparql_qa.ipynb Update landing page for "question answering over documents" (#7152) 2023-07-10 14:15:13 -07:00
hyde.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
llm_bash.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
llm_checker.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
llm_math.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
llm_requests.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
llm_summarization_checker.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
openai_functions_retrieval_qa.ipynb Feat: Add a prompt template parameter to qa with structure chains (#6495) 2023-06-21 00:23:36 -07:00
openai_openapi.yaml Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
openapi_openai.ipynb openapi -> openai nit (#6667) 2023-06-23 15:09:02 -07:00
openapi.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
pal.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
qa_citations.ipynb Harrison/refactor functions (#6408) 2023-06-18 23:13:42 -07:00
tagging.ipynb Harrison/refactor functions (#6408) 2023-06-18 23:13:42 -07:00
vector_db_text_generation.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00