commit 2c3fbf69076c825d2a3f68231b476e48a72e024d from: Matthias L. Jugel date: Mon Jul 14 17:30:29 2025 UTC reflect options to use host and port in readme commit - fec63d5bb3d424e94440249e671b16318d808a88 commit + 2c3fbf69076c825d2a3f68231b476e48a72e024d blob - bb70c4cb175fc77a2d6d986616be653570fc5402 blob + 101b5958fa0f02fbbac0df5521c4dd7ae2a1bb84 --- README.md +++ README.md @@ -26,9 +26,10 @@ you query and contents. > and will add it in batches to the chroma db. Then you are ready! - **Start the bot backend** - `python ./rag_interface.py` + > If you need a different host or port, use `--host ` and `--port ` + > or FLASK_HOST/FLASK_PORT environment variables - **Query your documents** - - https://localhost:5555/ - > If you need a different port, use `--port` + - https://localhost:5000/ ---- # LICENSE (MIT)