Commit Graph

788 Commits (colin/testing_sql_generation)
 

Author SHA1 Message Date
Ted Sanders 946efdffff updates recently added section with link to new resources 1 year ago
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
1 year ago
Krista Pratico 33dc207afb
[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 c6a104c0ca
Merge pull request #441 from openai/ted/update-embeddings-playground-paths
fixes bad paths in embeddings playground readme
1 year ago
Ted Sanders a562bae15f fixes bad paths in embeddings playground readme 1 year ago
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.
1 year ago
Ted Sanders 610f730144
Merge pull request #411 from anshulsharmas/main
Added kusto vector database sample
1 year ago
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
1 year ago
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
1 year ago
Ted Sanders eeb8ddf2f3
Merge pull request #440 from openai/ted-remove-extra-date
remove extraneous date from readme
1 year ago
Ted Sanders 9b92c5275a
remove extraneous date from readme 1 year ago
Ted Sanders 28ab8b5c44
Ted/embeddings playground (#439)
* adds embeddings-playground app

* update table of contents with embeddings playground
1 year ago
Ted Sanders 32de9fa9ba
Merge pull request #438 from openai/ted/update-toc
Update README.md
1 year ago
Ted Sanders ffe9ea2036
Update README.md
updates table of contents with new additions; combines GPT and ChatGPT sections; moves apps up
1 year ago
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
1 year ago
Ted Sanders f71e6a96a1 updates unit test writing example to use gpt-3.5-turbo 1 year ago
Ted Sanders 98b72a20bd
Merge pull request #436 from openai/ted/fix-year-typo
Update README.md
1 year ago
Ted Sanders 0943b149bc
Update README.md 1 year ago
colin-openai 925dd22eea
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>
1 year ago
Changgeng Zhao 1000312934
Add Hologres as a vector database with python notebook example (#404)
Co-authored-by: 长更 <zhaochanggeng.zcg@alibaba-inc.com>
1 year ago
Ted Sanders f9d1934708
Merge pull request #430 from Optimized-Coder/patch-2
Update transformers.py
1 year ago
Ted Sanders b90f835fbe
Merge pull request #424 from jamescalam/gpt-4-example-fix
added data creation loop
1 year ago
Ted Sanders b6587a451c
Merge pull request #431 from openai/justonf-patch-1
Update enterprise_knowledge_retrieval.ipynb
1 year ago
juston b78e9d529b
Update enterprise_knowledge_retrieval.ipynb
Removing some of the scores here; it's cluttering the notebook a bit.
1 year ago
Josh Shepherd ed23dba54b
Update transformers.py
Add explanative docstring to handle_file_string function and move docstrings to below function definition as per pep 257 specification
1 year ago
colin-openai 8d37a0912d
Merge pull request #352 from SmashedFrenzy16/main
Update `chat.py` removing an unnecessary string
1 year ago
Ted Sanders 40c39a28a9
Merge pull request #423 from eltociear/patch-4
docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
1 year ago
Michael Yuan 47046a1c86 Changes and additions in response to PR comments 1 year ago
Michael Yuan ea124a2db3 Changes and additions in response to PR comments 1 year ago
Michael Yuan f6b67799e9 Changes and additions in response to PR comments 1 year ago
colin-openai 12527df1f9
Merge pull request #414 from openai/embedding_retrieval_deep_dive
Pushing enterprise knowledge retrieval to cookbook
1 year ago
James Briggs 1dd1c0ef33 added data creation loop 1 year ago
colin-openai 9c02c9c44c
Merge pull request #301 from Optimized-Coder/main
Increase readability in chatbot.py
1 year ago
colin-openai edfbae1571
Merge pull request #415 from joeywhelan/feature-redisqna
Add Redis Q&A example
1 year ago
colin-openai 1eed317bbe
Merge pull request #408 from joeywhelan/feature-redisjson
Add Redis JSON w/VSS examples
1 year ago
Ikko Eltociear Ashimine cd42418444
docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
futher -> further
1 year ago
joeywhelan 77276df2b0 Fix redisqna 1 year ago
joeywhelan f69e8a4ace Fix redisjson 1 year ago
Ted Sanders a8acdd9b47
Merge pull request #412 from Darshan016/patch-1
Update requirements.txt
1 year ago
Ted Sanders 24782325d2
Merge pull request #374 from wangxuqi/analyticdb_langchain_example
Add QA with Langchain of AnalyticDB  vector store and OpenAI example.
1 year ago
Colin Jarvis 11bc21d878 Pushing updated version with comments fixed 1 year ago
Colin Jarvis 9f71c6b9a0 Added retry decorator to embeddings 1 year ago
Colin Jarvis 5d9e877909 Pushing updates to batch embeddings and clean up evaluation section 1 year ago
Michael Yuan 95747294f5 Redis hybrid VSS queries notebook 1 year ago
joeywhelan b3ef4e3ad3 Add Redis Q&A example 1 year ago
Colin Jarvis a3918a9d60 Pushing enterprise knowledge retrieval to cookbook 1 year ago
Darshan Panchal e66613331a
Update requirements.txt
removed html since it was not required
1 year ago
Anshul Sharma 7634abf68d kusto vector sample added 1 year ago
joeywhelan d505735974 Add Redis JSON w/VSS examples 1 year ago
Ted Sanders 7d418b9bf2
Merge pull request #401 from openai/ted/new-issue-templates
Update issue templates
1 year ago