You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would require updating src/llm_google.jl with the aiembed method + updating the extension ext/GoogleGenAIPromptingToolsExt.jl to forward the underlying embed_content call.
The PR should:
follow the similar patterns as the aigenerate
have necessary docstrings with examples
have corresponding tests
The text was updated successfully, but these errors were encountered:
It would be good to add the support for
aiembed
withGoogleGenAI
, as the package + models support the functionality: https://tylerjthomas9.github.io/GoogleGenAI.jl/dev/#Create-EmbeddingsIt would require updating
src/llm_google.jl
with theaiembed
method + updating the extensionext/GoogleGenAIPromptingToolsExt.jl
to forward the underlying embed_content call.The PR should:
aigenerate
The text was updated successfully, but these errors were encountered: