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

https://github.com/armandfs/langchain_basics_repo

A Python repository full of practice code with the python AI framework, LangChain. I will most likely use Ollama for the local AI because OpenAI is so expensive lol.
https://github.com/armandfs/langchain_basics_repo

Last synced: about 1 month ago
JSON representation

A Python repository full of practice code with the python AI framework, LangChain. I will most likely use Ollama for the local AI because OpenAI is so expensive lol.

Awesome Lists containing this project

README

          

# LangChain Basics Repo

A Python repository full of practice code with the [LangChain](https://www.langchain.com/) AI framework.
This repo focuses on learning the fundamentals of LangChain using **Ollama** for local LLMs (since OpenAI can get quite expensive ).

---

## 🚀 Features
- Practice scripts for:
- Chat Models
- Memory
- Tools
- RAG (will be implemented later)
- Agents (will be implemented later)
- Local LLM support via [Ollama](https://ollama.ai/)

---