Libraries - WEKIT-ECS/MIRAGE-XR GitHub Wiki
Libraries Page
- The layout of all components has been implemented.
- Functionality for displaying AI models has been added.
- Filters are not implemented yet, as currently only one type of AI model is shown across all libraries.
- The list of models is temporarily fetched from the
/options
API, since no other endpoint has been implemented yet.
- In the future, a separate API route is expected to be introduced, supporting:
- filtering
- search
- pagination
AI Model Page
- The layout of all components has also been implemented.
- A chat interface with the AI model is connected.
- The model's name and description are currently retrieved from the
/options
list.
- Once a dedicated API for AI models is implemented:
- This data should be replaced and extended with additional information.
- After the API for updating model data is added, it will also need to be integrated:
- All the necessary components for this are already prepared.