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
2023-12-20 14:56:39 -08:00
Shyamal H Anadkat
12b161c755
Update registry.yaml ( #944 )
2023-12-20 14:11:31 -08:00
Adam Hendel
fb077e5e88
Adds Tembo VectorDB to list of vector databases ( #940 )
...
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
2023-12-20 13:39:08 -08:00
Dhruv Singh
810e2d7ed1
Added HoneyHive to related resources ( #936 )
...
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
2023-12-20 13:38:06 -08:00
Shaurya Rohatgi
6bc6630727
fix: URL to langchain agents page ( #942 )
...
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
2023-12-20 13:37:00 -08:00
jhills20
923f20d311
Cookbook around using logprobs ( #937 )
...
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
2023-12-20 13:28:20 -08:00
Wang22004K
3b4ae4f76c
Update Evaluate_RAG_with_LlamaIndex.ipynb ( #898 )
2023-12-19 09:25:06 -08:00
Vince Fulco--Bighire.tools
9cb48596d4
Update generative-search-with-weaviate-and-openai.ipynb ( #920 )
2023-12-19 11:19:09 -06:00
katia-openai
f063a6e4a3
Updated notebook to chat completions API and removed warning ( #895 )
2023-12-19 11:18:31 -06:00
Nghiauet
46bbf75000
Update migrate How_to_stream_completions.ipynb to openai 1.3.7 ( #912 )
...
Co-authored-by: Logan Kilpatrick <logan@openai.com>
2023-12-19 11:14:50 -06:00
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>
2023-12-19 09:12:27 -08:00
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>
2023-12-19 11:11:18 -06:00
Caio Curitiba Marcellos
39a434ab41
Update Get_embeddings_from_dataset.ipynb from engine to model as function argument to get_embeddings ( #903 )
2023-12-19 09:10:27 -08:00
Ilan Bigio
2bd7585bc8
Add conciseness metric to rubric. ( #925 )
...
Co-authored-by: Will DePue <will@depue.net>
2023-12-19 09:08:18 -08:00
katia-openai
70aaa3a917
New cookbook to do RAG with a graph database ( #915 )
...
Co-authored-by: Will DePue <will@depue.net>
2023-12-19 09:05:59 -08:00
jhills20
fde5688d60
Updating 'fine tuning for function calling' notebook to use tools instead of functions (new spec) ( #893 )
2023-12-19 09:02:50 -08:00
Colin Jarvis
1bae324bac
Guardrails cookbook showing LLM input and output guardrails ( #935 )
...
Co-authored-by: Will DePue <will@depue.net>
2023-12-19 09:01:27 -08:00
Xavier Amatriain
c26224f1c6
Added a guide and a course ( #931 )
2023-12-19 09:32:20 -06:00
Haomin Liu
c1e79a491d
Update the node example as "function_call" is deprecated. ( #934 )
...
Co-authored-by: Logan Kilpatrick <23kilpatrick23@gmail.com>
2023-12-19 09:29:31 -06:00
Jiang Yucheng
72c167e7de
docs: Fix the code error at "Creating the agent function" ( #922 )
2023-12-18 18:14:50 -08:00
Ikko Eltociear Ashimine
6699f75e6c
docs: fix typo in olympics-3-train-qa.ipynb ( #882 )
2023-12-18 18:13:51 -08:00
Greg Richardson
68ff729377
Adds semantic search example using Supabase Vector ( #913 )
...
Co-authored-by: Logan Kilpatrick <23kilpatrick23@gmail.com>
2023-12-18 07:56:21 -06:00
jhills20
cc776d0599
update twitter handle and minuscule wording changes ( #918 )
2023-12-08 16:58:50 -08:00
jhills20
66e5502d37
Submitting new notebook on creating slides with Assistants API and DE3 ( #862 )
2023-12-08 16:45:55 -08:00
Simón Fishman
3ed631d9f7
Fix typo on authors.yaml
2023-12-05 13:10:54 -08:00
Kai Chen
3c116670a0
Fix audio output in GPT-V notebook ( #908 )
2023-12-05 13:06:23 -08:00
Gabor Cselle
3d0b3387b3
Upgrade Whisper notebooks to API V1, fixes bug #906 ( #907 )
2023-12-05 13:03:02 -08:00
Gabor Cselle
9ab34baa84
Fix bug #884 - Port How_to_finetune_chat_models to API V1 ( #885 )
2023-12-05 12:58:16 -08:00
Prakul
e766dfae18
Adding MongoDB Atlas to examples of Vector Databases ( #874 )
2023-12-05 12:56:02 -08:00
kevleininger
9102d58e6a
Missing a key word in the initial description of RAG article. ( #891 )
2023-12-03 22:01:46 -08:00
Spring_MT
8d0e43914e
Removed api_key when using Azure Active Directory ( #897 )
2023-12-03 22:01:13 -08:00
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>
2023-11-28 12:02:37 -08:00
Lionel Cheng
6bbb65933a
Deterministic outputs with seed for new python SDK ( #870 )
...
Co-authored-by: lionelchg <Cheng.Lionel@bcg.com>
2023-11-27 13:48:21 -08:00
Frode Jensen
0bffafe402
Add Assistants API course to Video courses section ( #868 )
2023-11-27 13:47:18 -08:00
jhills20
16e5a1c2f7
Update FT'ing for function calling notebook to match new python SDK ( #866 )
2023-11-27 13:46:21 -08:00
Taranjeet Singh
bcbb505a4a
Update authors.yaml and regsitry.yaml url value in pull request template. ( #865 )
2023-11-27 13:43:20 -08:00
Taranjeet Singh
ed4846310b
Add embedchain to articles/related_resources ( #864 )
2023-11-27 13:42:44 -08:00
Gabor Cselle
786d0a0b9b
Fix for issue #858 : User_and_product_embeddings.ipynb points to incorrect CSV ( #863 )
2023-11-27 13:41:04 -08:00
dylanra-openai
6390b8c66e
Update rate limits and use Chatcompletion ( #818 )
2023-11-27 13:35:46 -08:00
Ravi Theja
8aafc85391
Add Evaluate RAG with LlamaIndex tutorial ( #848 )
2023-11-27 16:16:37 -05:00
Ed Spencer
e2076fda30
Remove an empty code block on GPT-V video example ( #860 )
2023-11-27 16:14:11 -05:00
Krista Pratico
feef1bf398
Add notebooks for Azure OpenAI with the v1 Python SDK ( #833 )
2023-11-14 13:55:32 -08:00
D. Carpintero
54c34c79ac
Add notebook for NER using Functions ( #807 )
2023-11-14 13:52:28 -08:00
Stefano Lottini
d13dc3b557
Cassandra / Astra DB demo notebooks: adapt to OpenAI 1.0, add support for Astra DB HTTP API, and other upgrades ( #853 )
2023-11-14 13:37:27 -08:00
Gabor Cselle
988139d70e
Update embeddings_utils.py and related notebooks to API V1 (issue #855 ) ( #857 )
2023-11-14 13:31:55 -08:00
jhills20
bd58636a8a
Updating notebooks to use new Python SDK ( #837 )
2023-11-14 13:31:13 -08:00
royziv11
a1747ab388
Add parallel function calling ( #838 )
...
Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-11-13 10:00:42 -08:00
Ilan Bigio
96d8f3b08e
Assistants API Overview: Rearrange intro text and image. ( #851 )
2023-11-12 21:24:36 -05:00
Ilan Bigio
5060a68179
Add overview diagram for Assistants API Overview. ( #850 )
2023-11-12 21:01:34 -05:00
Ilan Bigio
08a51a3ec5
Assistants API Overview: More Bug Fixes ( #849 )
2023-11-11 09:37:01 -05:00