Skip to content

Commit

Permalink
feat: Reasoning Engine RAG tutorials for Postgres (#838)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Holt Skinner <[email protected]>
Co-authored-by: Holt Skinner <[email protected]>
  • Loading branch information
3 people committed Jul 2, 2024
1 parent 7147c92 commit fc500c6
Show file tree
Hide file tree
Showing 5 changed files with 1,595 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
/generative-ai/gemini/getting-started @gericdong @polong-lin @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/gemini/grounding @holtskinner @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/gemini/reasoning-engine @koverholt @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/gemini/reasoning-engine/tutorial_alloydb_rag_agent.ipynb @averikitsch
/generative-ai/gemini/reasoning-engine/tutorial_cloud_sql_pg_rag_agent.ipynb @averikitsch
/generative-ai/gemini/responsible-ai @iamthuya @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/gemini/use-cases/education @PicardParis @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/gemini/use-cases/retail @iamthuya @GoogleCloudPlatform/generative-ai-devrel
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
aadd
aaxis
Adidas
aexecute
afrom
agentic
AGG
AGs
ainit
ainvoke
aip
Aktu
Expand Down
2 changes: 2 additions & 0 deletions gemini/reasoning-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ Debugging and Optimizing Agents: A Guide to Tracing in Reasoning Engine | [traci
Building a Conversational Search Agent with Reasoning Engine and RAG on Vertex AI Search | [tutorial_vertex_ai_search_rag_agent.ipynb](tutorial_vertex_ai_search_rag_agent.ipynb)
Building and Deploying a Google Maps API Agent with Reasoning Engine | [tutorial_google_maps_agent.ipynb](tutorial_google_maps_agent.ipynb)
Building and Deploying a LangGraph Application with Reasoning Engine in Vertex AI | [tutorial_langgraph.ipynb](tutorial_langgraph.ipynb)
Deploying a RAG Application with AlloyDB with Reasoning Engine | [tutorial_alloydb_rag_agent.ipynb](tutorial_alloydb_rag_agent.ipynb)
Deploying a RAG Application with Cloud SQL for PostgreSQL with Reasoning Engine | [tutorial_cloud_sql_pg_rag_agent.ipynb](tutorial_cloud_sql_pg_rag_agent.ipynb)
Loading

0 comments on commit fc500c6

Please sign in to comment.