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.
- Host: GitHub
- URL: https://github.com/armandfs/langchain_basics_repo
- Owner: ArmandFS
- Created: 2025-08-17T11:04:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T10:20:14.000Z (11 months ago)
- Last Synced: 2025-08-28T17:34:13.913Z (11 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)
---