openai-cookbook
openai-cookbook copied to clipboard
Feature request: Add embeded data file for testing/evaluating
We can hit the API and create it ourselves but a pre-included file like embedded_1k_reviews.csv would make evaluating, following the API, testing what analysis might be worth it etc. more straightforward.
Will add soon. Thanks!
Added here (https://github.com/openai/openai-cookbook/blob/main/examples/data/fine_food_reviews_with_embeddings_1k.csv) in PR #66 and updated examples to use the precomputed embeddings. Let me know if you think anything more will be helpful. Will close now.