You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step-by-step tutorial on loading and using Llama 3.1 8B Instruct in Google Colab with Unsloth. Free, no GPU required. Covers prompting, temperature, max_new_tokens, and a practical spell-correction example.
This repository documents my learning journey with LangChain, an AI framework for developing applications using LLMs. It includes code examples, experiments, and notes on LangChain concepts such as document ingestion, embeddings, chains, and agents.
An open-source Agentic RAG solution for seamless local Vector store retrieval and real-time web search. Automatically decides whether to query your internal Vector store or scout the Live Web for the most relevant information.
Interactive MySQL Application with AI 🚀 An application to interact with MySQL databases using natural language, powered by an open-source large language model (LLMs).