jacklatrobe / helpchain-langchain

helpchain-langchain - The langchain component of the HelpChain chatbot platform by LCG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helpchain-langchain

helpchain-langchain - The langchain component of the HelpChain chatbot platform by LCG

HelpChain LangChain is a containerised backend microservice for LangChain that is hosted on Kubernetes. It is designed to provide advanced language processing capabilities, including data-awareness and agentic interaction, to your applications.

Getting Started

See the file in .github/workflows/ for an example of how to automate the deployment.

docker build .
docker push
kubectl apply -f config/deployment.yml

Prerequisites

  • Docker, for building images
  • Kubernetes, for hosting deployed images
  • Kubectl, for managing clusters and deployments
  • GitHub Actions, if you want to automate the above

Installation

  1. Clone the repository
  2. Edit the code
  3. Push back to github
  4. Actions take care of the rest

Further reading

About

helpchain-langchain - The langchain component of the HelpChain chatbot platform by LCG

License:MIT License


Languages

Language:Python 57.4%Language:CSS 29.3%Language:HTML 6.2%Language:Dockerfile 4.0%Language:Shell 3.1%