We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acac00 commit 21206bcCopy full SHA for 21206bc
Makefile
@@ -125,6 +125,10 @@ get-rag: ## Download a copy of the RAG embedding model and vector database
125
podman cp tmp-rag-container:/rag/embeddings_model embeddings_model
126
podman rm tmp-rag-container
127
128
+config.puml: ## Generate PlantUML class diagram for configuration
129
+ pyreverse ols/app/models/config.py --output puml --output-directory=docs/
130
+ mv docs/classes.puml docs/config.puml
131
+
132
help: ## Show this help screen
133
@echo 'Usage: make <OPTIONS> ... <TARGETS>'
134
@echo ''
0 commit comments