Skip to content

Archive older articles #1865

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/registry_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"date": {
"type": "string",
"format": "date"
},
"archived": {
"type": "boolean"
}
},
"required": ["title", "path", "tags", "authors"],
Expand Down
12 changes: 12 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -514,6 +515,7 @@
tags:
- whisper
- completions
archived: true

- title: "Enhancing Whisper transcriptions: pre- & post-processing techniques"
path: examples/Whisper_processing_guide.ipynb
Expand All @@ -522,6 +524,7 @@
- prestontuggle
tags:
- whisper
archived: true

- title: Whisper prompting guide
path: examples/Whisper_prompting_guide.ipynb
Expand All @@ -531,6 +534,7 @@
tags:
- whisper
- completions
archived: true

- title: Zero-shot classification with embeddings
path: examples/Zero-shot_classification_with_embeddings.ipynb
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1030,6 +1037,7 @@
- jasonbosco
tags:
- embeddings
archived: true

- title: Using Typesense for embeddings search
path: >-
Expand All @@ -1039,6 +1047,7 @@
- colin-openai
tags:
- embeddings
archived: true

- title: Weaviate <> OpenAI
path: examples/vector_databases/weaviate/README.md
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -1317,6 +1328,7 @@
tags:
- assistants
- functions
archived: true

- title: "Orchestrating Agents: Routines and Handoffs"
path: examples/Orchestrating_agents.ipynb
Expand Down