Skip to content

A LangChain playground using TypeScript

Notifications You must be signed in to change notification settings

chrisleekr/langchain-playground

Repository files navigation

A LangChain playground using TypeScript

This is a simple example of how to use LangChain with TypeScript.

How to start

docker-compose up -d --build

This will launch the following services:

  • ollama: Ollama enables the execution of LLM models locally.
  • openweb-ui: OpenWeb UI is a self-hosted WebUI that interacts with Ollama.
  • unstructured-api: The Unstructured API is designed to ingest/digest files of various types and sizes.
  • chroma: Chroma serves as an embedding database.
  • redis: Redis is an open-source in-memory data structure store.

Endpoints

TBD

Todo

  • Add more examples
  • Add tests
  • Make better documentations

About

A LangChain playground using TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages