Skip to content

Commit 5db0a78

Browse files
committed
Update project Dockerfile link and add QualityFlow project
1 parent 7294da9 commit 5db0a78

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

ADDING_PROJECTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ENV ZENML_ENABLE_TUTORIAL=true
5757
### When No Dockerfile is Needed
5858

5959
If your project only requires Python dependencies listed in `requirements.txt`, **do not include a Dockerfile**. The projects backend will automatically build your project using the generic Dockerfile available at:
60-
[https://github.com/zenml-io/zenml-projects-backend/blob/main/.docker/project.Dockerfile](https://github.com/zenml-io/zenml-projects-backend/blob/main/.docker/project.Dockerfile)
60+
[https://raw.githubusercontent.com/zenml-io/zenml-projects-backend/refs/heads/main/.docker/project.Dockerfile?token=GHSAT0AAAAAADISFM36XGBCROFV7ZUEFSUK2FMHITA](https://raw.githubusercontent.com/zenml-io/zenml-projects-backend/refs/heads/main/.docker/project.Dockerfile?token=GHSAT0AAAAAADISFM36XGBCROFV7ZUEFSUK2FMHITA)
6161

6262
## 🔧 Backend Integration
6363

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ etc.
5959
| [Nightwatch AI](nightwatch-ai) | 🤖 LLMOps | 📝 Summarization, 📊 Reporting | openai, supabase, slack |
6060
| [ResearchRadar](research-radar) | 🤖 LLMOps | 📝 Classification, 📊 Comparison | anthropic, huggingface, transformers |
6161
| [Deep Research](deep_research) | 🤖 LLMOps | 📝 Research, 📊 Reporting, 🔍 Web Search | anthropic, mcp, agents, openai |
62+
| [QualityFlow](qualityflow) | 🤖 LLMOps | 🧪 Test Generation, 📊 Coverage Analysis, ⚡ Automation | openai, anthropic, pytest, jinja2 |
6263
| [End-to-end Computer Vision](end-to-end-computer-vision) | 👁 CV | 🔎 Object Detection, 🏷️ Labeling | pytorch, label_studio, yolov8 |
6364
| [Magic Photobooth](magic-photobooth) | 👁 CV | 📷 Image Gen, 🎞️ Video Gen | stable-diffusion, huggingface |
6465
| [OmniReader](omni-reader) | 👁 CV | 📑 OCR, 📊 Evaluation, ⚙️ Batch Processing | polars, litellm, openai, ollama |

llm-complete-guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ python run.py synthetic
235235

236236
You will also need to have set up and connected to an Argilla instance for this
237237
to work. Please follow the instructions in the [Argilla
238-
documentation](https://docs.argilla.io/latest/getting_started/quickstart/)
238+
documentation](https://docs.v1.argilla.io/en/latest/)
239239
to set up and connect to an Argilla instance on the Hugging Face Hub. [ZenML's
240240
Argilla integration
241241
documentation](https://docs.zenml.io/v/docs/stack-components/annotators/argilla)
@@ -254,7 +254,7 @@ zenml secret update llm-complete -v '{"argilla_api_key": "YOUR_ARGILLA_API_KEY",
254254

255255
As with the previous pipeline, you will need to have set up and connected to an Argilla instance for this
256256
to work. Please follow the instructions in the [Argilla
257-
documentation](https://docs.argilla.io/latest/getting_started/quickstart/)
257+
documentation](https://docs.v1.argilla.io/en/latest/)
258258
to set up and connect to an Argilla instance on the Hugging Face Hub. [ZenML's
259259
Argilla integration
260260
documentation](https://docs.zenml.io/v/docs/stack-components/annotators/argilla)

qualityflow/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ Set up automated regression testing using ZenML's scheduling capabilities or you
289289
QualityFlow follows ZenML best practices and is designed to be extended:
290290

291291
1. **Add New LLM Providers**: Extend `gen_tests_agent.py` with new provider integrations
292-
2. **Custom Materializers**: Create materializers for new artifact types
293292
3. **Additional Metrics**: Expand evaluation capabilities with new quality metrics
294293
4. **Selection Strategies**: Add new code selection algorithms
295294

@@ -327,8 +326,6 @@ python run.py --config configs/experiment.default.yaml
327326
## 📚 Resources
328327

329328
- [ZenML Documentation](https://docs.zenml.io/)
330-
- [Model Control Plane](https://docs.zenml.io/user-guide/model-control-plane)
331-
- [Kubernetes Orchestrator](https://docs.zenml.io/stacks/stack-components/orchestrators/kubernetes)
332329

333330
---
334331

0 commit comments

Comments
 (0)