-
OpenAI and Anthropic each have ENV variables that you can set in the .env file and their clients will pick them over the default if they are set.
The Gemini client however does not do that, so in o…
-
Hey all, I have a quick question, is onnxruntime-genai ([https://onnxruntime.ai/docs/genai/api/python.html](https://onnxruntime.ai/docs/genai/api/python.html)) supported in Triton Inference Server's O…
-
Create a new command to initialize Genval's AI's initial configurations:
The command would be executed as: `genvai genai init`
- Set the user LLM backend
- Set the API key for the selected LLM
- Set …
-
### Bug Description
Confilct between langchain and llamaindex
### Version
0.9.48
### Steps to Reproduce
1. install langchain version 0.2.x
2. from llama_index.emebddings import HuggingFaceEmbedd…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
This issue addresses the integration of meta's audio craft text to music generation model into the system. Here's the link to the repo
https://github.com/facebookresearch/audiocraft
-
### Description of the feature request:
I found this library when searching for connecting to Gemini from Go. I was familiar with cloud.google.com/go/vertexai/genai and hadn't seen this yet, without…
-
Assistants API has a slightly different model:
- messages are published individually
- the history is not re-published
- they have a bunch of identifiers: assistant_id, thread_id, run_id
-
### Bug
Running spacy-layout on a Apple M3 Pro with 36GB memory.
Python version 3.11.7
The following code is invoked in a python Jupyter notebook:
```
from docling.document_converter import…
-
code to use audio transcription using ai :
import os
import google.generativeai as genai
genai.configure(api_key=os.environ["GEMINI_API_KEY"])
def upload_to_gemini(path, mime_type=None):
"…