Skip to content

Commit 8a8f76a

Browse files
Archive older articles (#1865)
1 parent 8134421 commit 8a8f76a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/registry_schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"date": {
3232
"type": "string",
3333
"format": "date"
34+
},
35+
"archived": {
36+
"type": "boolean"
3437
}
3538
},
3639
"required": ["title", "path", "tags", "authors"],

registry.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
tags:
199199
- assistants
200200
- dall-e
201+
archived: true
201202

202203
- title: Data preparation and analysis for chat model fine-tuning
203204
path: examples/Chat_finetuning_data_prep.ipynb
@@ -537,6 +538,7 @@
537538
tags:
538539
- whisper
539540
- completions
541+
archived: true
540542

541543
- title: "Enhancing Whisper transcriptions: pre- & post-processing techniques"
542544
path: examples/Whisper_processing_guide.ipynb
@@ -545,6 +547,7 @@
545547
- prestontuggle
546548
tags:
547549
- whisper
550+
archived: true
548551

549552
- title: Whisper prompting guide
550553
path: examples/Whisper_prompting_guide.ipynb
@@ -554,6 +557,7 @@
554557
tags:
555558
- whisper
556559
- completions
560+
archived: true
557561

558562
- title: Zero-shot classification with embeddings
559563
path: examples/Zero-shot_classification_with_embeddings.ipynb
@@ -620,6 +624,7 @@
620624
- colin-openai
621625
tags:
622626
- dall-e
627+
archived: true
623628

624629
- title: How to use the DALL·E API
625630
path: examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb
@@ -628,6 +633,7 @@
628633
- ted-at-openai
629634
tags:
630635
- dall-e
636+
archived: true
631637

632638
- title: How to evaluate a summarization task
633639
path: examples/evaluation/How_to_eval_abstractive_summarization.ipynb
@@ -986,6 +992,7 @@
986992
tags:
987993
- embeddings
988994
- completions
995+
archived: true
989996

990997
- title: Using Redis for embeddings search
991998
path: examples/vector_databases/redis/Using_Redis_for_embeddings_search.ipynb
@@ -1053,6 +1060,7 @@
10531060
- jasonbosco
10541061
tags:
10551062
- embeddings
1063+
archived: true
10561064

10571065
- title: Using Typesense for embeddings search
10581066
path: >-
@@ -1062,6 +1070,7 @@
10621070
- colin-openai
10631071
tags:
10641072
- embeddings
1073+
archived: true
10651074

10661075
- title: Weaviate <> OpenAI
10671076
path: examples/vector_databases/weaviate/README.md
@@ -1200,6 +1209,7 @@
12001209
- completions
12011210
- embeddings
12021211
- fine-tuning
1212+
archived: true
12031213

12041214
- title: How to automate AWS tasks with function calling
12051215
path: examples/third_party/How_to_automate_S3_storage_with_functions.ipynb
@@ -1323,6 +1333,7 @@
13231333
- 0hq
13241334
tags:
13251335
- dall-e
1336+
archived: true
13261337

13271338
- title: How to make your completions outputs consistent with the new seed parameter
13281339
path: examples/Reproducible_outputs_with_the_seed_parameter.ipynb
@@ -1340,6 +1351,7 @@
13401351
tags:
13411352
- assistants
13421353
- functions
1354+
archived: true
13431355

13441356
- title: "Orchestrating Agents: Routines and Handoffs"
13451357
path: examples/Orchestrating_agents.ipynb

0 commit comments

Comments
 (0)