Commit Graph

805 Commits (88051d41850d65a884492e945431c2206481ecb9)
 

Author SHA1 Message Date
James Hills 88051d4185
fix hyperlink (#1052) 3 months ago
Teo Musatoiu 28f7e88382
Update registry.yaml (#1076)
Co-authored-by: Logan Kilpatrick <logan@openai.com>
3 months ago
Teo Musatoiu 4918721ff7
Update docs to reflect the Python SDK changes (#1030) 3 months ago
Andrew Peng d25d32ed5f
Update chat finetune data prep notebook (#1074)
Co-authored-by: andrewpeng@openai.com <Andrew Peng>
3 months ago
Zanie Blue 1e1dd5a33d
Fix syntax error in DALL-E notebook (#1036) 3 months ago
gloryjain c565262120
Update How_to_handle_rate_limits.ipynb (#1065) 3 months ago
Elmira Ghorbani 8eeb249ee9
Update Search_reranking_with_cross-encoders.ipynb (#1060) 3 months ago
Logan Kilpatrick e622fbab3a
Update link in How_to_handle_rate_limits.ipynb 3 months ago
Alex Yang 3f5c07635b
docs: add tip (#1044) 3 months ago
Shivam Rastogi ea43830559
Update README.md (#1028) 3 months ago
Teo Musatoiu c945a6164f
Update registry.yaml (#1053) 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) 4 months ago
Farzad Sunavala 4b352176be
Update Azure Cognitive Search to latest stable/GA Python SDK version + Renaming to Azure AI Search (#924) 4 months ago
Ilan Bigio d75f2dd40d
Fix cookbook author from Joe to Colin (#1031) 4 months ago
teomusatoiu 4d37365182
Update function calling examples to Python SDK (#1025) 4 months ago
Logan Kilpatrick f1e13cfcc7
Misc updates (#1022) 4 months ago
Gabor Cselle 2c441ab9a2
Migrate all notebooks to API V1 (#914)
Co-authored-by: ayush rajgor <ayushrajgorar@gmail.com>
4 months ago
rissois d891437737
Fixed link to "techniques to improve reliability" (#974) 5 months ago
Colin Jarvis b7316a18eb
Update registry.yaml (#982) 5 months ago
Shyamal H Anadkat fa9fd04e9c
Update Reproducible_outputs_with_the_seed_parameter.ipynb (#972) 5 months ago
Zanie Blue 3f8d3f3405
Fix syntax error in W&B weave notebook (#964) 5 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
Simón Fishman d3f79a2130
Fix colin-openai profile url 6 months ago
Simón Fishman c6e6e0d36b
Fix completions tags and authors
- Reflecting only the original authors that contributed the core content. Other contributors can be seen in the commit history. 
- Removing unimplemented tag
6 months ago
Shyamal H Anadkat 12b161c755
Update registry.yaml (#944) 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
Dhruv Singh 810e2d7ed1
Added HoneyHive to related resources (#936)
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
Kesku 7a980b6a97
Updated how_to_work_with_large_language_models.md to keep the information up-to-date (#930)
Co-authored-by: Logan Kilpatrick <23kilpatrick23@gmail.com>
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
Ilan Bigio 2bd7585bc8
Add conciseness metric to rubric. (#925)
Co-authored-by: Will DePue <will@depue.net>
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
Xavier Amatriain c26224f1c6
Added a guide and a course (#931) 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) 6 months ago
jhills20 66e5502d37
Submitting new notebook on creating slides with Assistants API and DE3 (#862) 6 months ago