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
Document and update package to be more easily deployed (via Helm or Docker Compose).
Initial Implementation Requirements
Implement configuration via ovos-config like other containers to simplify config file definitions (default config can specify working defaults and user config mounted as a volume into the container)
Implement a docker-compose file with a MongodB container for simple local deployment
Other Considerations
There will likely be some special considerations to handle MongodB data persistence
Consider how to access conversation import/export
The text was updated successfully, but these errors were encountered:
@NeonDaniel it is a nice idea, and I did experiments with that, but it seems like it will require much more effort then I have affordable capacity. For the reference here are some step-by-step guide in case sometime in future there will be priority on that:
Implement configuration via ovos-config like other containers to simplify config file definition... [DONE]
It is required to split the pyklatchat repo into at least the following 5 (can be negotiated)
I think pyklatchat_utils may make sense to be rolled into a submodule of neon-utils; that could simplify the build process for the containers by making common modules importable without the current directory copying the Docker scripts do. From there I don't know if separating server/client/observer creates more work to maintain compatibility at this stage or if the API is stable enough to split those out to separate packages
Objective
Document and update package to be more easily deployed (via Helm or Docker Compose).
Initial Implementation Requirements
ovos-config
like other containers to simplify config file definitions (default config can specify working defaults and user config mounted as a volume into the container)Other Considerations
The text was updated successfully, but these errors were encountered: