Skip to content

Releases: GoogleCloudPlatform/genai-databases-retrieval-app

v0.3.0

03 Dec 23:10
f05cce2
Compare
Choose a tag to compare

0.3.0 (2024-12-03)

Features

  • Add similarity threshold to amenity search (#477) (c49bef9)
  • Add tracing for AlloyDB and CloudSQL Postgres providers (#494) (2fa03bc)
  • Consolidate postgres providers (#493) (a3b2c42)
  • Reuse connector object across different database connections in… (#487) (61c0f52)
  • Switch the llm to ChatVertexAI (#486) (479c5e5)

Bug Fixes

  • Add test cases to improve coverage for postgres and over more tools. (#508) (20870ea)
  • Reuse connector object across different database connections. (#484) (2b05739), closes #416
  • update close client function to async (#505) (b614276)

v0.2.0

03 Sep 16:43
9ffb117
Compare
Choose a tag to compare

0.2.0 (2024-08-27)

Features

  • Add langgraph orchestration (#447) (8cefed0)
  • add ticket validation and insertion to cloudsql postgres (#437) (a4480fa)
  • Add tracing to langgraph orchestration and postgres provider (#473) (a5759e9)
  • Implement llm system evaluation (#440) (a2df60b)
  • Remove user ID and user email from list_tickets() result (#464) (5958938)

Bug Fixes

  • update pytest to pytest_asyncio for async fixtures (#474) (c2ad4bb)
  • update return from tools for langchain and function calling (#476) (9dfb60b)

v0.1.0

01 Jul 19:39
00d8ddd
Compare
Choose a tag to compare

0.1.0 (2024-06-27)

Features

Read more