New-LS-chatbot-app / README.md
Rulga's picture
docs: update short description of the AI chatbot for clarity and specificity
286582c

A newer version of the Streamlit SDK is available: 1.45.1

Upgrade
metadata
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