zxs1633079383 commented on PR #870: URL: https://github.com/apache/flink-agents/pull/870#issuecomment-4955096956
Updated in 2fa0ae0. What changed: - Rebased the branch onto the latest origin/main (base now includes #896/#879/#882). - Fixed the Spotless violation in BaseEmbeddingModelSetup.java by removing the extra blank line at the class tail. - Kept the narrowed scope unchanged: provider usage extraction plus EmbeddingResult / embedWithUsage APIs only; no automatic embedding metric recording. Local verification: - ./tools/lint.sh -c - mvn --batch-mode --no-transfer-progress -pl api -Dtest=BaseEmbeddingModelSetupEmbeddingResultTest test - mvn --batch-mode --no-transfer-progress -pl integrations/embedding-models/bedrock -am -Dtest=BedrockEmbeddingModelTest -Dsurefire.failIfNoSpecifiedTests=false test - uv run --python 3.12 --extra test pytest flink_agents/api/embedding_models/tests/test_embedding_result.py flink_agents/integrations/vector_stores/chroma/tests flink_agents/integrations/vector_stores/mem0/tests -q The new CI run is in progress; Code Style Check is already green. -- 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]
