Ted Sanders
a98ae8fde7
Merge pull request #470 from openai/ted/outlines
...
adds Outlines to prompting libraries
2023-06-01 15:35:00 -07:00
Ted Sanders
33e58ad0de
adds Outlines to prompting libraries
2023-06-01 15:34:20 -07:00
colin-openai
d50084f118
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
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.
2023-05-26 18:00:11 +08:00
Ted Sanders
f8309797ef
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
fc146824c8
adds two more interesting papers
2023-05-25 12:08:04 -07:00
Ted Sanders
fa2c8c3389
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
9d9fe492b6
README typo fix: go -> lifts
2023-05-24 09:39:19 -07:00
Ted Sanders
35cde4e4c6
Merge pull request #451 from openai/ted/add-evals-link
...
adds OpenAI Evals link
2023-05-23 17:45:00 -07:00
Ted Sanders
7ceceb1752
adds evals link and removes a bit of whitespace
2023-05-23 17:44:19 -07:00
Ted Sanders
b73da02a8e
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
f260a1fcb2
adds W&B link to additional resources section
2023-05-23 17:37:54 -07:00
Ted Sanders
390202ccd2
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
402d6b6e6c
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
c2cafc1c90
adds prompt engineering guide from Brex
2023-05-23 16:36:04 -07:00
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.
2023-05-23 17:19:18 -04:00
Ted Sanders
941a2c9da0
Merge pull request #447 from isabelaconstantin/main
...
Fix mutable default argument in APIRequest class
2023-05-23 10:30:45 -07:00
Ted Sanders
a78c17a949
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
76638b2639
Fix mutable default argument in APIRequest class
2023-05-23 19:46:45 +03:00
Gerardo Lecaros
db9aa3716d
Removing reference to removed notebook.
2023-05-23 07:40:27 -07:00
Ted Sanders
29c0e214f9
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
6ee798f90b
updates recently added section with link to new resources
2023-05-22 21:44:01 -07:00
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
2023-05-22 21:30:51 -07:00
Krista Pratico
629d78245f
[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
c3c97b4a94
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
782359f9c4
fixes bad paths in embeddings playground readme
2023-05-22 16:41:21 -07:00
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.
2023-05-22 16:09:29 -07:00
Ted Sanders
09a6f77e3d
Merge pull request #411 from anshulsharmas/main
...
Added kusto vector database sample
2023-05-22 16:07:13 -07:00
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
2023-05-22 16:05:50 -07:00
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
2023-05-22 16:02:28 -07:00
Ted Sanders
7726c45268
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
be629bbddf
remove extraneous date from readme
2023-05-22 14:23:23 -07:00
Ted Sanders
6d43070464
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
b1001e8f58
Merge pull request #438 from openai/ted/update-toc
...
Update README.md
2023-05-19 16:55:11 -07:00
Ted Sanders
5e7c065dd1
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
5163c71492
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
Ted Sanders
3ac21700bf
updates unit test writing example to use gpt-3.5-turbo
2023-05-19 16:49:12 -07:00
Ted Sanders
0c46bcf296
Merge pull request #436 from openai/ted/fix-year-typo
...
Update README.md
2023-05-19 16:38:25 -07:00
Ted Sanders
2d37b77619
Update README.md
2023-05-19 16:38:14 -07:00
colin-openai
8127428f39
Initial commit of DALL-E and Segment Anything notebook ( #406 )
...
* Initial commit of DALL-E and Segment Anything notebook
* Add example images and changed wording of the notebook
* Updated comments and added base images
* minor text amendments
* fix typo
* makes bullets more consistent
* converts title DALLE to DALL·E
* converts DALL-E to DALL·E
* update original DALL-E notebook title
* makes time of writing explicit
* makes intro bullets more consistent
* clarifies which version of Pytorch is appropriate
* moves setup instructions into setup section (to help clarify that they do not need to be done separately from the notebook)
* explains size of model checkpoint file
* code linting
* added more background info in the introduction for folks unfamiliar with segment anything
* adds period to sentence
* updates table of contents with new DALL·E guide
---------
Co-authored-by: Ted Sanders <ted@openai.com>
2023-05-19 11:18:54 -07:00
Changgeng Zhao
5cc4c660f3
Add Hologres as a vector database with python notebook example ( #404 )
...
Co-authored-by: 长更 <zhaochanggeng.zcg@alibaba-inc.com>
2023-05-19 11:16:27 -07:00
Ted Sanders
99f4ab1e31
Merge pull request #430 from Optimized-Coder/patch-2
...
Update transformers.py
2023-05-18 17:06:11 -07:00
Ted Sanders
def4ac085c
Merge pull request #424 from jamescalam/gpt-4-example-fix
...
added data creation loop
2023-05-18 17:03:13 -07:00
Ted Sanders
264c2e96fa
Merge pull request #431 from openai/justonf-patch-1
...
Update enterprise_knowledge_retrieval.ipynb
2023-05-18 16:24:00 -07:00
juston
5e9f115f84
Update enterprise_knowledge_retrieval.ipynb
...
Removing some of the scores here; it's cluttering the notebook a bit.
2023-05-18 19:07:19 -04:00
Josh Shepherd
6b00fd6ea8
Update transformers.py
...
Add explanative docstring to handle_file_string function and move docstrings to below function definition as per pep 257 specification
2023-05-18 13:30:55 +01:00
colin-openai
2020c8ad6e
Merge pull request #352 from SmashedFrenzy16/main
...
Update `chat.py` removing an unnecessary string
2023-05-18 11:25:23 +01:00
Ted Sanders
47f8b30e9c
Merge pull request #423 from eltociear/patch-4
...
docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
2023-05-16 16:27:01 -07:00
colin-openai
78fd780d80
Merge pull request #414 from openai/embedding_retrieval_deep_dive
...
Pushing enterprise knowledge retrieval to cookbook
2023-05-15 18:04:56 +01:00
James Briggs
7d92616379
added data creation loop
2023-05-15 18:10:02 +08:00