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.
2023-05-23 17:19:18 -04:00
..
azure [Azure] add example snippet on how to refresh AAD tokens (#435) 2023-05-22 17:09:33 -07:00
book_translation docs: correct the opposite meaning 2023-03-16 10:46:18 +08:00
dalle Initial commit of DALL-E and Segment Anything notebook (#406) 2023-05-19 11:18:54 -07:00
data Add ability to store row-level metadata 2023-05-23 17:19:18 -04:00
fine-tuned_qa fix iteration error (#208) 2023-03-21 14:45:56 -07:00
vector_databases Merge pull request #411 from anshulsharmas/main 2023-05-22 16:07:13 -07:00
api_request_parallel_processor.py Add ability to store row-level metadata 2023-05-23 17:19:18 -04:00
Backtranslation_of_SQL_queries.py Initial commit 2022-06-03 12:56:03 -07:00
Classification_using_embeddings.ipynb updates embedding examples based on ada-002 2023-01-10 10:37:25 -08:00
Clustering_for_transaction_classification.ipynb updates embedding examples based on ada-002 2023-01-10 10:37:25 -08:00
Clustering.ipynb Update Clustering.ipynb 2023-01-30 00:26:15 -08:00
Code_search.ipynb Remove obsolete reference to old embedding engines 2023-01-03 19:00:13 -08:00
Customizing_embeddings.ipynb fixes test/train bug 2023-03-16 18:57:46 -07: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-tuned_classification.ipynb Initial commit 2022-06-03 12:56:03 -07:00
Get_embeddings.ipynb updates embedding examples based on ada-002 2023-01-10 10:37:25 -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_count_tokens_with_tiktoken.ipynb Update How_to_count_tokens_with_tiktoken.ipynb (#368) 2023-05-05 13:09:05 -07:00
How_to_format_inputs_to_ChatGPT_models.ipynb updates description of token counting function 2023-03-25 00:14:45 -07:00
How_to_handle_rate_limits.ipynb updates rate limit notebook with links to parallel processing script 2023-01-20 14:30:55 -08:00
How_to_stream_completions.ipynb updates streaming example for chat models 2023-03-02 22:42:03 -08:00
Multiclass_classification_for_transactions.ipynb Typo fix in Multiclass_classification_for_transactions.ipynb 2023-04-09 15:36:55 -07:00
Obtain_dataset.ipynb updates embedding examples based on ada-002 2023-01-10 10:37:25 -08:00
Question_answering_using_embeddings.ipynb fixes grammar 2023-05-08 17:15:58 -07:00
Recommendation_using_embeddings.ipynb updates embedding examples based on ada-002 2023-01-10 10:37:25 -08:00
Regression_using_embeddings.ipynb updates embedding examples based on ada-002 2023-01-10 10:37:25 -08:00
Semantic_text_search_using_embeddings.ipynb removes old references to query and doc models 2023-04-20 21:38:35 -07:00
Unit_test_writing_using_a_multi-step_prompt_with_older_completions_API.ipynb updates unit test writing example to use gpt-3.5-turbo 2023-05-19 16:49:12 -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 adds warning about needing to compute file with embeddings 2022-07-12 15:25:35 -07:00
Visualizing_embeddings_in_2D.ipynb updates # of dimensions in embedding visualization examples 2023-01-10 15:58:38 -08:00
Visualizing_embeddings_in_3D.ipynb updates # of dimensions in embedding visualization examples 2023-01-10 15:58:38 -08:00
Visualizing_embeddings_in_W&B.ipynb Removing top from blurb 2023-02-09 18:33:15 +00:00
Visualizing_embeddings_with_Atlas.ipynb Visualizing Embeddings with Atlas (#152) 2023-03-28 16:11:05 -07:00
Zero-shot_classification_with_embeddings.ipynb updates embedding examples based on ada-002 2023-01-10 10:37:25 -08:00