Commit Graph

440 Commits (efae0d4bc107af8ea8f76e541af9115ac668180f)
 

Author SHA1 Message Date
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
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>
1 year ago
Changgeng Zhao 5cc4c660f3 Add Hologres as a vector database with python notebook example (#404)
Co-authored-by: 长更 <zhaochanggeng.zcg@alibaba-inc.com>
1 year ago
Ted Sanders 99f4ab1e31 Merge pull request #430 from Optimized-Coder/patch-2
Update transformers.py
1 year ago
Ted Sanders def4ac085c Merge pull request #424 from jamescalam/gpt-4-example-fix
added data creation loop
1 year ago
Ted Sanders 264c2e96fa Merge pull request #431 from openai/justonf-patch-1
Update enterprise_knowledge_retrieval.ipynb
1 year ago
juston 5e9f115f84 Update enterprise_knowledge_retrieval.ipynb
Removing some of the scores here; it's cluttering the notebook a bit.
1 year ago
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
1 year ago
colin-openai 2020c8ad6e Merge pull request #352 from SmashedFrenzy16/main
Update `chat.py` removing an unnecessary string
1 year ago
Ted Sanders 47f8b30e9c Merge pull request #423 from eltociear/patch-4
docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
1 year ago
colin-openai 78fd780d80 Merge pull request #414 from openai/embedding_retrieval_deep_dive
Pushing enterprise knowledge retrieval to cookbook
1 year ago
James Briggs 7d92616379 added data creation loop 1 year ago
colin-openai fd91560a09 Merge pull request #301 from Optimized-Coder/main
Increase readability in chatbot.py
1 year ago
colin-openai 1815c41536 Merge pull request #415 from joeywhelan/feature-redisqna
Add Redis Q&A example
1 year ago
colin-openai cbcc741307 Merge pull request #408 from joeywhelan/feature-redisjson
Add Redis JSON w/VSS examples
1 year ago
Ikko Eltociear Ashimine de52bcc4d7 docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
futher -> further
1 year ago
joeywhelan 534e5041d4 Fix redisqna 1 year ago
joeywhelan 151a348947 Fix redisjson 1 year ago
Ted Sanders 327883cd44 Merge pull request #412 from Darshan016/patch-1
Update requirements.txt
1 year ago
Ted Sanders 0c1e9c1080 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 dfbe09f106 Pushing updated version with comments fixed 1 year ago
Colin Jarvis da802af763 Added retry decorator to embeddings 1 year ago
Colin Jarvis eb669367af Pushing updates to batch embeddings and clean up evaluation section 1 year ago
joeywhelan 43fceef9ee Add Redis Q&A example 1 year ago
Colin Jarvis ab66238d5e Pushing enterprise knowledge retrieval to cookbook 1 year ago
Darshan Panchal cea88fe1b1 Update requirements.txt
removed html since it was not required
1 year ago
Anshul Sharma 9bb626470c kusto vector sample added 1 year ago