Skip to content

Commit d0abbad

Browse files
authored
Merge pull request #86 from 7Gamil/Improve-image-scaling-on-desktop-view
README.md: Improve image scaling on desktop view
2 parents 1607958 + fdb34df commit d0abbad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project demonstrates a fullstack application using a React frontend and a LangGraph-powered backend agent. The agent is designed to perform comprehensive research on a user's query by dynamically generating search terms, querying the web using Google Search, reflecting on the results to identify knowledge gaps, and iteratively refining its search until it can provide a well-supported answer with citations. This application serves as an example of building research-augmented conversational AI using LangGraph and Google's Gemini models.
44

5-
![Gemini Fullstack LangGraph](./app.png)
5+
<img src="./app.png" title="Gemini Fullstack LangGraph" alt="Gemini Fullstack LangGraph" width="90%">
66

77
## Features
88

@@ -65,7 +65,7 @@ _Alternatively, you can run the backend and frontend development servers separat
6565

6666
The core of the backend is a LangGraph agent defined in `backend/src/agent/graph.py`. It follows these steps:
6767

68-
![Agent Flow](./agent.png)
68+
<img src="./agent.png" title="Agent Flow" alt="Agent Flow" width="50%">
6969

7070
1. **Generate Initial Queries:** Based on your input, it generates a set of initial search queries using a Gemini model.
7171
2. **Web Research:** For each query, it uses the Gemini model with the Google Search API to find relevant web pages.
@@ -105,4 +105,4 @@ Open your browser and navigate to `http://localhost:8123/app/` to see the applic
105105

106106
## License
107107

108-
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.
108+
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)