An open API service indexing awesome lists of open source software.

https://github.com/luaannguyen/langchain

Hands-on mini projects to familiarize with LangChain, LangSmith, and LangGraph
https://github.com/luaannguyen/langchain

langchain langchain-python

Last synced: about 2 months ago
JSON representation

Hands-on mini projects to familiarize with LangChain, LangSmith, and LangGraph

Awesome Lists containing this project

README

          

# 🦜⛓️‍💥 LangChain

Mini projects to understand how to build LLM apps using [LangChain](https://www.langchain.com/), [LangSmith](https://www.langchain.com/langsmith), and [LangGraph](https://www.langchain.com/langgraph).

```
python -m venv venv
source venv/bin/activate
```