Colin Jarvis
d9677ebb89
Merge branch 'function_calls' of https://github.com/openai/openai-cookbook into function_calls
2023-06-13 17:59:11 +01:00
Colin Jarvis
26b0c47d5c
Fixed a couple small bugs in functions notebook
2023-06-13 17:59:09 +01:00
Ted Sanders
9ccb2a994f
tool -> function in a few places
2023-06-13 09:56:56 -07:00
Ted Sanders
280f6ef03e
fixes function name
2023-06-13 09:55:53 -07:00
Colin Jarvis
f780772dc8
Commit of function calling notebook
2023-06-13 17:48:30 +01:00
Gerardo Lecaros
05cf8703ec
Adding cookbook for using DALL-E from Azure OpenAI ( #491 )
...
* Add dalle notebook
* Fix
* Some small adjustments
* Smaller adjustments
* change flow of the notebook
* feedback
* more
* readme
* fixing typo
---------
Co-authored-by: Christian Mürtz <t-cmurtz@microsoft.com>
2023-06-12 14:01:49 -07:00
Ted Sanders
c3cdf654d6
Merge pull request #482 from zvictor/patch-1
...
Add missing word
2023-06-09 17:50:17 -07:00
Ted Sanders
2eab8840d0
Merge pull request #476 from lbeurerkellner/patch-1
...
Add LMQL to README
2023-06-09 17:49:29 -07:00
Victor Duarte
e5fef1fd18
Add missing word
2023-06-08 08:11:31 +02:00
Luca Beurer-Kellner
25299fa6be
Add LMQL to README
2023-06-05 17:47:40 +02:00
Ted Sanders
970d8261fb
Merge pull request #472 from openai/ted/add-arthur-shield
...
add arthur shield to external libraries section
2023-06-02 09:58:36 -07:00
Ted Sanders
be07761c3f
add arthur shield to external libraries section
2023-06-02 09:58:22 -07:00
Jerry Liu
3b843142a8
Update readme, include LlamaIndex ( #457 )
...
* cr
* cr
2023-06-01 15:45:47 -07:00
Ted Sanders
66ab100aa9
Merge pull request #470 from openai/ted/outlines
...
adds Outlines to prompting libraries
2023-06-01 15:35:00 -07:00
Ted Sanders
2d35624675
adds Outlines to prompting libraries
2023-06-01 15:34:20 -07:00
colin-openai
2a2753e8d0
Merge pull request #464 from coderfengyun/main
...
FIX: missing pip installs for enterprise_knowledge_retrieval.ipynb
2023-05-30 13:06:17 +01:00
chentienan
3a57c9a4a5
FIX: missing pip installs for enterprise_knowledge_retrieval.ipynb
...
Updated pip installs to include missing dependencies (openai, tiktoken, wget) for enterprise_knowledge_retrieval.ipynb, which were causing the notebook to fail executing.
2023-05-26 18:00:11 +08:00
Ted Sanders
59c12ef6dc
Merge pull request #458 from openai/ted/add-more-links
...
adds two more interesting papers
2023-05-25 12:08:27 -07:00
Ted Sanders
dff545a9f1
adds two more interesting papers
2023-05-25 12:08:04 -07:00
Michael Yuan
32cddbef25
implemented batcher for openai embeddings
2023-05-24 18:44:04 -04:00
Ted Sanders
cfb1927cc3
Merge pull request #454 from openai/ted/readme-typo-fix
...
README typo fix: go -> lifts
2023-05-24 09:39:29 -07:00
Ted Sanders
2fe11d59d9
README typo fix: go -> lifts
2023-05-24 09:39:19 -07:00
Ted Sanders
150a8ea48f
Merge pull request #451 from openai/ted/add-evals-link
...
adds OpenAI Evals link
2023-05-23 17:45:00 -07:00
Ted Sanders
2083791aa8
adds evals link and removes a bit of whitespace
2023-05-23 17:44:19 -07:00
Ted Sanders
7144b0807c
Merge pull request #450 from openai/ted/add-wb-link
...
adds W&B link to additional resources section
2023-05-23 17:40:36 -07:00
Ted Sanders
a31c0aa959
adds W&B link to additional resources section
2023-05-23 17:37:54 -07:00
Ted Sanders
806a01cba4
Merge pull request #448 from domenicomanna/parallel-processor-add-metadata
...
Add ability to store row-level metadata
2023-05-23 16:41:48 -07:00
Ted Sanders
a148d0b4c8
Merge pull request #449 from openai/ted/add-brex-guide
...
adds prompt engineering guide from Brex
2023-05-23 16:36:32 -07:00
Ted Sanders
baedd7c176
adds prompt engineering guide from Brex
2023-05-23 16:36:04 -07:00
Domenico Manna
a4c088d966
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
Ted Sanders
ebf75b2c5a
Merge pull request #447 from isabelaconstantin/main
...
Fix mutable default argument in APIRequest class
2023-05-23 10:30:45 -07:00
Ted Sanders
516858a430
Merge pull request #446 from glecaros/glecaros/readme_fix
...
Removing reference to removed azure fine tuning notebook.
2023-05-23 09:57:08 -07:00
isabelaconstantin
c71d7adc97
Fix mutable default argument in APIRequest class
2023-05-23 19:46:45 +03:00
Gerardo Lecaros
ce7d149317
Removing reference to removed notebook.
2023-05-23 07:40:27 -07:00
Ted Sanders
9f9a8d89ae
Merge pull request #443 from openai/ted/new-related-resources-link
...
updates recently added section with link to new resources
2023-05-22 21:44:31 -07:00
Ted Sanders
946efdffff
updates recently added section with link to new resources
2023-05-22 21:44:01 -07:00
Ted Sanders
f5a6f80d5b
Ted/adds links to other resources ( #442 )
...
* look for -> get
* big update to README: a new section with links and descriptions of related sources from around the web
2023-05-22 21:30:51 -07:00
Krista Pratico
33dc207afb
[Azure] add example snippet on how to refresh AAD tokens ( #435 )
...
* add how to refresh aad tokens example
* remove accidental config
2023-05-22 17:09:33 -07:00
Ted Sanders
c6a104c0ca
Merge pull request #441 from openai/ted/update-embeddings-playground-paths
...
fixes bad paths in embeddings playground readme
2023-05-22 16:41:50 -07:00
Ted Sanders
a562bae15f
fixes bad paths in embeddings playground readme
2023-05-22 16:41:21 -07:00
Gerardo Lecaros
828a6c586e
Updating azure samples to point to the latest API version ( #425 )
...
* Updating to use api version 2023-05-15
* Removing authoring references from azure samples as it is not yet present.
2023-05-22 16:09:29 -07:00
Ted Sanders
610f730144
Merge pull request #411 from anshulsharmas/main
...
Added kusto vector database sample
2023-05-22 16:07:13 -07:00
arno756
83ba1e6f49
Adding SingleStoreDB as a vector database with Python notebook ( #402 )
...
* SingleStoreDB folder
* Readme
* Readme with notebook
* S2DB notebook
* Update README.md
* Delete OpenAI_wikipedia semantic_search.ipynb
* Add files via upload
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2023-05-22 16:05:50 -07:00
Sebastian Witalec
6d77a1b93e
Add Generative Search to Weaviate examples + fix authentication examples ( #398 )
...
* add Weaviate authentication to client configuration
* add a cookbook for generative search
* fix name
2023-05-22 16:02:28 -07:00
Ted Sanders
eeb8ddf2f3
Merge pull request #440 from openai/ted-remove-extra-date
...
remove extraneous date from readme
2023-05-22 14:23:34 -07:00
Ted Sanders
9b92c5275a
remove extraneous date from readme
2023-05-22 14:23:23 -07:00
Ted Sanders
28ab8b5c44
Ted/embeddings playground ( #439 )
...
* adds embeddings-playground app
* update table of contents with embeddings playground
2023-05-19 18:15:24 -07:00
Ted Sanders
32de9fa9ba
Merge pull request #438 from openai/ted/update-toc
...
Update README.md
2023-05-19 16:55:11 -07:00
Ted Sanders
ffe9ea2036
Update README.md
...
updates table of contents with new additions; combines GPT and ChatGPT sections; moves apps up
2023-05-19 16:54:54 -07:00
Ted Sanders
88c24e4289
Merge pull request #437 from openai/ted/update-unit-testing-example
...
updates unit test writing example to use gpt-3.5-turbo
2023-05-19 16:50:02 -07:00