-
Notifications
You must be signed in to change notification settings - Fork 15
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
gcp embeddings #358
gcp embeddings #358
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @Intex32 !
integrations/gcp/src/commonMain/kotlin/com/xebia/functional/xef/gcp/GcpChat.kt
Outdated
Show resolved
Hide resolved
integrations/gcp/src/commonMain/kotlin/com/xebia/functional/xef/gcp/GcpChat.kt
Outdated
Show resolved
Hide resolved
…f/gcp/GcpChat.kt Co-authored-by: Raúl Raja Martínez <raulraja@gmail.com>
…ture/gcp-embeddings # Conflicts: # integrations/gcp/src/commonMain/kotlin/com/xebia/functional/xef/gcp/GcpChat.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 LGTM! Great job in your first PR @Intex32
Only a comment, we need to work in the separate PR to create a conversation
receiver in GcpClient
in a similar way to OpenAI.conversation
Basic impl for gcp embeddings. I tried to align the code with the impl of the OpenAI embeddings.