-
NameError: name 'SafetySetting' is not defined
The above exception was the direct cause of the following exception:
PydanticUndefinedAnnotation Traceback (most recent call last)
C…
-
### Description of the feature request:
Support for Tool and grounding in `google.generativeai` as available in VertexAI:
`from vertexai.generative_models import Tool, grounding`
### What …
-
- [X] This is actually a bug report.
- [ ] I am not getting good LLM Results
- [ ] I have tried asking for help in the community on discord or discussions and have not received a response.
- [ ] I …
-
**Is your feature request related to a problem? Please describe.**
Despite being typed, this package doesnt include a `py.typed` file.
[As a user, i am struggling to benefit from the defined type…
-
Documentation:
https://docs.spring.io/spring-ai/reference/api/chat/functions/vertexai-gemini-chat-functions.html
states incorrectly that:
**WARNING: Apparently the Gemini Pro can not handle anymo…
-
Hey
this is not a bug, rather a request for info
First off great project!
Secondly, you mention in README that i need an OpenAI key to leverage openbb agents.
Unfortunately i exhausted my credit…
-
In 1.0.0-M2, the [documentation](https://docs.spring.io/spring-ai/reference/1.0/api/embeddings/vertexai-embeddings-text.html) for vertexai says to do this as part of the [prerequisites](https://docs.s…
-
**Is your feature request related to a problem? Please describe.**
Google VertexAI gemini supports auth with api-key in request header: `"X-goog-api-key": VERTEX_API_KEY` as an alternative to `GOOG…
-
The following code creates a client per function call at https://github.com/langchain-ai/langchain-google/blob/main/libs/vertexai/langchain_google_vertexai/_image_utils.py
```
def _blob_from_gcs(…
-
Hi ,
I am using input guardrails for my chatbot which is working perfectly fine in local. The problem is starts deploying the fast API on kubernetes. As soon as we hit the api , the pod restarts at …