mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 05:25:04 +00:00
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>
This commit is contained in:
BIN
docs/docs_skeleton/static/img/qa_data_load.png
Normal file
BIN
docs/docs_skeleton/static/img/qa_data_load.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
BIN
docs/docs_skeleton/static/img/qa_flow.jpeg
Normal file
BIN
docs/docs_skeleton/static/img/qa_flow.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 KiB |
BIN
docs/docs_skeleton/static/img/qa_intro.png
Normal file
BIN
docs/docs_skeleton/static/img/qa_intro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
BIN
docs/docs_skeleton/static/img/summary_chains.png
Normal file
BIN
docs/docs_skeleton/static/img/summary_chains.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Reference in New Issue
Block a user