-
**Is your feature request related to a problem?**
We need to support a connector to the Oracle Cloud Infrastructure (OCI) and OCI GenAI service as ML so that the conversation search can work for Orac…
-
### Description of the bug:
result=glm.GenerateContentResponse({'candidates': [{'finish_reason': 4, 'index': 0, 'safety_ratings': [], 'token_count': 0, 'grounding_attributions': []}]}),
### Actual…
-
Restructure the genAI_Eval to categorize the various Evaluation criteria. Need to have different Repos for each category so it makes it easier to users to find what they are looking for.
Example: A…
-
Does it support giving system instructions while creating the model?
Example in python:
```
model = genai.GenerativeModel(model_name="gemini-1.5-pro-latest",
genera…
-
**Describe the bug:**
When Knowledge indices referenced by KB index entries are deleted from OUTSIDE the AI Assistant knowledge base UI, they remain visible in the list of knowledge sources, even thou…
-
Create a TerraForm stack that allows to deploy GenAI examples on Google Cloud using a single node Docker Compose. The template should take an argument of which sample to deploy, setup all the necessar…
-
**Situation**
- I want to run multiple models in the same GPU, but onnxruntime-genai (`ort-genai`) does not release the GPU RAM after each inference. I want to find a way to optimize the GPU memory…
-
### Description of the bug:
I'm trying to create a cache by reading the contents of multiple PDF files, but when the total number of tokens within the files exceeds approximately 500,000 tokens, …
-
I'm trying to use google generative-ai package with langraph but getting a unhandled response for llm call inside the package with tool call.
- [X] I added a very descriptive title to this issue.
…
-
### Description of the bug:
```js
const googleSearchDeclaration = {
name: "google",
parameters: {
type: "OBJECT",
description: "Set the query and how many docs to return.",
pro…