Updates to Google AI: (#394)

- Changed GoogleAIStudio LLM code to match latest documentation
- Very minor tweak to vertexai LLM code - just matching what's in SDK docs
  no actual change to implementation.
- Tweaked VertexAI container build to speed up in dev
- Comments in LLM code to mention which docs it was built from.  Google
  SDKs are confusing ATM.
This commit is contained in:
cybermaggedon 2025-05-24 12:09:43 +01:00 committed by GitHub
parent 25abf802e9
commit 448819ed47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 83 additions and 52 deletions

View file

@ -42,7 +42,7 @@ setuptools.setup(
"cryptography",
"falkordb",
"fastembed",
"google-generativeai",
"google-genai",
"ibis",
"jsonschema",
"langchain",