diff --git a/README.md b/README.md index eef0356b..c9cebbc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gemini Fullstack LangGraph Quickstart -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. +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. Gemini Fullstack LangGraph @@ -117,4 +117,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]() file for details.