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
langchain-chat is an AI-driven Q&A system that leverages OpenAI's GPT-4 model and FAISS for efficient document indexing. It loads and splits documents from websites or PDFs, remembers conversations, and provides accurate, context-aware answers based on the indexed data. Easy to set up and extend.
Explore the realms of graph databases with Neo4j, dive into Cypher queries, and integrate LLMs for dynamic data insights with Langchain. A personal journey to master graph data.
The "lcel-tutorial" repo is designed for mastering LangChain Expression Language (LCEL), offering exercises to build stateful, multi-actor LLM applications. It's a hands-on guide to leveraging LCEL for complex workflows and agent-like behaviors. Perfect for enthusiasts eager to explore LLM's potential.
Clone of writesonic.com & copy.ai - BlogIQ is an innovative app powered by OpenAI and Langchain, designed to streamline the content creation process for bloggers.
This repository contains projects of LLM Agents that empowers users to efficiently construct large language model (LLM)-based agents. Whether you’re diving into the world of AI chatbots, text generation, or natural language understanding, this repo provides the tools you need. 🚀
Python Coding Agent is an Crew AI Agent built using OpenAI's GPT-3.5 and Groq, designed to help with coding tasks such as generating code snippets, debugging, and providing code explanations. It aims to enhance productivity and learning through interactive sessions.
Welcome to our new Custom WebSearch Agent, now as an easy-to-use Streamlit app! No more sifting through loads of generic results. With this app, you get a search experience that's all about you. It's like having your own personal search assistant right at your fingertips.
Experiment with RAG using Langchain, LangGraph, OpenAI, HuggingFace and Mistral to create a RAG that is able to analyse PDF from the Enedis documentation website, and answer question about it. Ongoing project
Master the art of building and enhancing AI agents. Learn to develop flow-based applications, implement agentic search, and incorporate human-in-the-loop systems using LangGraph's powerful components.
This repo is ChatBot demonstration using Langraph. LangGraph is a library for building stateful, multi-actor applications with LLMs, used to create agent and multi-agent workflows.