This is a simple example of how to use LangChain with TypeScript.
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.
TBD
- Add more examples
- Add tests
- Make better documentations