langchain-tutorials
Conversational AI library tutorial
A comprehensive tutorial and project gallery for learning LangChain, a library for building conversational AI models.
Overview and tutorial of the LangChain Library
7k stars
109 watching
2k forks
Language: Jupyter Notebook
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
langchain-ai/langchain | A framework for building applications powered by large language models (LLMs) with tools for development, productionization, and deployment. | 94,887 |
langchain-ai/chat-langchain | A chatbot that leverages LangChain and LangGraph to generate real-time answers to user queries from a vector store of pre-loaded documentation. | 5,457 |
langchain-ai/langchainjs | A framework for building context-aware reasoning applications using language models and composability | 12,711 |
youssefhosni/hands-on-langchain-for-llm-applications-development | A collection of hands-on tutorials and guides for developing applications using LangChain and its integration with LLMs (Large Language Models) | 134 |
tmc/langchaingo | Provides a Go implementation of LangChain for generating text based on large language models. | 4,635 |
langchain4j/langchain4j | A unified Java API for integrating large language models and vector stores into applications. | 4,873 |
li2109/langtorch | Builds composable LLM applications with Java | 294 |
mlabonne/llm-course | A comprehensive course and resource package on building and deploying Large Language Models (LLMs) | 39,120 |
brexhq/prompt-engineering | Guides software developers on how to effectively use and build systems around Large Language Models like GPT-4. | 8,440 |
mooler0410/llmspracticalguide | A curated list of resources to help developers navigate the landscape of large language models and their applications in NLP | 9,489 |
zilliztech/gptcache | A semantic cache designed to reduce the cost and improve the speed of LLM API calls by storing responses. | 7,232 |
kyrolabs/langchain-service | An opinionated Langchain setup with Qdrant vector store and Kong gateway | 31 |
ju-bezdek/langchain-decorators | Provides syntactic sugar for writing custom LangChain prompts and chains, making it easier to write more pythonic code. | 228 |
llm-workflow-engine/llm-workflow-engine | A command-line tool and workflow manager for interacting with large language models like ChatGPT/GPT4. | 3,659 |
langchain-ai/langserve | Provides a REST API for deploying and managing LangChain runnables and chains | 1,944 |