To get started with this project, first install the required dependencies. Run the following command in your terminal:
pip install -r requirements.txtIf you need to update the vector fields in your database table, modify app.py accordingly. Once you've made your changes, execute the script with the following command:
python app.pyTo launch the Streamlit application, use the following command:
streamlit run search.pyThis will start the Streamlit server and the application will be accessible through your web browser.