You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
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>
2 years ago
..
_static/css
ecosystem Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
getting_started
modules Align table info (#999) (#1034) 2 years ago
reference Add GooseAI, CerebriumAI, Petals, ForefrontAI (#981) 2 years ago
tracing
use_cases chroma docs (#1012) 2 years ago
Makefile
conf.py
deployments.md
ecosystem.rst
gallery.rst
glossary.md
index.rst
make.bat
reference.rst
requirements.txt
tracing.md