Commit Graph

475 Commits (d25d32ed5f34e86b1f47de8a8194472badbfab64)

Author SHA1 Message Date
Andrew Peng d25d32ed5f
Update chat finetune data prep notebook (#1074)
Co-authored-by: andrewpeng@openai.com <Andrew Peng>
4 months ago
Zanie Blue 1e1dd5a33d
Fix syntax error in DALL-E notebook (#1036) 4 months ago
gloryjain c565262120
Update How_to_handle_rate_limits.ipynb (#1065) 4 months ago
Elmira Ghorbani 8eeb249ee9
Update Search_reranking_with_cross-encoders.ipynb (#1060) 4 months ago
Logan Kilpatrick e622fbab3a
Update link in How_to_handle_rate_limits.ipynb 4 months ago
Alex Yang 3f5c07635b
docs: add tip (#1044) 4 months ago
Shivam Rastogi ea43830559
Update README.md (#1028) 4 months ago
Teo Musatoiu d4a3e14231
Create How to combine GPTV with RAG - Create a Clothing Matchmaker App (#1047) 4 months ago
James Briggs c1bd61f944
updated semantic search notebook (#1033) 5 months ago
Farzad Sunavala 4b352176be
Update Azure Cognitive Search to latest stable/GA Python SDK version + Renaming to Azure AI Search (#924) 5 months ago
teomusatoiu 4d37365182
Update function calling examples to Python SDK (#1025) 5 months ago
Logan Kilpatrick f1e13cfcc7
Misc updates (#1022) 5 months ago
Gabor Cselle 2c441ab9a2
Migrate all notebooks to API V1 (#914)
Co-authored-by: ayush rajgor <ayushrajgorar@gmail.com>
5 months ago
rissois d891437737
Fixed link to "techniques to improve reliability" (#974) 6 months ago
Shyamal H Anadkat fa9fd04e9c
Update Reproducible_outputs_with_the_seed_parameter.ipynb (#972) 6 months ago
Zanie Blue 3f8d3f3405
Fix syntax error in W&B weave notebook (#964) 6 months ago
Enoch Cheung f6b0cb189f
Logprobs suggestions (#948) 6 months ago
Shyamal H Anadkat 228cde1c46
Fix styling for using_logprobs cookbook (#947) 6 months ago
jhills20 1abc529895
updates to coloring, and intro paragraph (#945) 6 months ago
Adam Hendel fb077e5e88
Adds Tembo VectorDB to list of vector databases (#940)
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
6 months ago
Shaurya Rohatgi 6bc6630727
fix: URL to langchain agents page (#942)
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
6 months ago
jhills20 923f20d311
Cookbook around using logprobs (#937)
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
6 months ago
Wang22004K 3b4ae4f76c
Update Evaluate_RAG_with_LlamaIndex.ipynb (#898) 6 months ago
Vince Fulco--Bighire.tools 9cb48596d4
Update generative-search-with-weaviate-and-openai.ipynb (#920) 6 months ago
katia-openai f063a6e4a3
Updated notebook to chat completions API and removed warning (#895) 6 months ago
Nghiauet 46bbf75000
Update migrate How_to_stream_completions.ipynb to openai 1.3.7 (#912)
Co-authored-by: Logan Kilpatrick <logan@openai.com>
6 months ago
markbigears bff44b0607
Update openai calls to current lib version in Question Answering Using Embedding example (#886)
Co-authored-by: bigears <mark.forsyth@yourbigears.com>
Co-authored-by: Will DePue <will@depue.net>
6 months ago
Caio Curitiba Marcellos 39a434ab41
Update Get_embeddings_from_dataset.ipynb from engine to model as function argument to get_embeddings (#903) 6 months ago
katia-openai 70aaa3a917
New cookbook to do RAG with a graph database (#915)
Co-authored-by: Will DePue <will@depue.net>
6 months ago
jhills20 fde5688d60
Updating 'fine tuning for function calling' notebook to use tools instead of functions (new spec) (#893) 6 months ago
Colin Jarvis 1bae324bac
Guardrails cookbook showing LLM input and output guardrails (#935)
Co-authored-by: Will DePue <will@depue.net>
6 months ago
Haomin Liu c1e79a491d
Update the node example as "function_call" is deprecated. (#934)
Co-authored-by: Logan Kilpatrick <23kilpatrick23@gmail.com>
6 months ago
Jiang Yucheng 72c167e7de
docs: Fix the code error at "Creating the agent function" (#922) 6 months ago
Ikko Eltociear Ashimine 6699f75e6c
docs: fix typo in olympics-3-train-qa.ipynb (#882) 6 months ago
Greg Richardson 68ff729377
Adds semantic search example using Supabase Vector (#913)
Co-authored-by: Logan Kilpatrick <23kilpatrick23@gmail.com>
6 months ago
jhills20 cc776d0599
update twitter handle and minuscule wording changes (#918) 7 months ago
jhills20 66e5502d37
Submitting new notebook on creating slides with Assistants API and DE3 (#862) 7 months ago
Kai Chen 3c116670a0
Fix audio output in GPT-V notebook (#908) 7 months ago
Gabor Cselle 3d0b3387b3
Upgrade Whisper notebooks to API V1, fixes bug #906 (#907) 7 months ago
Gabor Cselle 9ab34baa84
Fix bug #884 - Port How_to_finetune_chat_models to API V1 (#885) 7 months ago
Prakul e766dfae18
Adding MongoDB Atlas to examples of Vector Databases (#874) 7 months ago
kevleininger 9102d58e6a
Missing a key word in the initial description of RAG article. (#891) 7 months ago
Spring_MT 8d0e43914e
Removed api_key when using Azure Active Directory (#897) 7 months ago
Jing Ai 59019bd21e
Fix the comments regarding task_id_generator_function to be consistent (#890)
Co-authored-by: Jing Ai <jingai@jings-air-2020.lan>
7 months ago
Lionel Cheng 6bbb65933a
Deterministic outputs with seed for new python SDK (#870)
Co-authored-by: lionelchg <Cheng.Lionel@bcg.com>
7 months ago
jhills20 16e5a1c2f7
Update FT'ing for function calling notebook to match new python SDK (#866) 7 months ago
Gabor Cselle 786d0a0b9b
Fix for issue #858: User_and_product_embeddings.ipynb points to incorrect CSV (#863) 7 months ago
dylanra-openai 6390b8c66e
Update rate limits and use Chatcompletion (#818) 7 months ago
Ravi Theja 8aafc85391
Add Evaluate RAG with LlamaIndex tutorial (#848) 7 months ago
Ed Spencer e2076fda30
Remove an empty code block on GPT-V video example (#860) 7 months ago