chrisleekr / langchain-playground

A LangChain playground using TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 98.6%Language:JavaScript 0.6%Language:Dockerfile 0.5%Language:Shell 0.3%