wenjin272 commented on PR #686: URL: https://github.com/apache/flink-agents/pull/686#issuecomment-4470372733
Hi, @weiqingy. Good Catch, the fix looks good to me. In theory, `test_ollama_embedding_model.py` should run in the [UT](https://github.com/apache/flink-agents/actions/runs/25983083278/job/76375339010?pr=686) CI environment with Python 3.10 and Ubuntu, but it appears to have been skipped in the CI. I investigated this issue and found that it seems to be caused by the command `ollama run all-minilm:22m` in `start_ollama_server.sh`, which triggers the following error: `Error: embedding models require input text. Usage: ollama run all-minilm:22m "your text here"` I think we may need to fix this issue together. -- 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]
