Skip to content

Commit

Permalink
Merge pull request #59 from michaelwsherman/patch-1
Browse files Browse the repository at this point in the history
Fix setup notebook link in README.
  • Loading branch information
leiterenato authored May 7, 2024
2 parents 3820284 + 7dd64d2 commit 413863d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In this repository, the following demonstrations are provided:
## Notebooks and code samples

The notebooks listed below were developed to explain the concepts exposed in this repository:
- [Getting Started](/notebooks/1_environment_setup.ipynb) (1_environment_setup.ipynb): This notebook is part of the deployment guide and helps with dataset preparation.
- [Getting Started](/installation_scripts/1_environment_setup.ipynb) (installation_scripts/1_environment_setup.ipynb): This notebook is part of the deployment guide and helps with dataset preparation.
- [Data Q&A with PaLM API and GoogleSQL](/notebooks/data_qa_with_sql.ipynb) (data_qa_with_sql.ipynb): Translate questions using natural language to GoogleSQL to interact with BigQuery.
- [News summarization with LangChain agents and Vertex AI PaLM text models](/notebooks/news_summarization_langchain_palm.ipynb) (news_summarization_langchain_palm.ipynb): Summarize news articles related to top search terms using LangChain agents and the ReAct concept.
- [News summarization with PaLM API](/notebooks/simple_news_summarization.ipynb) (simple_news_summarization.ipynb): News summarization related to top search terms using the PaLM API.
Expand Down

0 comments on commit 413863d

Please sign in to comment.