langchain/docs/modules/chains
Harrison Chase ec727bf166
Align table info (#999) (#1034)
Currently the chain is getting the column names and types on the one
side and the example rows on the other. It is easier for the llm to read
the table information if the column name and examples are shown together
so that it can easily understand to which columns do the examples refer
to. For an instantiation of this, please refer to the changes in the
`sqlite.ipynb` notebook.

Also changed `eval` for `ast.literal_eval` when interpreting the results
from the sample row query since it is a better practice.

---------

Co-authored-by: Francisco Ingham <>

---------

Co-authored-by: Francisco Ingham <fpingham@gmail.com>
2023-02-13 21:48:41 -08:00
..
combine_docs_examples chroma docs (#1012) 2023-02-12 23:02:01 -08:00
examples Align table info (#999) (#1034) 2023-02-13 21:48:41 -08:00
generic chroma docs (#1012) 2023-02-12 23:02:01 -08:00
async_chain.ipynb Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2023-02-07 21:21:57 -08:00
combine_docs_how_to.rst add links (#1027) 2023-02-13 16:33:30 -08:00
combine_docs.md map rerank chain (#516) 2023-01-08 06:49:22 -08:00
generic_how_to.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
getting_started.ipynb Docs refactor (#480) 2023-01-02 08:24:09 -08:00
how_to_guides.rst Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2023-02-07 21:21:57 -08:00
key_concepts.md Fix typo in key_concepts.md (#535) 2023-01-04 10:43:02 -08:00
utility_how_to.rst Harrison/new api chain (#623) 2023-01-15 18:34:43 -08:00