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
Domenico Manna efae0d4bc1 Add ability to store row-level metadata
This metadata field allows non API parameters to be stored which could
be useful for when the results need to be associated with an external
source. For example, if the user has several rows of text data within a
database, and they want to calculate embeddings for each row, they can
now use the metadata field to save the row id so that when they parse
the results back, they know which embedding corresponds to which
database row.
1 year ago
..
azure [Azure] add example snippet on how to refresh AAD tokens (#435) 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 Add ability to store row-level metadata 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 2 years ago
Clustering.ipynb Update Clustering.ipynb 2 years ago
Clustering_for_transaction_classification.ipynb updates embedding examples based on ada-002 2 years ago
Code_search.ipynb Remove obsolete reference to old embedding engines 2 years 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 2 years 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_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 2 years 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 2 years ago
Question_answering_using_embeddings.ipynb fixes grammar 1 year ago
Recommendation_using_embeddings.ipynb updates embedding examples based on ada-002 2 years ago
Regression_using_embeddings.ipynb updates embedding examples based on ada-002 2 years 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 2 years ago
Visualizing_embeddings_in_3D.ipynb updates # of dimensions in embedding visualization examples 2 years ago
Visualizing_embeddings_in_W&B.ipynb Removing top from blurb 2 years 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 2 years ago
api_request_parallel_processor.py Add ability to store row-level metadata 1 year ago