2023-10-12 23:57:03 +00:00
|
|
|
# yaml-language-server: $schema=./.github/registry_schema.json
|
2023-10-02 19:51:36 +00:00
|
|
|
|
2023-10-02 20:01:53 +00:00
|
|
|
# This file is used to generate cookbook.openai.com. It specifies which paths we
|
|
|
|
# should build pages for, and indicates metadata such as tags, creation date and
|
|
|
|
# authors for each page.
|
|
|
|
|
2023-12-20 21:28:20 +00:00
|
|
|
- title: Using logprobs
|
2023-12-20 22:11:31 +00:00
|
|
|
path: examples/Using_logprobs.ipynb
|
|
|
|
date: 2023-12-20
|
2023-12-20 21:28:20 +00:00
|
|
|
authors:
|
|
|
|
- jhills20
|
|
|
|
- shyamal-anadkat
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Creating slides with the Assistants API and DALL·E 3
|
2023-12-09 00:45:55 +00:00
|
|
|
path: examples/Creating_slides_with_Assistants_API_and_DALL-E3.ipynb
|
|
|
|
date: 2023-12-08
|
|
|
|
authors:
|
|
|
|
- jhills20
|
|
|
|
tags:
|
|
|
|
- assistants
|
|
|
|
- dall-e
|
|
|
|
|
2023-10-02 19:51:36 +00:00
|
|
|
- title: Data preparation and analysis for chat model fine-tuning
|
|
|
|
path: examples/Chat_finetuning_data_prep.ipynb
|
|
|
|
date: 2023-08-22
|
|
|
|
authors:
|
|
|
|
- mwu1993
|
|
|
|
- simonpfish
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- tiktoken
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-10-02 19:51:36 +00:00
|
|
|
|
|
|
|
- title: Classification using embeddings
|
|
|
|
path: examples/Classification_using_embeddings.ipynb
|
|
|
|
date: 2022-07-11
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- logankilpatrick
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Clustering
|
|
|
|
path: examples/Clustering.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- ted-at-openai
|
|
|
|
- logankilpatrick
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Clustering for transaction classification
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/Clustering_for_transaction_classification.ipynb
|
|
|
|
date: 2022-10-20
|
|
|
|
authors:
|
2024-05-02 09:03:08 +00:00
|
|
|
- colin-openai
|
2023-10-02 19:51:36 +00:00
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2023-10-18 00:39:42 +00:00
|
|
|
- title: Code search using embeddings
|
2023-10-18 18:16:43 +00:00
|
|
|
path: examples/Code_search_using_embeddings.ipynb
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- logankilpatrick
|
|
|
|
- eli64s
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Customizing embeddings
|
|
|
|
path: examples/Customizing_embeddings.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- BorisPower
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Embedding Wikipedia articles for search
|
|
|
|
path: examples/Embedding_Wikipedia_articles_for_search.ipynb
|
|
|
|
date: 2023-04-14
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Embedding texts that are longer than the model's maximum context length
|
|
|
|
path: examples/Embedding_long_inputs.ipynb
|
|
|
|
date: 2023-01-18
|
|
|
|
authors:
|
|
|
|
- filipeabperes
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- tiktoken
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Long document content extraction
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/Entity_extraction_for_long_documents.ipynb
|
|
|
|
date: 2023-02-20
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Fine tuning classification example
|
|
|
|
path: examples/Fine-tuned_classification.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
tags:
|
|
|
|
- completions
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-10-02 19:51:36 +00:00
|
|
|
|
|
|
|
- title: >-
|
|
|
|
Function calling for nearby places: Leveraging the Google Places API and
|
|
|
|
customer profiles
|
|
|
|
path: examples/Function_calling_finding_nearby_places.ipynb
|
|
|
|
date: 2023-08-11
|
|
|
|
authors:
|
|
|
|
- prestontuggle
|
|
|
|
tags:
|
|
|
|
- completions
|
2023-10-17 20:33:54 +00:00
|
|
|
- functions
|
2023-10-02 19:51:36 +00:00
|
|
|
|
2023-10-18 00:39:42 +00:00
|
|
|
- title: Using embeddings
|
|
|
|
path: examples/Using_embeddings.ipynb
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- ted-at-openai
|
|
|
|
- logankilpatrick
|
2024-03-05 16:46:00 +00:00
|
|
|
- jbeutler-openai
|
2023-10-02 19:51:36 +00:00
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: How to build a tool-using agent with LangChain
|
|
|
|
path: examples/How_to_build_a_tool-using_agent_with_Langchain.ipynb
|
|
|
|
date: 2023-05-02
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: How to use functions with a knowledge base
|
|
|
|
path: examples/How_to_call_functions_for_knowledge_retrieval.ipynb
|
|
|
|
date: 2023-06-14
|
|
|
|
authors:
|
2024-01-29 21:13:28 +00:00
|
|
|
- colin-openai
|
2023-10-02 19:51:36 +00:00
|
|
|
tags:
|
|
|
|
- completions
|
2023-10-17 20:33:54 +00:00
|
|
|
- functions
|
2023-10-02 19:51:36 +00:00
|
|
|
|
|
|
|
- title: How to call functions with chat models
|
|
|
|
path: examples/How_to_call_functions_with_chat_models.ipynb
|
|
|
|
date: 2023-06-13
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
- joe-at-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
2023-10-17 20:33:54 +00:00
|
|
|
- functions
|
2023-10-02 19:51:36 +00:00
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: How to count tokens with Tiktoken
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/How_to_count_tokens_with_tiktoken.ipynb
|
|
|
|
date: 2022-12-16
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- tiktoken
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: How to fine-tune chat models
|
|
|
|
path: examples/How_to_finetune_chat_models.ipynb
|
2024-07-23 19:46:35 +00:00
|
|
|
date: 2024-07-23
|
2023-10-02 19:51:36 +00:00
|
|
|
authors:
|
|
|
|
- simonpfish
|
2024-07-23 19:46:35 +00:00
|
|
|
- shyamal-anadkat
|
2023-10-02 19:51:36 +00:00
|
|
|
tags:
|
|
|
|
- completions
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-10-02 19:51:36 +00:00
|
|
|
|
|
|
|
- title: How to format inputs to ChatGPT models
|
|
|
|
path: examples/How_to_format_inputs_to_ChatGPT_models.ipynb
|
|
|
|
date: 2023-03-01
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- tiktoken
|
|
|
|
|
|
|
|
- title: How to handle rate limits
|
|
|
|
path: examples/How_to_handle_rate_limits.ipynb
|
|
|
|
date: 2022-09-10
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: How to stream completions
|
|
|
|
path: examples/How_to_stream_completions.ipynb
|
|
|
|
date: 2022-09-02
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Multiclass Classification for Transactions
|
|
|
|
path: examples/Multiclass_classification_for_transactions.ipynb
|
|
|
|
date: 2022-10-20
|
|
|
|
authors:
|
2024-05-02 09:03:08 +00:00
|
|
|
- colin-openai
|
2023-10-02 19:51:36 +00:00
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Get embeddings from dataset
|
|
|
|
path: examples/Get_embeddings_from_dataset.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Question answering using a search API and re-ranking
|
|
|
|
path: examples/Question_answering_using_a_search_API.ipynb
|
|
|
|
date: 2023-06-16
|
|
|
|
authors:
|
|
|
|
- simonpfish
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Question answering using embeddings-based search
|
|
|
|
path: examples/Question_answering_using_embeddings.ipynb
|
|
|
|
date: 2022-06-10
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- MikeHeaton
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Recommendation using embeddings and nearest neighbor search
|
|
|
|
path: examples/Recommendation_using_embeddings.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- BorisPower
|
|
|
|
- logankilpatrick
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Regression using the embeddings
|
|
|
|
path: examples/Regression_using_embeddings.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- ted-at-openai
|
|
|
|
- logankilpatrick
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Search reranking with cross-encoders
|
|
|
|
path: examples/Search_reranking_with_cross-encoders.ipynb
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Semantic text search using embeddings
|
|
|
|
path: examples/Semantic_text_search_using_embeddings.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- ted-at-openai
|
|
|
|
- logankilpatrick
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Unit test writing using a multi-step prompt
|
|
|
|
path: examples/Unit_test_writing_using_a_multi-step_prompt.ipynb
|
|
|
|
date: 2022-11-15
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Unit test writing using a multi-step prompt with legacy Completions
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb
|
|
|
|
date: 2023-05-19
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: User and product embeddings
|
|
|
|
path: examples/User_and_product_embeddings.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Visualizing the embeddings in 2D
|
|
|
|
path: examples/Visualizing_embeddings_in_2D.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Visualizing embeddings in 3D
|
|
|
|
path: examples/Visualizing_embeddings_in_3D.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2023-10-12 02:15:48 +00:00
|
|
|
- title: Visualizing embeddings in Weights and Biases
|
2023-10-12 02:37:56 +00:00
|
|
|
path: examples/third_party/Visualizing_embeddings_in_wandb.ipynb
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-02-01
|
|
|
|
authors:
|
|
|
|
- scottire
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2023-10-12 02:37:56 +00:00
|
|
|
- title: Visualizing embeddings in Atlas
|
|
|
|
path: examples/third_party/Visualizing_embeddings_with_Atlas.ipynb
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-03-28
|
|
|
|
authors:
|
|
|
|
- AndriyMulyar
|
|
|
|
- TDulka
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: "Addressing transcription misspellings: prompt vs post-processing"
|
|
|
|
path: examples/Whisper_correct_misspelling.ipynb
|
|
|
|
date: 2023-08-11
|
|
|
|
authors:
|
|
|
|
- prestontuggle
|
|
|
|
tags:
|
|
|
|
- whisper
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: "Enhancing Whisper transcriptions: pre- & post-processing techniques"
|
|
|
|
path: examples/Whisper_processing_guide.ipynb
|
|
|
|
date: 2023-08-11
|
|
|
|
authors:
|
|
|
|
- prestontuggle
|
|
|
|
tags:
|
|
|
|
- whisper
|
|
|
|
|
|
|
|
- title: Whisper prompting guide
|
|
|
|
path: examples/Whisper_prompting_guide.ipynb
|
|
|
|
date: 2023-06-27
|
|
|
|
authors:
|
|
|
|
- prestontuggle
|
|
|
|
tags:
|
|
|
|
- whisper
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Zero-shot classification with embeddings
|
|
|
|
path: examples/Zero-shot_classification_with_embeddings.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
- ted-at-openai
|
|
|
|
- logankilpatrick
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Azure DALL·E image generation example
|
|
|
|
path: examples/azure/DALL-E.ipynb
|
|
|
|
date: 2023-06-12
|
|
|
|
authors:
|
|
|
|
- glecaros
|
|
|
|
tags:
|
|
|
|
- dall-e
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Azure Chat Completions example (preview)
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/azure/chat.ipynb
|
|
|
|
date: 2023-03-28
|
|
|
|
authors:
|
|
|
|
- cmurtz-msft
|
|
|
|
- glecaros
|
|
|
|
- kristapratico
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Azure Chat Completion models with your own data (preview)
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/azure/chat_with_your_own_data.ipynb
|
|
|
|
date: 2023-09-11
|
|
|
|
authors:
|
|
|
|
- kristapratico
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Azure completions example
|
|
|
|
path: examples/azure/completions.ipynb
|
|
|
|
date: 2022-12-16
|
|
|
|
authors:
|
|
|
|
- cmurtz-msft
|
|
|
|
- glecaros
|
|
|
|
- kristapratico
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Azure embeddings example
|
|
|
|
path: examples/azure/embeddings.ipynb
|
|
|
|
date: 2022-07-12
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- cmurtz-msft
|
|
|
|
- glecaros
|
|
|
|
- kristapratico
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Azure functions example
|
|
|
|
path: examples/azure/functions.ipynb
|
|
|
|
date: 2023-07-21
|
|
|
|
authors:
|
|
|
|
- kristapratico
|
|
|
|
tags:
|
|
|
|
- completions
|
2023-10-17 20:33:54 +00:00
|
|
|
- functions
|
2023-10-02 19:51:36 +00:00
|
|
|
|
|
|
|
- title: Translate a book writen in LaTeX from Slovenian into English
|
|
|
|
path: examples/book_translation/translate_latex_book.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- BorisPower
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- tiktoken
|
|
|
|
|
|
|
|
- title: How to create dynamic masks with DALL·E and Segment Anything
|
|
|
|
path: >-
|
|
|
|
examples/dalle/How_to_create_dynamic_masks_with_DALL-E_and_Segment_Anything.ipynb
|
|
|
|
date: 2023-05-19
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- dall-e
|
|
|
|
|
|
|
|
- title: How to use the DALL·E API
|
|
|
|
path: examples/dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb
|
|
|
|
date: 2022-11-04
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- dall-e
|
|
|
|
|
2023-10-18 00:39:42 +00:00
|
|
|
- title: How to evaluate a summarization task
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/evaluation/How_to_eval_abstractive_summarization.ipynb
|
|
|
|
date: 2023-08-16
|
|
|
|
authors:
|
|
|
|
- shyamal-anadkat
|
|
|
|
- simonpfish
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2024-03-25 22:50:00 +00:00
|
|
|
- title: Getting Started with OpenAI Evals
|
|
|
|
path: examples/evaluation/Getting_Started_with_OpenAI_Evals.ipynb
|
|
|
|
date: 2024-03-21
|
|
|
|
authors:
|
|
|
|
- royziv11
|
|
|
|
- shyamal-anadkat
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
2024-06-07 18:30:00 +00:00
|
|
|
- title: Developing Hallucination Guardrails
|
|
|
|
path: examples/Developing_hallucination_guardrails.ipynb
|
|
|
|
date: 2024-05-29
|
|
|
|
authors:
|
|
|
|
- royziv11
|
|
|
|
tags:
|
|
|
|
- guardrails
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Fine-Tuned Q&A - collect data
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/fine-tuned_qa/olympics-1-collect-data.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- BorisPower
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-10-02 19:51:36 +00:00
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Fine-Tuned Q&A - create Q&A
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/fine-tuned_qa/olympics-2-create-qa.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- BorisPower
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-10-02 19:51:36 +00:00
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Fine-Tuned Q&A - train
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/fine-tuned_qa/olympics-3-train-qa.ipynb
|
|
|
|
date: 2022-03-10
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- BorisPower
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- embeddings
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-10-02 19:51:36 +00:00
|
|
|
|
|
|
|
- title: Visualizing the embeddings in Kangas
|
2023-10-12 02:30:35 +00:00
|
|
|
path: examples/third_party/Visualizing_embeddings_in_Kangas.ipynb
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-07-11
|
|
|
|
authors:
|
|
|
|
- dsblank
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Financial document analysis with LlamaIndex
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
2023-10-12 02:30:35 +00:00
|
|
|
examples/third_party/financial_document_analysis_with_llamaindex.ipynb
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-06-22
|
|
|
|
authors:
|
|
|
|
- Disiok
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Vector databases
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/README.md
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
- moizsajid
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Using PolarDB-PG as a vector database for OpenAI embeddings
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/PolarDB/Getting_started_with_PolarDB_and_OpenAI.ipynb
|
|
|
|
date: 2023-07-11
|
|
|
|
authors:
|
|
|
|
- liuchengshan-lcs
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Semantic search with SingleStoreDB
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/SingleStoreDB/OpenAI_wikipedia_semantic_search.ipynb
|
|
|
|
date: 2023-05-22
|
|
|
|
authors:
|
|
|
|
- arno756
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: SingleStoreDB
|
|
|
|
path: examples/vector_databases/SingleStoreDB/README.md
|
|
|
|
date: 2023-05-22
|
|
|
|
authors:
|
|
|
|
- arno756
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Using AnalyticDB as a vector database for OpenAI embeddings
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/analyticdb/Getting_started_with_AnalyticDB_and_OpenAI.ipynb
|
|
|
|
date: 2023-04-06
|
|
|
|
authors:
|
|
|
|
- wangxuqi
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Question answering with Langchain, AnalyticDB and OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/analyticdb/QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb
|
|
|
|
date: 2023-05-05
|
|
|
|
authors:
|
|
|
|
- wangxuqi
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- tiktoken
|
|
|
|
|
2024-02-01 20:58:32 +00:00
|
|
|
- title: Azure AI Search as a vector database for OpenAI embeddings
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
2024-02-01 20:58:32 +00:00
|
|
|
examples/vector_databases/azuresearch/Getting_started_with_azure_ai_search_and_openai.ipynb
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-09-11
|
|
|
|
authors:
|
|
|
|
- farzad528
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Philosophy with vector embeddings, OpenAI and Cassandra / Astra DB
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb
|
|
|
|
date: 2023-08-29
|
|
|
|
authors:
|
|
|
|
- hemidactylus
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Philosophy with vector embeddings, OpenAI and Cassandra / Astra DB
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/cassandra_astradb/Philosophical_Quotes_cassIO.ipynb
|
|
|
|
date: 2023-08-29
|
|
|
|
authors:
|
|
|
|
- hemidactylus
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Cassandra / Astra DB
|
|
|
|
path: examples/vector_databases/cassandra_astradb/README.md
|
|
|
|
date: 2023-08-29
|
|
|
|
authors:
|
|
|
|
- hemidactylus
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Chroma for embeddings search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/chroma/Using_Chroma_for_embeddings_search.ipynb
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
- atroyn
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Robust question answering with Chroma and OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/chroma/hyde-with-chroma-and-openai.ipynb
|
|
|
|
date: 2023-04-06
|
|
|
|
authors:
|
|
|
|
- atroyn
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Elasticsearch
|
|
|
|
path: examples/vector_databases/elasticsearch/README.md
|
|
|
|
date: 2023-08-29
|
|
|
|
authors:
|
|
|
|
- leemthompo
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Retrieval augmented generation using Elasticsearch and OpenAI
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/elasticsearch/elasticsearch-retrieval-augmented-generation.ipynb
|
|
|
|
date: 2023-08-29
|
|
|
|
authors:
|
|
|
|
- leemthompo
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Semantic search using Elasticsearch and OpenAI
|
|
|
|
path: examples/vector_databases/elasticsearch/elasticsearch-semantic-search.ipynb
|
|
|
|
date: 2023-08-29
|
|
|
|
authors:
|
|
|
|
- leemthompo
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Using Hologres as a vector database for OpenAI embeddings
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/hologres/Getting_started_with_Hologres_and_OpenAI.ipynb
|
|
|
|
date: 2023-05-19
|
|
|
|
authors:
|
|
|
|
- zcgeng
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Kusto as a vector database for embeddings
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/kusto/Getting_started_with_kusto_and_openai_embeddings.ipynb
|
|
|
|
date: 2023-05-10
|
|
|
|
authors:
|
|
|
|
- Anshul Sharma
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Kusto as a vector database
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/kusto/README.md
|
|
|
|
date: 2023-05-10
|
|
|
|
authors:
|
|
|
|
- Anshul Sharma
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Filtered search with Milvus and OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/milvus/Filtered_search_with_Milvus_and_OpenAI.ipynb
|
|
|
|
date: 2023-03-28
|
|
|
|
authors:
|
|
|
|
- filip-halt
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Getting started with Milvus and OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/milvus/Getting_started_with_Milvus_and_OpenAI.ipynb
|
|
|
|
date: 2023-03-28
|
|
|
|
authors:
|
|
|
|
- filip-halt
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Using MyScale as a vector database for OpenAI embeddings
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/myscale/Getting_started_with_MyScale_and_OpenAI.ipynb
|
|
|
|
date: 2023-05-01
|
|
|
|
authors:
|
|
|
|
- melovy
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using MyScale for embeddings search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/myscale/Using_MyScale_for_embeddings_search.ipynb
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Retrieval augmentation for GPT-4 using Pinecone
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/pinecone/GPT4_Retrieval_Augmentation.ipynb
|
|
|
|
date: 2023-03-24
|
|
|
|
authors:
|
|
|
|
- jamescalam
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
- tiktoken
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Retrieval augmented generative question answering with Pinecone
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/pinecone/Gen_QA.ipynb
|
|
|
|
date: 2023-02-07
|
|
|
|
authors:
|
|
|
|
- jamescalam
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Pinecone vector database
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/pinecone/README.md
|
|
|
|
date: 2023-03-24
|
|
|
|
authors:
|
|
|
|
- jamescalam
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Semantic search with Pinecone and OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/pinecone/Semantic_Search.ipynb
|
|
|
|
date: 2023-03-24
|
|
|
|
authors:
|
|
|
|
- jamescalam
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Pinecone for embeddings search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/pinecone/Using_Pinecone_for_embeddings_search.ipynb
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Using Qdrant as a vector database for OpenAI embeddings
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/qdrant/Getting_started_with_Qdrant_and_OpenAI.ipynb
|
|
|
|
date: 2023-02-16
|
|
|
|
authors:
|
|
|
|
- kacperlukawski
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Question answering with Langchain, Qdrant and OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/qdrant/QA_with_Langchain_Qdrant_and_OpenAI.ipynb
|
|
|
|
date: 2023-02-16
|
|
|
|
authors:
|
|
|
|
- kacperlukawski
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Qdrant for embeddings search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/qdrant/Using_Qdrant_for_embeddings_search.ipynb
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
- kacperlukawski
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Redis
|
|
|
|
path: examples/vector_databases/redis/README.md
|
|
|
|
date: 2023-02-13
|
|
|
|
authors:
|
|
|
|
- Spartee
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Redis for embeddings search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/redis/Using_Redis_for_embeddings_search.ipynb
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Redis as a vector database with OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb
|
|
|
|
date: 2023-02-13
|
|
|
|
authors:
|
|
|
|
- Spartee
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Running hybrid VSS queries with Redis and OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/redis/redis-hybrid-query-examples.ipynb
|
|
|
|
date: 2023-05-11
|
|
|
|
authors:
|
|
|
|
- Michael Yuan
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Redis vectors as JSON with OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/redis/redisjson/redisjson.ipynb
|
|
|
|
date: 2023-05-10
|
|
|
|
authors:
|
|
|
|
- Michael Yuan
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Redis as a context store with Chat Completions
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/redis/redisqna/redisqna.ipynb
|
|
|
|
date: 2023-05-11
|
|
|
|
authors:
|
|
|
|
- Michael Yuan
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Using Tair as a vector database for OpenAI embeddings
|
|
|
|
path: examples/vector_databases/tair/Getting_started_with_Tair_and_OpenAI.ipynb
|
|
|
|
date: 2023-09-11
|
|
|
|
authors:
|
|
|
|
- dongqqcom
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Question answering with Langchain, Tair and OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/tair/QA_with_Langchain_Tair_and_OpenAI.ipynb
|
|
|
|
date: 2023-09-11
|
|
|
|
authors:
|
|
|
|
- dongqqcom
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- tiktoken
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Typesense
|
|
|
|
path: examples/vector_databases/typesense/README.md
|
|
|
|
date: 2023-04-13
|
|
|
|
authors:
|
|
|
|
- jasonbosco
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Typesense for embeddings search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/typesense/Using_Typesense_for_embeddings_search.ipynb
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Weaviate <> OpenAI
|
|
|
|
path: examples/vector_databases/weaviate/README.md
|
|
|
|
date: 2023-02-13
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Weaviate for embeddings search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/weaviate/Using_Weaviate_for_embeddings_search.ipynb
|
|
|
|
date: 2023-06-28
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Weaviate with generative OpenAI module for generative search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/weaviate/generative-search-with-weaviate-and-openai.ipynb
|
|
|
|
date: 2023-05-22
|
|
|
|
authors:
|
|
|
|
- sebawita
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Weaviate with OpenAI vectorize module for embeddings search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/weaviate/getting-started-with-weaviate-and-openai.ipynb
|
|
|
|
date: 2023-02-13
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Using Weaviate with OpenAI vectorize module for hybrid search
|
2023-10-02 19:51:36 +00:00
|
|
|
path: >-
|
|
|
|
examples/vector_databases/weaviate/hybrid-search-with-weaviate-and-openai.ipynb
|
|
|
|
date: 2023-02-13
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Question Answering in Weaviate with OpenAI Q&A module
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/weaviate/question-answering-with-weaviate-and-openai.ipynb
|
|
|
|
date: 2023-02-13
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Filtered Search with Zilliz and OpenAI
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/zilliz/Filtered_search_with_Zilliz_and_OpenAI.ipynb
|
|
|
|
date: 2023-03-28
|
|
|
|
authors:
|
|
|
|
- filip-halt
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Getting Started with Zilliz and OpenAI
|
|
|
|
path: >-
|
|
|
|
examples/vector_databases/zilliz/Getting_started_with_Zilliz_and_OpenAI.ipynb
|
|
|
|
date: 2023-03-28
|
|
|
|
authors:
|
|
|
|
- filip-halt
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Techniques to improve reliability
|
2023-10-12 02:22:24 +00:00
|
|
|
path: articles/techniques_to_improve_reliability.md
|
|
|
|
redirects:
|
|
|
|
- techniques_to_improve_reliability
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2022-09-12
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: How to work with large language models
|
2023-10-12 02:22:24 +00:00
|
|
|
path: articles/how_to_work_with_large_language_models.md
|
|
|
|
redirects:
|
|
|
|
- how_to_work_with_large_language_models
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-01-20
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Use cases for embeddings
|
2023-10-12 02:22:24 +00:00
|
|
|
path: articles/text_comparison_examples.md
|
|
|
|
redirects:
|
|
|
|
- text_comparison_examples
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-01-20
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Related resources from around the web
|
2023-10-12 02:22:24 +00:00
|
|
|
path: articles/related_resources.md
|
|
|
|
redirects:
|
|
|
|
- related_resources
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-01-20
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
- simonpfish
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Fine-Tuning for retrieval augmented generation (RAG) with Qdrant
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynb
|
|
|
|
date: 2023-09-04
|
|
|
|
authors:
|
|
|
|
- NirantK
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- embeddings
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-10-02 19:51:36 +00:00
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: How to automate AWS tasks with function calling
|
2023-10-12 02:30:35 +00:00
|
|
|
path: examples/third_party/How_to_automate_S3_storage_with_functions.ipynb
|
2023-10-02 19:51:36 +00:00
|
|
|
date: 2023-09-27
|
|
|
|
authors:
|
|
|
|
- Barqawiz
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- embeddings
|
2023-10-17 20:33:54 +00:00
|
|
|
- functions
|
2023-10-02 19:51:36 +00:00
|
|
|
|
2023-10-02 20:07:57 +00:00
|
|
|
- title: Neon as a vector database
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/neon/README.md
|
|
|
|
date: 2023-09-28
|
|
|
|
authors:
|
|
|
|
- Barqawiz
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Vector similarity search using Neon Postgres
|
|
|
|
path: examples/vector_databases/neon/neon-postgres-vector-search-pgvector.ipynb
|
|
|
|
date: 2023-09-28
|
|
|
|
authors:
|
|
|
|
- danieltprice
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Question answering with LangChain, Deep Lake, & OpenAI
|
2023-10-02 19:51:36 +00:00
|
|
|
path: examples/vector_databases/deeplake/deeplake_langchain_qa.ipynb
|
|
|
|
date: 2023-09-30
|
|
|
|
authors:
|
|
|
|
- FayazRahman
|
|
|
|
tags:
|
|
|
|
- embeddings
|
2023-10-05 18:04:33 +00:00
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Fine-tuning OpenAI models with Weights & Biases
|
2023-10-12 02:30:35 +00:00
|
|
|
path: examples/third_party/GPT_finetuning_with_wandb.ipynb
|
2023-10-05 18:04:33 +00:00
|
|
|
date: 2023-10-04
|
|
|
|
authors:
|
|
|
|
- ash0ts
|
|
|
|
tags:
|
|
|
|
- tiktoken
|
|
|
|
- completions
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-10-05 18:04:33 +00:00
|
|
|
|
|
|
|
- title: OpenAI API Monitoring with Weights & Biases Weave
|
2023-10-12 02:30:35 +00:00
|
|
|
path: examples/third_party/Openai_monitoring_with_wandb_weave.ipynb
|
2023-10-05 18:04:33 +00:00
|
|
|
date: 2023-10-04
|
|
|
|
authors:
|
|
|
|
- ash0ts
|
|
|
|
tags:
|
|
|
|
- tiktoken
|
2023-10-05 23:47:21 +00:00
|
|
|
- completions
|
2023-10-17 00:21:13 +00:00
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: How to build an agent with the OpenAI Node.js SDK
|
2023-10-18 03:48:08 +00:00
|
|
|
path: examples/How_to_build_an_agent_with_the_node_sdk.mdx
|
2023-10-17 00:19:16 +00:00
|
|
|
date: 2023-10-05
|
|
|
|
authors:
|
|
|
|
- perborgen
|
|
|
|
tags:
|
|
|
|
- completions
|
2023-10-17 20:15:23 +00:00
|
|
|
- functions
|
2023-10-05 23:47:21 +00:00
|
|
|
|
2023-11-14 21:52:28 +00:00
|
|
|
- title: Named Entity Recognition to Enrich Text
|
|
|
|
path: examples/Named_Entity_Recognition_to_enrich_text.ipynb
|
|
|
|
date: 2023-10-20
|
|
|
|
authors:
|
|
|
|
- dcarpintero
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- functions
|
|
|
|
|
2023-10-05 23:47:21 +00:00
|
|
|
- title: What makes documentation good
|
2023-10-12 02:22:24 +00:00
|
|
|
path: articles/what_makes_documentation_good.md
|
|
|
|
redirects:
|
|
|
|
- what_makes_documentation_good
|
2023-10-05 23:47:21 +00:00
|
|
|
date: 2023-09-01
|
|
|
|
authors:
|
|
|
|
- ted-at-openai
|
|
|
|
tags: []
|
2023-10-18 17:59:55 +00:00
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Function calling with an OpenAPI specification
|
2023-10-18 23:29:28 +00:00
|
|
|
path: examples/Function_calling_with_an_OpenAPI_spec.ipynb
|
2023-10-18 17:59:55 +00:00
|
|
|
date: 2023-10-15
|
|
|
|
authors:
|
|
|
|
- shyamal-anadkat
|
2023-10-18 23:29:28 +00:00
|
|
|
- simonpfish
|
2023-10-18 17:59:55 +00:00
|
|
|
tags:
|
|
|
|
- completions
|
2023-10-18 18:16:43 +00:00
|
|
|
- functions
|
2023-11-06 20:48:12 +00:00
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: Fine tuning for function calling
|
2023-11-10 01:36:51 +00:00
|
|
|
path: examples/Fine_tuning_for_function_calling.ipynb
|
|
|
|
date: 2023-11-07
|
|
|
|
authors:
|
|
|
|
- jhills20
|
|
|
|
- ibigio
|
2024-06-17 15:59:26 +00:00
|
|
|
- shyamal-anadkat
|
|
|
|
- teomusatoiu
|
2023-11-10 01:36:51 +00:00
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- functions
|
2024-07-23 23:18:54 +00:00
|
|
|
- fine-tuning
|
2023-11-10 20:43:08 +00:00
|
|
|
|
2023-11-06 20:48:12 +00:00
|
|
|
- title: Processing and narrating a video with GPT's visual capabilities and the TTS API
|
|
|
|
path: examples/GPT_with_vision_for_video_understanding.ipynb
|
|
|
|
date: 2023-11-06
|
|
|
|
authors:
|
|
|
|
- cathykc
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- vision
|
|
|
|
- speech
|
|
|
|
|
2024-02-29 20:39:19 +00:00
|
|
|
- title: What's new with DALL·E 3?
|
2023-11-06 20:48:12 +00:00
|
|
|
path: articles/what_is_new_with_dalle_3.mdx
|
|
|
|
date: 2023-11-06
|
|
|
|
authors:
|
|
|
|
- 0hq
|
|
|
|
tags:
|
|
|
|
- dall-e
|
|
|
|
|
2023-11-06 21:00:55 +00:00
|
|
|
- title: How to make your completions outputs consistent with the new seed parameter
|
2024-01-04 00:24:53 +00:00
|
|
|
path: examples/Reproducible_outputs_with_the_seed_parameter.ipynb
|
2023-11-06 20:48:12 +00:00
|
|
|
date: 2023-11-06
|
|
|
|
authors:
|
|
|
|
- shyamal-anadkat
|
|
|
|
tags:
|
|
|
|
- completions
|
2023-11-10 20:43:08 +00:00
|
|
|
|
2023-11-10 21:26:59 +00:00
|
|
|
- title: Assistants API Overview (Python SDK)
|
2023-11-10 20:43:08 +00:00
|
|
|
path: examples/Assistants_API_overview_python.ipynb
|
|
|
|
date: 2023-11-10
|
|
|
|
authors:
|
|
|
|
- ibigio
|
|
|
|
tags:
|
|
|
|
- assistants
|
|
|
|
- functions
|
2023-11-27 21:16:37 +00:00
|
|
|
|
2023-12-05 20:56:02 +00:00
|
|
|
- title: MongoDB Atlas Vector Search
|
|
|
|
path: examples/vector_databases/mongodb_atlas/README.md
|
|
|
|
date: 2023-11-21
|
|
|
|
authors:
|
|
|
|
- prakul
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Semantic search using MongoDB Atlas Vector Search and OpenAI
|
|
|
|
path: examples/vector_databases/mongodb_atlas/semantic_search_using_mongodb_atlas_vector_search.ipynb
|
|
|
|
date: 2023-11-21
|
|
|
|
authors:
|
|
|
|
- prakul
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2023-11-27 21:16:37 +00:00
|
|
|
- title: Evaluate RAG with LlamaIndex
|
|
|
|
path: examples/evaluation/Evaluate_RAG_with_LlamaIndex.ipynb
|
|
|
|
date: 2023-11-06
|
|
|
|
authors:
|
|
|
|
- Ravi Theja
|
|
|
|
tags:
|
|
|
|
- embeddings
|
2023-12-05 20:56:02 +00:00
|
|
|
- completions
|
|
|
|
|
2023-12-19 17:05:59 +00:00
|
|
|
- title: RAG with a Graph database
|
|
|
|
path: examples/RAG_with_graph_db.ipynb
|
|
|
|
date: 2023-12-08
|
|
|
|
authors:
|
2024-02-29 13:54:06 +00:00
|
|
|
- katiagg
|
2023-12-19 17:05:59 +00:00
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- completions
|
|
|
|
|
2023-12-18 13:56:21 +00:00
|
|
|
- title: Supabase Vector Database
|
|
|
|
path: examples/vector_databases/supabase/README.md
|
|
|
|
date: 2023-12-04
|
|
|
|
authors:
|
|
|
|
- ggrn
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
|
|
|
|
- title: Semantic search using Supabase Vector
|
|
|
|
path: examples/vector_databases/supabase/semantic-search.mdx
|
|
|
|
date: 2023-12-04
|
|
|
|
authors:
|
|
|
|
- ggrn
|
|
|
|
tags:
|
|
|
|
- embeddings
|
2023-12-19 17:01:27 +00:00
|
|
|
|
|
|
|
- title: How to implement LLM guardrails
|
2024-01-04 20:56:32 +00:00
|
|
|
path: examples/How_to_use_guardrails.ipynb
|
2023-12-19 17:01:27 +00:00
|
|
|
date: 2023-12-19
|
|
|
|
authors:
|
2024-05-02 09:03:08 +00:00
|
|
|
- colin-openai
|
2023-12-19 17:01:27 +00:00
|
|
|
tags:
|
|
|
|
- guardrails
|
2024-02-27 17:16:46 +00:00
|
|
|
|
2024-07-18 17:02:06 +00:00
|
|
|
- title: How to combine GPT4o mini with RAG to create a clothing matchmaker app
|
2024-05-13 17:28:44 +00:00
|
|
|
path: examples/How_to_combine_GPT4o_with_RAG_Outfit_Assistant.ipynb
|
2024-07-18 17:02:06 +00:00
|
|
|
date: 2024-07-18
|
2024-02-27 17:16:46 +00:00
|
|
|
authors:
|
|
|
|
- teomusatoiu
|
|
|
|
tags:
|
|
|
|
- vision
|
|
|
|
- embeddings
|
2024-02-29 13:54:06 +00:00
|
|
|
|
|
|
|
- title: How to parse PDF docs for RAG
|
|
|
|
path: examples/Parse_PDF_docs_for_RAG.ipynb
|
|
|
|
date: 2024-02-28
|
|
|
|
authors:
|
|
|
|
- katiagg
|
|
|
|
tags:
|
|
|
|
- vision
|
2024-02-29 14:01:20 +00:00
|
|
|
- embeddings
|
|
|
|
|
2024-07-18 17:02:06 +00:00
|
|
|
- title: Using GPT4o mini to tag and caption images
|
2024-02-29 14:01:20 +00:00
|
|
|
path: examples/Tag_caption_images_with_GPT4V.ipynb
|
2024-07-18 17:02:06 +00:00
|
|
|
date: 2024-07-18
|
2024-02-29 14:01:20 +00:00
|
|
|
authors:
|
|
|
|
- katiagg
|
|
|
|
tags:
|
|
|
|
- vision
|
|
|
|
- embeddings
|
2024-03-11 15:09:14 +00:00
|
|
|
|
|
|
|
- title: How to use the moderation API
|
|
|
|
path: examples/How_to_use_moderation.ipynb
|
|
|
|
date: 2024-03-05
|
|
|
|
authors:
|
|
|
|
- teomusatoiu
|
|
|
|
tags:
|
|
|
|
- moderation
|
2024-08-06 17:13:08 +00:00
|
|
|
|
2024-04-19 19:05:01 +00:00
|
|
|
- title: Summarizing Long Documents
|
|
|
|
path: examples/Summarizing_long_documents.ipynb
|
|
|
|
date: 2024-04-19
|
2024-04-10 14:21:38 +00:00
|
|
|
authors:
|
|
|
|
- joe-at-openai
|
|
|
|
tags:
|
|
|
|
- chat
|
|
|
|
|
2024-04-10 15:53:14 +00:00
|
|
|
- title: Using GPT4 Vision with Function Calling
|
|
|
|
path: examples/multimodal/Using_GPT4_Vision_With_Function_Calling.ipynb
|
|
|
|
date: 2024-04-09
|
|
|
|
authors:
|
|
|
|
- shyamal-anadkat
|
|
|
|
tags:
|
|
|
|
- chat
|
|
|
|
- vision
|
2024-04-10 14:21:38 +00:00
|
|
|
|
|
|
|
- title: Synthetic data generation (Part 1)
|
|
|
|
path: examples/SDG1.ipynb
|
|
|
|
date: 2024-04-10
|
|
|
|
authors:
|
|
|
|
- dylanra-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
|
2024-04-10 12:02:57 +00:00
|
|
|
- title: CLIP embeddings to improve multimodal RAG with GPT-4 Vision
|
|
|
|
path: examples/custom_image_embedding_search.ipynb
|
|
|
|
date: 2024-04-10
|
|
|
|
authors:
|
|
|
|
- dylanra-openai
|
|
|
|
tags:
|
|
|
|
- vision
|
|
|
|
- embeddings
|
2024-04-26 17:27:06 +00:00
|
|
|
|
|
|
|
- title: Batch processing with the Batch API
|
|
|
|
path: examples/batch_processing.ipynb
|
|
|
|
date: 2024-04-24
|
|
|
|
authors:
|
|
|
|
- katiagg
|
|
|
|
tags:
|
|
|
|
- batch
|
2024-05-02 09:03:08 +00:00
|
|
|
- completions
|
|
|
|
|
|
|
|
- title: Using tool required for customer service
|
|
|
|
path: examples/Using_tool_required_for_customer_service.ipynb
|
|
|
|
date: 2024-05-01
|
|
|
|
authors:
|
|
|
|
- colin-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
2024-05-13 17:28:44 +00:00
|
|
|
- functions
|
|
|
|
|
2024-07-18 17:02:06 +00:00
|
|
|
- title: Introduction to GPT-4o and GPT-4o mini
|
2024-05-13 17:28:44 +00:00
|
|
|
path: examples/gpt4o/introduction_to_gpt4o.ipynb
|
2024-07-18 17:02:06 +00:00
|
|
|
date: 2024-07-18
|
2024-05-13 17:28:44 +00:00
|
|
|
authors:
|
|
|
|
- justonf
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- vision
|
2024-06-03 09:10:15 +00:00
|
|
|
- whisper
|
|
|
|
|
2024-07-25 19:12:35 +00:00
|
|
|
- title: Azure AI Search with Azure Functions and GPT Actions in ChatGPT
|
|
|
|
path: examples/chatgpt/rag-quickstart/azure/Azure_AI_Search_with_Azure_Functions_and_GPT_Actions_in_ChatGPT.ipynb
|
|
|
|
date: 2024-07-08
|
|
|
|
authors:
|
|
|
|
- maxreid-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- chatgpt
|
|
|
|
- tiktoken
|
|
|
|
- completions
|
2024-07-09 17:46:37 +00:00
|
|
|
|
|
|
|
- title: GPT Actions library - getting started
|
|
|
|
path: examples/chatgpt/gpt_actions_library/.gpt_action_getting_started.ipynb
|
|
|
|
date: 2024-07-09
|
|
|
|
authors:
|
|
|
|
- aaronwilkowitz-openai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
|
|
|
|
|
|
|
- title: GPT Actions library - BigQuery
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_bigquery.ipynb
|
|
|
|
date: 2024-07-09
|
|
|
|
authors:
|
|
|
|
- aaronwilkowitz-openai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
2024-07-10 00:03:09 +00:00
|
|
|
- chatgpt
|
|
|
|
|
|
|
|
- title: Data Extraction and Transformation in ELT Workflows using GPT-4o as an OCR Alternative
|
|
|
|
path: examples/Data_extraction_transformation.ipynb
|
|
|
|
date: 2024-07-09
|
|
|
|
authors:
|
2024-08-06 17:13:08 +00:00
|
|
|
- charuj
|
2024-07-10 00:03:09 +00:00
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- vision
|
2024-07-16 20:03:08 +00:00
|
|
|
|
|
|
|
- title: GPT Actions library - Outlook
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_outlook.ipynb
|
|
|
|
date: 2024-07-15
|
|
|
|
authors:
|
|
|
|
- rupert-openai
|
2024-07-21 17:59:23 +00:00
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
2024-07-22 19:23:47 +00:00
|
|
|
|
|
|
|
- title: GPT Actions library - Sharepoint (Return Docs)
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_sharepoint_doc.ipynb
|
|
|
|
date: 2024-05-24
|
|
|
|
authors:
|
|
|
|
- maxreid-openai
|
|
|
|
tags:
|
2024-08-07 23:56:08 +00:00
|
|
|
- gpt-actions-library
|
2024-07-22 19:23:47 +00:00
|
|
|
- chatgpt
|
|
|
|
|
|
|
|
- title: GPT Actions library - Sharepoint (Return Text)
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_sharepoint_text.ipynb
|
|
|
|
date: 2024-05-24
|
|
|
|
authors:
|
|
|
|
- maxreid-openai
|
|
|
|
tags:
|
2024-08-07 23:56:08 +00:00
|
|
|
- gpt-actions-library
|
2024-07-22 19:23:47 +00:00
|
|
|
- chatgpt
|
|
|
|
|
|
|
|
- title: GPT Actions library (Middleware) - Azure Functions
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_middleware_azure_function.ipynb
|
|
|
|
date: 2024-05-24
|
|
|
|
authors:
|
|
|
|
- maxreid-openai
|
|
|
|
tags:
|
2024-08-07 23:56:08 +00:00
|
|
|
- gpt-actions-library
|
2024-07-22 19:23:47 +00:00
|
|
|
- chatgpt
|
2024-08-06 17:13:08 +00:00
|
|
|
|
2024-07-21 18:09:08 +00:00
|
|
|
- title: GPT Actions library - Canvas LMS
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_canvaslms.ipynb
|
|
|
|
date: 2024-07-17
|
|
|
|
authors:
|
|
|
|
- keelan-openai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
2024-07-21 17:59:23 +00:00
|
|
|
|
|
|
|
- title: GPT Actions library - Salesforce
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_salesforce.ipynb
|
|
|
|
date: 2024-07-18
|
|
|
|
authors:
|
|
|
|
- aa-openai
|
2024-07-16 20:03:08 +00:00
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
2024-07-21 18:09:08 +00:00
|
|
|
- chatgpt
|
2024-08-06 17:13:08 +00:00
|
|
|
|
2024-07-24 17:50:47 +00:00
|
|
|
- title: GPT Actions library - Gmail
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_gmail.ipynb
|
|
|
|
date: 2024-07-24
|
|
|
|
authors:
|
|
|
|
- alwestmo-openai
|
2024-07-24 17:52:55 +00:00
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
2024-08-06 17:13:08 +00:00
|
|
|
|
2024-07-24 17:52:55 +00:00
|
|
|
- title: GPT Actions library - Jira
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_jira.ipynb
|
|
|
|
date: 2024-07-24
|
|
|
|
authors:
|
|
|
|
- rupert-openai
|
2024-07-24 17:50:47 +00:00
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
2024-07-25 19:12:35 +00:00
|
|
|
- chatgpt
|
2024-07-30 15:33:16 +00:00
|
|
|
|
|
|
|
- title: GPT Actions library - Notion
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_notion.ipynb
|
|
|
|
date: 2024-07-25
|
|
|
|
authors:
|
|
|
|
- dan-openai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
2024-07-31 18:37:48 +00:00
|
|
|
|
|
|
|
- title: GPT Actions library - Confluence
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_confluence.ipynb
|
|
|
|
date: 2024-07-31
|
|
|
|
authors:
|
|
|
|
- eszuhany-openai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
2024-08-05 23:18:17 +00:00
|
|
|
|
|
|
|
- title: GPT Actions library - SQL Database
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_sql_database.ipynb
|
|
|
|
date: 2024-07-31
|
|
|
|
authors:
|
|
|
|
- evanweiss-openai
|
2024-08-07 23:22:49 +00:00
|
|
|
tags:
|
|
|
|
- chatgpt
|
|
|
|
- gpt-actions-library
|
2024-08-07 22:28:41 +00:00
|
|
|
|
|
|
|
- title: GPT Actions library - Box
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_box.ipynb
|
|
|
|
date: 2024-08-02
|
|
|
|
authors:
|
|
|
|
- keelan-openai
|
2024-08-05 23:18:17 +00:00
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
2024-08-06 17:13:08 +00:00
|
|
|
- chatgpt
|
|
|
|
|
2024-08-07 22:21:46 +00:00
|
|
|
- title: GCP BigQuery Vector Search with GCP Functions and GPT Actions in ChatGPT
|
|
|
|
path: examples/chatgpt/rag-quickstart/gcp/Getting_started_with_bigquery_vector_search_and_openai.ipynb
|
|
|
|
date: 2024-08-02
|
|
|
|
authors:
|
|
|
|
- pap-openai
|
|
|
|
- maxreid-openai
|
|
|
|
tags:
|
|
|
|
- embeddings
|
|
|
|
- chatgpt
|
|
|
|
- tiktoken
|
|
|
|
- completions
|
|
|
|
|
2024-08-07 14:54:51 +00:00
|
|
|
- title: GPT Actions library - Zapier
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_zapier.ipynb
|
|
|
|
date: 2024-08-05
|
|
|
|
authors:
|
|
|
|
- dan-openai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
|
|
|
|
2024-08-06 17:13:08 +00:00
|
|
|
- title: Structured Outputs for Multi-Agent Systems
|
|
|
|
path: examples/Structured_outputs_multi_agent.ipynb
|
|
|
|
date: 2024-08-06
|
|
|
|
authors:
|
|
|
|
- dylanra-openai
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- functions
|
|
|
|
- assistants
|
|
|
|
|
|
|
|
- title: Introduction to Structured Outputs
|
2024-08-06 17:58:57 +00:00
|
|
|
path: examples/Structured_Outputs_Intro.ipynb
|
2024-08-06 18:10:44 +00:00
|
|
|
date: 2024-08-06
|
2024-08-06 17:13:08 +00:00
|
|
|
authors:
|
|
|
|
- katiagg
|
|
|
|
tags:
|
|
|
|
- completions
|
|
|
|
- functions
|
2024-08-13 16:13:06 +00:00
|
|
|
|
2024-08-13 17:05:44 +00:00
|
|
|
- title: GPT Actions library (Middleware) - Google Cloud Function
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_middleware_google_cloud_function.md
|
|
|
|
date: 2024-08-11
|
|
|
|
authors:
|
|
|
|
- girishd
|
|
|
|
tags:
|
|
|
|
- chatgpt
|
|
|
|
- gpt-actions-library
|
|
|
|
|
2024-08-13 17:04:26 +00:00
|
|
|
- title: GPT Actions library - AWS Redshift
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_redshift.ipynb
|
|
|
|
date: 2024-08-09
|
|
|
|
authors:
|
|
|
|
- pap-openai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
|
|
|
|
|
|
|
- title: GPT Actions library - AWS Middleware
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_middleware_aws_function.ipynb
|
|
|
|
date: 2024-08-09
|
|
|
|
authors:
|
|
|
|
- pap-openai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
|
|
|
- chatgpt
|
|
|
|
|
2024-08-13 16:13:06 +00:00
|
|
|
- title: GPT Actions library - Google Drive
|
|
|
|
path: examples/chatgpt/gpt_actions_library/gpt_action_google_drive.ipynb
|
|
|
|
date: 2024-08-11
|
|
|
|
authors:
|
|
|
|
- lxing-oai
|
|
|
|
tags:
|
|
|
|
- gpt-actions-library
|
2024-08-13 17:05:44 +00:00
|
|
|
- chatgpt
|