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..6cf38c9d09 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 @@ -1177,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 @@ -1300,6 +1310,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 @@ -1317,6 +1328,7 @@ tags: - assistants - functions + archived: true - title: "Orchestrating Agents: Routines and Handoffs" path: examples/Orchestrating_agents.ipynb