langchain/docs/modules
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
..
agents Harrison/fake llm (#990) 2023-02-11 15:12:35 -08:00
chains Align table info (#999) (#1034) 2023-02-13 21:48:41 -08:00
document_loaders chroma docs (#1012) 2023-02-12 23:02:01 -08:00
llms Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2023-02-13 21:20:19 -08:00
memory chroma docs (#1012) 2023-02-12 23:02:01 -08:00
prompts chroma docs (#1012) 2023-02-12 23:02:01 -08:00
utils add links (#1027) 2023-02-13 16:33:30 -08:00
agents.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
chains.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
document_loaders.rst Harrison/unstructured support (#903) 2023-02-05 23:02:07 -08:00
llms.rst Fix minor error in LLM documentation (#602) 2023-01-12 18:16:32 -08:00
memory.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
prompts.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00
utils.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00