mohamedawnallah commented on PR #36081: URL: https://github.com/apache/beam/pull/36081#issuecomment-3270284388
@damccorm – is `OPENAI_API_KEY` GitHub secret currently available? Currently `OpenAITextEmbeddings` tests wasn't actually running due `openai` python package dependency not added in `test` extra. With this PR, we resolve this (in addition to subtle bugs) and adding it and utilize OpenAITextEmbedding model in the RAG package: https://github.com/apache/beam/blob/a2f9fb8e99241313bf3a0957a6aac9c24a8217b3/sdks/python/apache_beam/ml/transforms/embeddings/open_ai_it_test.py#L27-L48 The only blocker for this PR as far as I could see is confirming the availability of `OPENAI_API_KEY` GitHub secret with available quota. I can then submit a follow-up PR to add that secret in the relevant workflows -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
