Commit Graph

570 Commits (843ac207019e2077f75d843330a0dd14a8321d20)
 

Author SHA1 Message Date
Ted Sanders a066826827 fixes function name 1 year ago
Colin Jarvis 737f4406ee Commit of function calling notebook 1 year ago
Gerardo Lecaros 70d089929f 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>
1 year ago
Ted Sanders a49d153766 Merge pull request #482 from zvictor/patch-1
Add missing word
1 year ago
Ted Sanders 899579079d Merge pull request #476 from lbeurerkellner/patch-1
Add LMQL to README
1 year ago
Victor Duarte 782bfa5d32 Add missing word 1 year ago
Luca Beurer-Kellner b8c6440789 Add LMQL to README 1 year ago
Ted Sanders a493e225cc Merge pull request #472 from openai/ted/add-arthur-shield
add arthur shield to external libraries section
1 year ago
Ted Sanders 24c2b4c31e add arthur shield to external libraries section 1 year ago
Jerry Liu 49a0e47105 Update readme, include LlamaIndex (#457)
* cr

* cr
1 year ago
Ted Sanders a98ae8fde7 Merge pull request #470 from openai/ted/outlines
adds Outlines to prompting libraries
1 year ago
Ted Sanders 33e58ad0de adds Outlines to prompting libraries 1 year ago
colin-openai d50084f118 Merge pull request #464 from coderfengyun/main
FIX: missing pip installs for enterprise_knowledge_retrieval.ipynb
1 year ago
chentienan 5e0e3a45b9 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.
1 year ago
Ted Sanders f8309797ef Merge pull request #458 from openai/ted/add-more-links
adds two more interesting papers
1 year ago
Ted Sanders fc146824c8 adds two more interesting papers 1 year ago
Michael Yuan 6ce07ae71d implemented batcher for openai embeddings 1 year ago
Ted Sanders fa2c8c3389 Merge pull request #454 from openai/ted/readme-typo-fix
README typo fix: go -> lifts
1 year ago
Ted Sanders 9d9fe492b6 README typo fix: go -> lifts 1 year ago
Ted Sanders 35cde4e4c6 Merge pull request #451 from openai/ted/add-evals-link
adds OpenAI Evals link
1 year ago
Ted Sanders 7ceceb1752 adds evals link and removes a bit of whitespace 1 year ago
Ted Sanders b73da02a8e Merge pull request #450 from openai/ted/add-wb-link
adds W&B link to additional resources section
1 year ago
Ted Sanders f260a1fcb2 adds W&B link to additional resources section 1 year ago
Ted Sanders 390202ccd2 Merge pull request #448 from domenicomanna/parallel-processor-add-metadata
Add ability to store row-level metadata
1 year ago
Ted Sanders 402d6b6e6c Merge pull request #449 from openai/ted/add-brex-guide
adds prompt engineering guide from Brex
1 year ago
Ted Sanders c2cafc1c90 adds prompt engineering guide from Brex 1 year ago
Domenico Manna efae0d4bc1 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.
1 year ago
Ted Sanders 941a2c9da0 Merge pull request #447 from isabelaconstantin/main
Fix mutable default argument in APIRequest class
1 year ago
Ted Sanders a78c17a949 Merge pull request #446 from glecaros/glecaros/readme_fix
Removing reference to removed azure fine tuning notebook.
1 year ago
isabelaconstantin 76638b2639 Fix mutable default argument in APIRequest class 1 year ago
Gerardo Lecaros db9aa3716d Removing reference to removed notebook. 1 year ago
Ted Sanders 29c0e214f9 Merge pull request #443 from openai/ted/new-related-resources-link
updates recently added section with link to new resources
1 year ago
Ted Sanders 6ee798f90b updates recently added section with link to new resources 1 year ago
Ted Sanders 23df03676c 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
1 year ago
Krista Pratico 629d78245f [Azure] add example snippet on how to refresh AAD tokens (#435)
* add how to refresh aad tokens example

* remove accidental config
1 year ago
Ted Sanders c3c97b4a94 Merge pull request #441 from openai/ted/update-embeddings-playground-paths
fixes bad paths in embeddings playground readme
1 year ago
Ted Sanders 782359f9c4 fixes bad paths in embeddings playground readme 1 year ago
Gerardo Lecaros f1af65cd2d 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.
1 year ago
Ted Sanders 09a6f77e3d Merge pull request #411 from anshulsharmas/main
Added kusto vector database sample
1 year ago
arno756 5742ee35a5 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
1 year ago
Sebastian Witalec 873d5ec5fa Add Generative Search to Weaviate examples + fix authentication examples (#398)
* add Weaviate authentication to client configuration

* add a cookbook for generative search

* fix name
1 year ago
Ted Sanders 7726c45268 Merge pull request #440 from openai/ted-remove-extra-date
remove extraneous date from readme
1 year ago
Ted Sanders be629bbddf remove extraneous date from readme 1 year ago
Ted Sanders 6d43070464 Ted/embeddings playground (#439)
* adds embeddings-playground app

* update table of contents with embeddings playground
1 year ago
Ted Sanders b1001e8f58 Merge pull request #438 from openai/ted/update-toc
Update README.md
1 year ago
Ted Sanders 5e7c065dd1 Update README.md
updates table of contents with new additions; combines GPT and ChatGPT sections; moves apps up
1 year ago
Ted Sanders 5163c71492 Merge pull request #437 from openai/ted/update-unit-testing-example
updates unit test writing example to use gpt-3.5-turbo
1 year ago
Ted Sanders 3ac21700bf updates unit test writing example to use gpt-3.5-turbo 1 year ago
Ted Sanders 0c46bcf296 Merge pull request #436 from openai/ted/fix-year-typo
Update README.md
1 year ago
Ted Sanders 2d37b77619 Update README.md 1 year ago