https://github.com/addytrunks/genai_guide
A concise guide for using LangChain to build various AI applications. It includes examples for creating chat models, prompt templates, and complex chains, with a focus on Retrieval-Augmented Generation (RAG) and practical applications like trip planning bot with Crew AI.
https://github.com/addytrunks/genai_guide
chatbot crewai genai langchain llm openai rag
Last synced: 3 months ago
JSON representation
A concise guide for using LangChain to build various AI applications. It includes examples for creating chat models, prompt templates, and complex chains, with a focus on Retrieval-Augmented Generation (RAG) and practical applications like trip planning bot with Crew AI.
- Host: GitHub
- URL: https://github.com/addytrunks/genai_guide
- Owner: addytrunks
- Created: 2024-09-01T16:45:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T14:11:46.000Z (over 1 year ago)
- Last Synced: 2025-04-23T18:28:24.076Z (about 1 year ago)
- Topics: chatbot, crewai, genai, langchain, llm, openai, rag
- Language: Python
- Homepage:
- Size: 4.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GenAI and Langchain guide
A repo for a quick guide on GenAI tools such as langchain, LLMs, crew AI, agents and etc.