This is a Python project that utilizes Streamlit for building interactive web applications. The project allows for easy updating of Elasticsearch mappings.
- Clone the repository.
- Install the required dependencies by running
pip install -r requirements.txt
. - Create a
.env
file in the project root directory and specify the default connection details for Elasticsearch.
- Run the application by executing
streamlit run Elastic_RAG_PoC.py
. - Access the application in your web browser at
http://localhost:8080
. You can also launch in VScode
Contributions are welcome!