-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add inference endpoints management page #184614
Add inference endpoints management page #184614
Conversation
5543d54
to
33c0e26
Compare
33c0e26
to
a06e025
Compare
...e_search/public/applications/enterprise_search_relevance/components/layout/page_template.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/enterprise_search/public/applications/enterprise_search_relevance/index.test.tsx
Show resolved
Hide resolved
'xpack.searchInferenceEndpoints.inferenceEndpoints.addEmptyPrompt.createFirstInferenceEndpointDescription', | ||
{ | ||
defaultMessage: | ||
'Connect to your third-party model provider of choice to setup a single entity for semantic search.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc: @leemthompo copy
x-pack/plugins/search_inference_endpoints/public/components/endpoints_router.tsx
Show resolved
Hide resolved
...lugins/search_inference_endpoints/public/components/all_inference_endpoints/tabular_page.tsx
Outdated
Show resolved
Hide resolved
@saikatsarkar056 thats fine, but given that ES3 is deployed weekly this should be disabled until the feature is ready and has adequate test coverage. |
7d7be32
to
12e84d6
Compare
7989bbb
to
f580c31
Compare
aacd039
to
bc01b8c
Compare
132be36
to
35e0891
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
limits.yml
279a498
to
db5ef5b
Compare
8ec9a48
to
e44ffc1
Compare
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
ESLint disabled line counts
miscellaneous assets size
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Description
In this PR, we implemented a view for managing inference endpoints. The changes include the following items for both Serverless and Stack.
To keep the changes in this PR manageable, the following items are out of scope but will be added in subsequent PRs
Empty page in Stack Management
stack_empty_page.mov
Page with all inference endpoints in Stack Management
stack_all_inference_endpoints.mov
Inference Endpoints Management in Serverless
serverless_all_inference_endpoints.mov