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
- Host: GitHub
- URL: https://github.com/aniketmaurya/chatbot-server
- Owner: aniketmaurya
- Created: 2023-02-22T10:36:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T15:20:42.000Z (over 3 years ago)
- Last Synced: 2025-03-25T09:49:24.419Z (over 1 year ago)
- Topics: chatbot, lightning, llm, mlops
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
