openai-cookbook/examples
Gabor Cselle 2c441ab9a2
Migrate all notebooks to API V1 (#914)
Co-authored-by: ayush rajgor <ayushrajgorar@gmail.com>
2024-01-24 19:05:14 -06:00
..
azure Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
book_translation Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
dalle Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
data New cookbook to do RAG with a graph database (#915) 2023-12-19 09:05:59 -08:00
evaluation Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
fine-tuned_qa Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
third_party Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
utils Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
vector_databases Adds Tembo VectorDB to list of vector databases (#940) 2023-12-20 13:39:08 -08: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 Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Clustering_for_transaction_classification.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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 Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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
Embedding_long_inputs.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Embedding_Wikipedia_articles_for_search.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Entity_extraction_for_long_documents.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Fine-tuned_classification.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Fine_tuning_for_function_calling.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Function_calling_finding_nearby_places.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Function_calling_with_an_OpenAPI_spec.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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 Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
How_to_build_a_tool-using_agent_with_Langchain.ipynb fix: URL to langchain agents page (#942) 2023-12-20 13:37:00 -08: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 Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
How_to_call_functions_with_chat_models.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
How_to_count_tokens_with_tiktoken.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
How_to_finetune_chat_models.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
How_to_format_inputs_to_ChatGPT_models.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
How_to_handle_rate_limits.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
How_to_stream_completions.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -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 Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Named_Entity_Recognition_to_enrich_text.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Question_answering_using_a_search_API.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Question_answering_using_embeddings.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
RAG_with_graph_db.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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
Reproducible_outputs_with_the_seed_parameter.ipynb Update Reproducible_outputs_with_the_seed_parameter.ipynb (#972) 2024-01-03 17:24:53 -07:00
Search_reranking_with_cross-encoders.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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 Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Using_logprobs.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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 Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Whisper_processing_guide.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06:00
Whisper_prompting_guide.ipynb Migrate all notebooks to API V1 (#914) 2024-01-24 19:05:14 -06: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