Update README.md

* Remove redundant phrasing “development during development”
* Add missing auxiliary verb in sentence about updating `apiUrl`
* Insert missing preposition in same `apiUrl` sentence (“file to your host”)
This commit is contained in:
CharlesCNorton
2025-06-03 11:14:13 -04:00
committed by GitHub
parent fddf107e0a
commit e5386031c5

View File

@@ -12,7 +12,7 @@ This project demonstrates a fullstack application using a React frontend and a L
- 🌐 Integrated web research via Google Search API.
- 🤔 Reflective reasoning to identify knowledge gaps and refine searches.
- 📄 Generates answers with citations from gathered sources.
- 🔄 Hot-reloading for both frontend and backend development during development.
- 🔄 Hot-reloading for both frontend and backend during development.
## Project Structure
@@ -79,7 +79,7 @@ In production, the backend server serves the optimized static frontend build. La
_Note: For the docker-compose.yml example you need a LangSmith API key, you can get one from [LangSmith](https://smith.langchain.com/settings)._
_Note: If you are not running the docker-compose.yml example or exposing the backend server to the public internet, you update the `apiUrl` in the `frontend/src/App.tsx` file your host. Currently the `apiUrl` is set to `http://localhost:8123` for docker-compose or `http://localhost:2024` for development._
_Note: If you are not running the docker-compose.yml example or exposing the backend server to the public internet, you should update the `apiUrl` in the `frontend/src/App.tsx` file to your host. Currently the `apiUrl` is set to `http://localhost:8123` for docker-compose or `http://localhost:2024` for development._
**1. Build the Docker Image:**
@@ -105,4 +105,4 @@ Open your browser and navigate to `http://localhost:8123/app/` to see the applic
## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.