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

Expand dependency injection #95

Open
davidagold opened this issue Aug 28, 2024 · 0 comments
Open

Expand dependency injection #95

davidagold opened this issue Aug 28, 2024 · 0 comments
Labels
enhancement New feature or request handler

Comments

@davidagold
Copy link
Owner

What

We already inject model dependencies. However, we do not expose a means of accessing, for instance, the model cache or the prediction requests themselves. We should support such dependency injection capabilities for service components such as the model cache, the request/response objects, and perhaps arbitrary shared objects (wrapped in a mutex or accessible via a centralized commander).

@davidagold davidagold added enhancement New feature or request handler labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request handler
Projects
None yet
Development

No branches or pull requests

1 participant