This is my first trial of full stack development of a LLM based legal knowledge chat bot software. It contains the following parts:
- LLM (1) LoRA Finetune with dataset "Skepsun/lawyer_llama_data"
- Docker + LMDeploy
- Backend: (1) FastApi (2) LangChain to achieve memory (3) LangChain + LlammaIndex to achieve RAG
- Frontend: (1) Node.js, JavaScript
- AWS