You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openai-cookbook/examples
simonpfish af7239bfda rename image file 1 year ago
..
azure Adding cookbook for using DALL-E from Azure OpenAI (#491) 1 year ago
book_translation docs: correct the opposite meaning 1 year ago
dalle Initial commit of DALL-E and Segment Anything notebook (#406) 1 year ago
data Removed papers 1 year ago
fine-tuned_qa fix iteration error (#208) 1 year ago
vector_databases Merge pull request #411 from anshulsharmas/main 1 year ago
Backtranslation_of_SQL_queries.py Initial commit 2 years ago
Classification_using_embeddings.ipynb updates embedding examples based on ada-002 1 year ago
Clustering.ipynb Update Clustering.ipynb 1 year ago
Clustering_for_transaction_classification.ipynb updates embedding examples based on ada-002 1 year ago
Code_search.ipynb Remove obsolete reference to old embedding engines 1 year ago
Customizing_embeddings.ipynb fixes test/train bug 1 year ago
Embedding_Wikipedia_articles_for_search.ipynb Update the section token count from 1,000 to 1,600 1 year ago
Embedding_long_inputs.ipynb Fix typo in Embedding_long_inputs.ipynb 1 year ago
Entity_extraction_for_long_documents.ipynb Switching character chunking out for token-based chunking 1 year ago
Fine-tuned_classification.ipynb Initial commit 2 years ago
Get_embeddings.ipynb updates embedding examples based on ada-002 1 year ago
How_to_build_a_tool-using_agent_with_Langchain.ipynb add links to pinecone and add env var to index 1 year ago
How_to_call_functions_for_knowledge_retrieval.ipynb integrate improvements to original function calling notebook + factor out arxiv example into new notebook 1 year ago
How_to_call_functions_with_chat_models.ipynb Ted/remove eval from function calling examples (#518) 1 year ago
How_to_count_tokens_with_tiktoken.ipynb Update How_to_count_tokens_with_tiktoken.ipynb (#368) 1 year ago
How_to_format_inputs_to_ChatGPT_models.ipynb updates description of token counting function 1 year ago
How_to_handle_rate_limits.ipynb updates rate limit notebook with links to parallel processing script 1 year ago
How_to_stream_completions.ipynb updates streaming example for chat models 1 year ago
Multiclass_classification_for_transactions.ipynb Typo fix in Multiclass_classification_for_transactions.ipynb 1 year ago
Obtain_dataset.ipynb updates embedding examples based on ada-002 1 year ago
Question_answering_using_a_search_API.ipynb rename image file 1 year ago
Question_answering_using_embeddings.ipynb fixes grammar 1 year ago
Recommendation_using_embeddings.ipynb updates embedding examples based on ada-002 1 year ago
Regression_using_embeddings.ipynb updates embedding examples based on ada-002 1 year ago
Semantic_text_search_using_embeddings.ipynb removes old references to query and doc models 1 year ago
Unit_test_writing_using_a_multi-step_prompt.ipynb updates unit test writing example to use gpt-3.5-turbo 1 year ago
Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb updates unit test writing example to use gpt-3.5-turbo 1 year ago
User_and_product_embeddings.ipynb adds warning about needing to compute file with embeddings 2 years ago
Visualizing_embeddings_in_2D.ipynb updates # of dimensions in embedding visualization examples 1 year ago
Visualizing_embeddings_in_3D.ipynb updates # of dimensions in embedding visualization examples 1 year ago
Visualizing_embeddings_in_W&B.ipynb Removing top from blurb 1 year ago
Visualizing_embeddings_with_Atlas.ipynb Visualizing Embeddings with Atlas (#152) 1 year ago
Zero-shot_classification_with_embeddings.ipynb updates embedding examples based on ada-002 1 year ago
api_request_parallel_processor.py Add ability to store row-level metadata 1 year ago