Spaces:
Sleeping
Sleeping
title: New LS Chatbot App | |
emoji: π | |
colorFrom: red | |
colorTo: red | |
sdk: streamlit | |
sdk_version: 1.42.2 | |
app_file: app.py | |
pinned: false | |
short_description: AI chatbot for Status.law legal services using Streamlit | |
# 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.txt | |
``` | |
## Required Directories | |
- `chat_history/` - Stores chat history JSON files | |
- `vector_store/` - Stores FAISS vector database | |