Home

Awesome

Learning LangChain

Just one of the things I'm learning. https://github.com/hchiam/learning

LangChain is basically a convenience high-level library to do a bunch of LLM stuff in few lines of code. You can do things like generate and execute SQL queries from natural language text prompts in Python or in JavaScript.

Code examples that are simple and worked easily for me in Colab with little changes:

TODO: