From c3b407fcf54b8bf601501a660383ffe1e9f7dc39 Mon Sep 17 00:00:00 2001 From: blob42 Date: Mon, 27 Feb 2023 18:49:26 +0100 Subject: [PATCH] langchain-docker readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa5ffe30..95287e64 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -# 🦜️🔗 LangChain +# 🦜️🔗 LangChain - Docker -⚡ Building applications with LLMs through composability ⚡ +WIP: This is a fork of langchain focused on implementing a docker warpper and +toolchain. The goal is to make it easy to use LLM chains running inside a +container, build custom docker based tools and let agents run arbitrary +untrusted code inside. -[![lint](https://github.com/hwchase17/langchain/actions/workflows/lint.yml/badge.svg)](https://github.com/hwchase17/langchain/actions/workflows/lint.yml) [![test](https://github.com/hwchase17/langchain/actions/workflows/test.yml/badge.svg)](https://github.com/hwchase17/langchain/actions/workflows/test.yml) [![linkcheck](https://github.com/hwchase17/langchain/actions/workflows/linkcheck.yml/badge.svg)](https://github.com/hwchase17/langchain/actions/workflows/linkcheck.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchainai.svg?style=social&label=Follow%20%40LangChainAI)](https://twitter.com/langchainai) [![](https://dcbadge.vercel.app/api/server/6adMQxSpJS?compact=true&style=flat)](https://discord.gg/6adMQxSpJS) +Currently exploring the following: -**Production Support:** As you move your LangChains into production, we'd love to offer more comprehensive support. -Please fill out [this form](https://forms.gle/57d8AmXBYp8PP8tZA) and we'll set up a dedicated support Slack channel. +- Docker wrapper for LLMs and chains +- Creating a toolchain for building docker based LLM tools. +- Building agents that can run arbitrary untrusted code inside a container. ## Quick Install