You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the embedding model used by Devoxx Genie is fixed and cannot be configured dynamically. This feature aims to provide flexible configuration options for the embedding model, allowing users to select and adjust the model based on their specific needs.
Proposed Solution
Add a configuration parameter to specify the embedding model to be used.
Support multiple configuration options:
Via environment variables (DEVOXX_GENIE_EMBEDDING_MODEL)
Via the UI (if applicable)
Implement dynamic model loading at application startup.
Add error handling to prevent failures if the specified model is unavailable.
Benefits
Greater flexibility for users.
Ability to experiment with different embedding models without modifying the code.
Improved adaptability to specific application needs.
The text was updated successfully, but these errors were encountered:
Description
Currently, the embedding model used by Devoxx Genie is fixed and cannot be configured dynamically. This feature aims to provide flexible configuration options for the embedding model, allowing users to select and adjust the model based on their specific needs.
Proposed Solution
DEVOXX_GENIE_EMBEDDING_MODEL
)Benefits
The text was updated successfully, but these errors were encountered: