Migrate to VertexAI to google-genai SDK from deprecated library (#632)

* Migrate to VertexAI to google-genai SDK from deprecated library

* Fix tests, mock the correct API
This commit is contained in:
cybermaggedon 2026-02-09 20:43:33 +00:00 committed by GitHub
parent 2781c7d87c
commit f24f1ebd80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 223 additions and 245 deletions

View file

@ -20,6 +20,7 @@ dependencies = [
"falkordb",
"fastembed",
"google-genai",
"google-api-core",
"ibis",
"jsonschema",
"langchain",