openai-cookbook/examples
jhills20 923f20d311
Cookbook around using logprobs (#937)
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
2023-12-20 13:28:20 -08:00
..
azure Removed api_key when using Azure Active Directory (#897) 2023-12-03 22:01:13 -08:00
book_translation Fix typo in examples/book_translation/translate_latex_book.ipynb (#798) 2023-10-18 16:10:29 -07:00
dalle Initial commit of DALL-E and Segment Anything notebook (#406) 2023-05-19 11:18:54 -07:00
data New cookbook to do RAG with a graph database (#915) 2023-12-19 09:05:59 -08:00
evaluation Update Evaluate_RAG_with_LlamaIndex.ipynb (#898) 2023-12-19 09:25:06 -08:00
fine-tuned_qa docs: fix typo in olympics-3-train-qa.ipynb (#882) 2023-12-18 18:13:51 -08:00
third_party Rename third party examples folder (#779) 2023-10-11 19:30:35 -07:00
utils Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 2023-11-14 13:31:55 -08:00
vector_databases Update generative-search-with-weaviate-and-openai.ipynb (#920) 2023-12-19 11:19:09 -06:00
api_request_parallel_processor.py Fix the comments regarding task_id_generator_function to be consistent (#890) 2023-11-28 12:02:37 -08:00
Assistants_API_overview_python.ipynb Assistants API Overview: Rearrange intro text and image. (#851) 2023-11-12 21:24:36 -05:00
Backtranslation_of_SQL_queries.py Fix typo in Backtranslation_of_SQL_queries.py (#709) 2023-09-27 17:50:53 -07:00
Chat_finetuning_data_prep.ipynb Correct legacy fine-tuning note (#770) 2023-10-11 14:53:36 -07:00
Classification_using_embeddings.ipynb Added embeddings_utils.py to utils directory, and updated references (#841) 2023-11-10 12:07:25 -05:00
Clustering_for_transaction_classification.ipynb Updated notebook to chat completions API and removed warning (#895) 2023-12-19 11:18:31 -06:00
Clustering.ipynb Update some cookbook titles (#795) 2023-10-17 17:39:42 -07:00
Code_search_using_embeddings.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 2023-11-14 13:31:55 -08:00
Creating_slides_with_Assistants_API_and_DALL-E3.ipynb update twitter handle and minuscule wording changes (#918) 2023-12-08 16:58:50 -08:00
Customizing_embeddings.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 2023-11-14 13:31:55 -08:00
Deterministic_outputs_with_the_seed_parameter.ipynb Deterministic outputs with seed for new python SDK (#870) 2023-11-27 13:48:21 -08:00
Embedding_long_inputs.ipynb Fix typo in Embedding_long_inputs.ipynb 2023-03-19 21:38:17 +09:00
Embedding_Wikipedia_articles_for_search.ipynb Update the section token count from 1,000 to 1,600 2023-04-15 13:01:02 -07:00
Entity_extraction_for_long_documents.ipynb Switching character chunking out for token-based chunking 2023-03-01 04:01:28 -08:00
Fine_tuning_for_function_calling.ipynb Updating 'fine tuning for function calling' notebook to use tools instead of functions (new spec) (#893) 2023-12-19 09:02:50 -08:00
Fine-tuned_classification.ipynb
Function_calling_finding_nearby_places.ipynb Updating notebooks to use new Python SDK (#837) 2023-11-14 13:31:13 -08:00
Function_calling_with_an_OpenAPI_spec.ipynb Updating notebooks to use new Python SDK (#837) 2023-11-14 13:31:13 -08:00
Get_embeddings_from_dataset.ipynb Update Get_embeddings_from_dataset.ipynb from engine to model as function argument to get_embeddings (#903) 2023-12-19 09:10:27 -08:00
GPT_with_vision_for_video_understanding.ipynb Fix audio output in GPT-V notebook (#908) 2023-12-05 13:06:23 -08:00
How_to_build_a_tool-using_agent_with_Langchain.ipynb add links to pinecone and add env var to index 2023-05-02 21:55:33 +03:00
How_to_build_an_agent_with_the_node_sdk.mdx Update the node example as "function_call" is deprecated. (#934) 2023-12-19 09:29:31 -06:00
How_to_call_functions_for_knowledge_retrieval.ipynb Fixed JSON formatting bug in arxiv_functions (#562) 2023-08-18 09:26:04 +01:00
How_to_call_functions_with_chat_models.ipynb Add parallel function calling (#838) 2023-11-13 10:00:42 -08:00
How_to_count_tokens_with_tiktoken.ipynb Remove unnecessary cell outputs 2023-10-16 12:03:12 -07:00
How_to_finetune_chat_models.ipynb Fix bug #884 - Port How_to_finetune_chat_models to API V1 (#885) 2023-12-05 12:58:16 -08:00
How_to_format_inputs_to_ChatGPT_models.ipynb Fix uneven title sizing 2023-10-06 17:13:47 -07:00
How_to_handle_rate_limits.ipynb Update rate limits and use Chatcompletion (#818) 2023-11-27 13:35:46 -08:00
How_to_stream_completions.ipynb Update migrate How_to_stream_completions.ipynb to openai 1.3.7 (#912) 2023-12-19 11:14:50 -06:00
How_to_use_guardrails.ipynb Guardrails cookbook showing LLM input and output guardrails (#935) 2023-12-19 09:01:27 -08:00
Multiclass_classification_for_transactions.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 2023-11-14 13:31:55 -08:00
Named_Entity_Recognition_to_enrich_text.ipynb Add notebook for NER using Functions (#807) 2023-11-14 13:52:28 -08:00
Question_answering_using_a_search_API.ipynb Fix more uneven title sizing 2023-10-06 17:14:58 -07:00
Question_answering_using_embeddings.ipynb Update openai calls to current lib version in Question Answering Using Embedding example (#886) 2023-12-19 09:12:27 -08:00
RAG_with_graph_db.ipynb New cookbook to do RAG with a graph database (#915) 2023-12-19 09:05:59 -08:00
Recommendation_using_embeddings.ipynb Added embeddings_utils.py to utils directory, and updated references (#841) 2023-11-10 12:07:25 -05:00
Regression_using_embeddings.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 2023-09-20 14:50:59 -07:00
Search_reranking_with_cross-encoders.ipynb Fix image links 2023-10-17 11:05:28 -07:00
Semantic_text_search_using_embeddings.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 2023-11-14 13:31:55 -08:00
Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb clarify title (#672) 2023-09-01 10:14:11 -07:00
Unit_test_writing_using_a_multi-step_prompt.ipynb updates unit test writing example to use gpt-3.5-turbo 2023-05-19 16:49:12 -07:00
User_and_product_embeddings.ipynb Fix for issue #858: User_and_product_embeddings.ipynb points to incorrect CSV (#863) 2023-11-27 13:41:04 -08:00
Using_embeddings.ipynb Update some cookbook titles (#795) 2023-10-17 17:39:42 -07:00
Using_logprobs.ipynb Cookbook around using logprobs (#937) 2023-12-20 13:28:20 -08:00
Visualizing_embeddings_in_2D.ipynb Add description and rename Obtain_dataset, and throw error when fine tuned model not available (#727) 2023-09-20 14:50:59 -07:00
Visualizing_embeddings_in_3D.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 2023-11-14 13:31:55 -08:00
Whisper_correct_misspelling.ipynb Upgrade Whisper notebooks to API V1, fixes bug #906 (#907) 2023-12-05 13:03:02 -08:00
Whisper_processing_guide.ipynb SDK fixes and slight clean up to Whisper pre/post processing recipe (#834) 2023-11-10 12:19:08 -05:00
Whisper_prompting_guide.ipynb Upgrade Whisper notebooks to API V1, fixes bug #906 (#907) 2023-12-05 13:03:02 -08:00
Zero-shot_classification_with_embeddings.ipynb Update embeddings_utils.py and related notebooks to API V1 (issue #855) (#857) 2023-11-14 13:31:55 -08:00