-
#### Environment details
- OS type and version: docker container based on python:3.11-slim
- Python version: 3.11
- pip version: 24.1.1
- `google-cloud-aiplatform` version: 1.67.1
###…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the commu…
-
### Step 1: Describe your environment
* Operating system: MacOS
* Browser: Chrome
* Firebase SDK version: 9.23
### Step 2: Describe the problem:
What's the proper way to imp…
-
# :grey_question: About
Up to now we were relying on OpenAI with the following configuration :
```## OPENAI
# https://docs.quarkiverse.io/quarkus-langchain4j/dev/openai.html
quarkus.langchain…
-
### What happened?
When using litellm SDK version 1.48.7 like this:
```
from litellm import completion
import json
## GET CREDENTIALS
file_path = 'PATH_TO_JSON'
# Load the JSON file
with…
-
## Expected Behavior
I am using VertexAI pipeline which does have only two modules.
1. M1 : Create Datasets (which is just pytorch dataloader) and sent the output to
2. M2: Training
But the pro…
-
ChatVertexAI inherits from BaseChatModel which accepts a standard property, `max_tokens`, from the documentation.
When initializing a ChatVertexAI instance with this standard property, it is not a…
-
Context: https://discord.com/channels/1255578482214305893/1309139828310540369
Here's a simple repro for OpenAI:
```ts
import { genkit, z } from 'genkit';
import { gpt4o, openAI } from 'genkitx…
-
While running the following script:
```python
from langchain_google_vertexai import VertexAI
llm = VertexAI(model_name="text-unicorn@001")
llm.invoke("Hello, what is your name?")
```
It prints t…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…