An open API service indexing awesome lists of open source software.

https://github.com/aniketmaurya/chatbot-server

ChatBot App built using LangChain and Lightning AI
https://github.com/aniketmaurya/chatbot-server

chatbot lightning llm mlops

Last synced: about 1 year ago
JSON representation

ChatBot App built using LangChain and Lightning AI

Awesome Lists containing this project

README

          

# ChatServer

ChatBot System built with LangChain and Lightning AI

## How to run

```bash
git clone https://github.com/aniketmaurya/chatbot-server.git
cd chatbot-server

pip install -e .
lightning run app app.py
```

Please initiate a conversation with the chatbot.

![](./assets/chatserver-min.png)