Rulga/New-LS-chatbot-app
1
LS Chatbot app
It is a chat app built using Streamlit that allows users to interact with an AI model to communicate about www.Status.law
Project Structure
.
├── app.py
├── chat_history/
│ └── .gitkeep
├── vector_store/
│ └── .gitkeep
└── requirements.txtRequired Directories
chat_history/- Stores chat history JSON filesvector_store/- Stores FAISS vector database
