Skip to content

Conversation

Xunzhuo
Copy link
Member

@Xunzhuo Xunzhuo commented Aug 30, 2025

What type of PR is this?

What this PR does / why we need it:

project: add bench and site owners

Which issue(s) this PR fixes:

Fixes #

Release Notes: Yes/No

Copy link

github-actions bot commented Aug 30, 2025

👥 Owner Notification

The following owners have been identified for the changed files in this PR and have been automatically assigned:

📁 bench

Owners: @yuezhu1, @Xunzhuo
Files changed:

  • bench/OWNER

📁 website

Owners: @Xunzhuo
Files changed:

  • website/OWNER

This comment was automatically generated based on the OWNER files in the repository.

@rootfs rootfs merged commit cd82e07 into main Aug 30, 2025
5 checks passed
@rootfs rootfs deleted the add-owners branch August 30, 2025 14:30
yossiovadia added a commit to yossiovadia/semantic-router that referenced this pull request Oct 1, 2025
Add 03-classification-api-test.py to the test suite documentation:
- Add to test flow list as test vllm-project#4
- Update numbering for remaining tests
- Add to Available Tests section with usage example

Signed-off-by: Yossi Ovadia <[email protected]>
yossiovadia added a commit to yossiovadia/semantic-router that referenced this pull request Oct 1, 2025
Add 03-classification-api-test.py to the test suite documentation:
- Add to test flow list as test vllm-project#4
- Update numbering for remaining tests
- Add to Available Tests section with usage example

Signed-off-by: Yossi Ovadia <[email protected]>
rootfs pushed a commit that referenced this pull request Oct 1, 2025
* test: add Classification API intent classification test

Add e2e test for standalone Classification API service that validates
the /api/v1/classify/intent endpoint correctly classifies different
types of queries.

Test validates:
- Math queries are classified as 'math'
- Computer science queries are classified as 'computer science'
- Business queries are classified as 'business'
- History queries are classified as 'history'
- Batch classification endpoint processes multiple texts correctly

The Classification API (port 8080) is a standalone service separate from
the ExtProc router, providing direct classification capabilities for
applications that need text classification without LLM routing.

Test requirements:
- Classification API must be running on port 8080
- Start with: make run-router-e2e

Signed-off-by: Yossi Ovadia <[email protected]>

* docs: update README with 03-classification-api-test

Add 03-classification-api-test.py to the test suite documentation:
- Add to test flow list as test #4
- Update numbering for remaining tests
- Add to Available Tests section with usage example

Signed-off-by: Yossi Ovadia <[email protected]>

* style: apply pre-commit fixes to 03-classification-api-test.py

- Apply black formatter: remove unnecessary parentheses
- Fix end of file: remove extra blank line

Signed-off-by: Yossi Ovadia <[email protected]>

---------

Signed-off-by: Yossi Ovadia <[email protected]>
Aias00 pushed a commit to Aias00/semantic-router that referenced this pull request Oct 4, 2025
* test: add Classification API intent classification test

Add e2e test for standalone Classification API service that validates
the /api/v1/classify/intent endpoint correctly classifies different
types of queries.

Test validates:
- Math queries are classified as 'math'
- Computer science queries are classified as 'computer science'
- Business queries are classified as 'business'
- History queries are classified as 'history'
- Batch classification endpoint processes multiple texts correctly

The Classification API (port 8080) is a standalone service separate from
the ExtProc router, providing direct classification capabilities for
applications that need text classification without LLM routing.

Test requirements:
- Classification API must be running on port 8080
- Start with: make run-router-e2e

Signed-off-by: Yossi Ovadia <[email protected]>

* docs: update README with 03-classification-api-test

Add 03-classification-api-test.py to the test suite documentation:
- Add to test flow list as test vllm-project#4
- Update numbering for remaining tests
- Add to Available Tests section with usage example

Signed-off-by: Yossi Ovadia <[email protected]>

* style: apply pre-commit fixes to 03-classification-api-test.py

- Apply black formatter: remove unnecessary parentheses
- Fix end of file: remove extra blank line

Signed-off-by: Yossi Ovadia <[email protected]>

---------

Signed-off-by: Yossi Ovadia <[email protected]>
Signed-off-by: liuhy <[email protected]>
Aias00 pushed a commit to Aias00/semantic-router that referenced this pull request Oct 4, 2025
* test: add Classification API intent classification test

Add e2e test for standalone Classification API service that validates
the /api/v1/classify/intent endpoint correctly classifies different
types of queries.

Test validates:
- Math queries are classified as 'math'
- Computer science queries are classified as 'computer science'
- Business queries are classified as 'business'
- History queries are classified as 'history'
- Batch classification endpoint processes multiple texts correctly

The Classification API (port 8080) is a standalone service separate from
the ExtProc router, providing direct classification capabilities for
applications that need text classification without LLM routing.

Test requirements:
- Classification API must be running on port 8080
- Start with: make run-router-e2e

Signed-off-by: Yossi Ovadia <[email protected]>

* docs: update README with 03-classification-api-test

Add 03-classification-api-test.py to the test suite documentation:
- Add to test flow list as test vllm-project#4
- Update numbering for remaining tests
- Add to Available Tests section with usage example

Signed-off-by: Yossi Ovadia <[email protected]>

* style: apply pre-commit fixes to 03-classification-api-test.py

- Apply black formatter: remove unnecessary parentheses
- Fix end of file: remove extra blank line

Signed-off-by: Yossi Ovadia <[email protected]>

---------

Signed-off-by: Yossi Ovadia <[email protected]>
Signed-off-by: liuhy <[email protected]>
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.

3 participants