Skip to content
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

Handle API request limits in WatsonxEmbeddingModel #1226

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

andreadimaio
Copy link
Collaborator

Resolves #1224

@andreadimaio andreadimaio requested a review from a team as a code owner January 20, 2025 22:06

This comment has been minimized.

Copy link

quarkus-bot bot commented Jan 21, 2025

Status for workflow Build (on pull request)

This is the status report for running Build (on pull request) on commit d731998.

Failing Jobs

Status Name Step Failures Logs Raw logs
✔️ JVM tests - integration-tests - Java 17 Logs Raw logs
JVM tests - integration-tests - Java 21 Run tests of integration-tests with JDK 21 Failures Logs Raw logs
✔️ JVM tests - integration-tests - Java 23 Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM tests - integration-tests - Java 21 #

📦 integration-tests/rag-pgvector-flyway

org.acme.example.openai.RAGWithMetadataFilterTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:634)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptBeforeAllMethod(QuarkusTestExtension.java:702)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

@geoand geoand merged commit 32092ff into quarkiverse:main Jan 21, 2025
70 of 71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WatsonxEmbeddingModel embedAll is sending a single request to API with all textSegments
2 participants