You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This project demonstrates a fullstack application using a React frontend and a L
12
12
- 🌐 Integrated web research via Google Search API.
13
13
- 🤔 Reflective reasoning to identify knowledge gaps and refine searches.
14
14
- 📄 Generates answers with citations from gathered sources.
15
-
- 🔄 Hot-reloading for both frontend and backend development during development.
15
+
- 🔄 Hot-reloading for both frontend and backend during development.
16
16
17
17
## Project Structure
18
18
@@ -79,7 +79,7 @@ In production, the backend server serves the optimized static frontend build. La
79
79
80
80
_Note: For the docker-compose.yml example you need a LangSmith API key, you can get one from [LangSmith](https://smith.langchain.com/settings)._
81
81
82
-
_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._
82
+
_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._
0 commit comments