#180 · Primary category: LLM Application Frameworks

steamship-langchain

steamship-langchain

Project last updated:02/14/24

GitHub Stars

510

Forks

90

Contributors

8

License

MIT

Why we included this project

LangChain developers who want to move beyond local scripts get a set of adapters here that plug into Steamship's managed hosting. The library wraps the standard LangChain pieces you'd otherwise wire up yourself: an OpenAI LLM adapter, a key-value cache for LLM calls, a persistent vector store, chat history memory, document loaders for files, folders, GitHub repos, and YouTube, and a splitter that respects code structure. Deploying through Steamship then gives you hosted API endpoints, durable app state, auth and multi-tenancy, usage logs, and easy hooks into other Steamship skills such as transcription, all without abandoning regular LangChain code. Teams already on Steamship, or checking it out as a deployment target, can save themselves a fair amount of plumbing.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category