From 9b3d06d3d8ab7a085efe31c7a9ffa6579021e90b Mon Sep 17 00:00:00 2001 From: Lee Spacagna Date: Sun, 25 May 2025 12:30:19 +0100 Subject: [PATCH 1/3] add archive status --- .github/registry_schema.json | 3 +++ registry.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/registry_schema.json b/.github/registry_schema.json index d4b6962406..c617d4f08a 100644 --- a/.github/registry_schema.json +++ b/.github/registry_schema.json @@ -31,6 +31,9 @@ "date": { "type": "string", "format": "date" + }, + "archived": { + "type": "boolean" } }, "required": ["title", "path", "tags", "authors"], diff --git a/registry.yaml b/registry.yaml index 3026254ae6..9f635369e9 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1300,6 +1300,7 @@ - 0hq tags: - dall-e + archived: true - title: How to make your completions outputs consistent with the new seed parameter path: examples/Reproducible_outputs_with_the_seed_parameter.ipynb From 04b3447c7dacaedbe4a43b481efca3c482de390f Mon Sep 17 00:00:00 2001 From: Lee Spacagna Date: Sun, 25 May 2025 13:29:59 +0100 Subject: [PATCH 2/3] archive more --- registry.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/registry.yaml b/registry.yaml index 9f635369e9..f1d881f62c 100644 --- a/registry.yaml +++ b/registry.yaml @@ -175,6 +175,7 @@ tags: - assistants - dall-e + archived: true - title: Data preparation and analysis for chat model fine-tuning path: examples/Chat_finetuning_data_prep.ipynb @@ -514,6 +515,7 @@ tags: - whisper - completions + archived: true - title: "Enhancing Whisper transcriptions: pre- & post-processing techniques" path: examples/Whisper_processing_guide.ipynb @@ -522,6 +524,7 @@ - prestontuggle tags: - whisper + archived: true - title: Whisper prompting guide path: examples/Whisper_prompting_guide.ipynb @@ -531,6 +534,7 @@ tags: - whisper - completions + archived: true - title: Zero-shot classification with embeddings path: examples/Zero-shot_classification_with_embeddings.ipynb @@ -597,6 +601,7 @@ - colin-openai tags: - dall-e + archived: true - title: How to use the DALLĀ·E API path: examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb @@ -605,6 +610,7 @@ - ted-at-openai tags: - dall-e + archived: true - title: How to evaluate a summarization task path: examples/evaluation/How_to_eval_abstractive_summarization.ipynb @@ -963,6 +969,7 @@ tags: - embeddings - completions + archived: true - title: Using Redis for embeddings search path: examples/vector_databases/redis/Using_Redis_for_embeddings_search.ipynb @@ -1030,6 +1037,7 @@ - jasonbosco tags: - embeddings + archived: true - title: Using Typesense for embeddings search path: >- @@ -1039,6 +1047,7 @@ - colin-openai tags: - embeddings + archived: true - title: Weaviate <> OpenAI path: examples/vector_databases/weaviate/README.md @@ -1318,6 +1327,7 @@ tags: - assistants - functions + archived: true - title: "Orchestrating Agents: Routines and Handoffs" path: examples/Orchestrating_agents.ipynb From cf9b65e801356751b8db27df085a976662399049 Mon Sep 17 00:00:00 2001 From: Lee Spacagna Date: Thu, 29 May 2025 15:08:14 +0100 Subject: [PATCH 3/3] archive old post --- registry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.yaml b/registry.yaml index f1d881f62c..6cf38c9d09 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1186,6 +1186,7 @@ - completions - embeddings - fine-tuning + archived: true - title: How to automate AWS tasks with function calling path: examples/third_party/How_to_automate_S3_storage_with_functions.ipynb