Tip: Click the summary box to toggle between "Short" and "Detailed" explanations

📕 ChatJustus
**Short:** The repository contains the code for ChatJustus, an AI chatbot aimed at improving the lawyer-client user experience. It includes a backend with AI assistants, a vector database, and a FastAPI and Uvicorn server, as well as a frontend with TypeScript and React code for the web application.

Contents:

📄 README.md
**Short:** The file contains a brief description of ChatJustus, an AI chatbot designed to enhance the lawyer-client user experience.
📁 backend
**Short:** The `backend` directory contains code and data for the ChatJustus backend, including AI assistants, a vector database, and a FastAPI and Uvicorn backend server. It also includes instructions for setting up the development environment using conda, virtual environment, and poetry.
📁 frontend
**Short:** The `frontend` directory contains code and configuration files for the frontend of the ChatJustus web application. It includes TypeScript and React code for layout, context, and UI components, as well as hooks for managing network connections and state synchronization.