Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backwards incompatible change in ai extension #1234

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

scotttrinh
Copy link
Collaborator

@scotttrinh scotttrinh commented Mar 11, 2025

The name of this property changed during the development of the ai
extension, and in the latest verison, we dropped support for shadowing
the same value across both names, so this is now an error.

Also use the same error handling code from the RAG querying code.

Closes #1232

@scotttrinh scotttrinh requested a review from diksipav March 11, 2025 00:56
@scotttrinh scotttrinh force-pushed the fix-ai-embedding-body branch from b546836 to 6420289 Compare March 11, 2025 01:08
Base automatically changed from fix-ai-error-handling to master April 2, 2025 00:39
The name of this property changed during the development of the ai
extension, and in the latest verison, we dropped support for shadowing
the same value across both names, so this is now an error.
@scotttrinh scotttrinh force-pushed the fix-ai-embedding-body branch from 6420289 to f1724a6 Compare April 2, 2025 00:41
@scotttrinh scotttrinh merged commit a91e959 into master Apr 2, 2025
10 checks passed
@scotttrinh scotttrinh deleted the fix-ai-embedding-body branch April 2, 2025 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ai] You cannot provide both 'inputs' and 'input' when calling generateEmbeddings
1 participant