Commit Graph

337 Commits (843ac207019e2077f75d843330a0dd14a8321d20)

Author SHA1 Message Date
Ted Sanders 03e74bb9a4 joins run-on sentence 1 year ago
Ted Sanders 181b606eaf adds missing apostrophe 1 year ago
Ted Sanders 0fb6c1438e cuts trailing spaces 1 year ago
Ted Sanders cb1986a398 adds comment for openai package 1 year ago
Ted Sanders 83ebad77b8 adds periods to list to be consistent with others 1 year ago
Ted Sanders fbeaf34deb rewrites intro points to be more consistent with one another 1 year ago
Ted Sanders 8a5a5e6761 be -> feel 1 year ago
Ted Sanders 7efd0c890f changes web URL to relative link 1 year ago
Ted Sanders 55b5c25573 the model -> GPT 1 year ago
Ted Sanders e2f6018b57 the -> an 1 year ago
Ted Sanders f206d5f3ec makes title formatting consistent with other examples 1 year ago
Ted Sanders af43f516b9 fixes link and removes empty cell 1 year ago
colin-openai dda999154d Merge pull request #417 from michaelskyuan/main
Add notebook with Redis hybrid VSS queries examples
1 year ago
simonpfish 6fc4fe9498 address feedback 1 year ago
simonpfish 354e2c28cb add search augmentation notebook 1 year ago
Ted Sanders d48cc6c896 Ted/remove eval from function calling examples (#518)
* replaces eval with json.loads for better code safety

* fixes link to be relative, not URL
1 year ago
joe-at-openai c1c2d96e35 fix finish_reason 1 year ago
joe-at-openai ca51ea2c40 integrate improvements to original function calling notebook + factor out arxiv example into new notebook 1 year ago
colin-openai 537ad41561 Merge pull request #498 from pycui/pcui/fix-ask-db-func-spec
Fix ask_database in call functions with chat model example
1 year ago
joe-at-openai 8797a8070a Merge pull request #499 from openai/joe/remove-incorrect-model-name
fix incorrect model name
1 year ago
joe-at-openai d3337df7a8 fix incorrect model name 1 year ago
Piaoyang Cui f1d55808f0 Fix ask_database in call functions with chat model example 1 year ago
Atty Eleti d340e142bf Fix `finish_reason` in function calling cookbook 1 year ago
Logan Kilpatrick 23877c2c88 Rename How_to_call_functions_with_Chat_models.ipynb to How_to_call_functions_with_chat_models.ipynb 1 year ago
colin-openai e4eb6efc29 Rename How_to_call_functions_with_chat_models.ipynb to How_to_call_functions_with_Chat_models.ipynb
Renaming file
1 year ago
Colin Jarvis 8b19156cc6 Removed papers 1 year ago
Colin Jarvis eb8f2e1e10 Merge branch 'function_calls' of https://github.com/openai/openai-cookbook into function_calls 1 year ago
Colin Jarvis 9642ca5e17 Fixed a couple small bugs in functions notebook 1 year ago
Ted Sanders 43b9a5abdc tool -> function in a few places 1 year ago
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
Michael Yuan 6ce07ae71d implemented batcher for openai embeddings 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
isabelaconstantin 76638b2639 Fix mutable default argument in APIRequest class 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
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 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
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 def4ac085c Merge pull request #424 from jamescalam/gpt-4-example-fix
added data creation loop
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
Michael Yuan 7be3b146cf Changes and additions in response to PR comments 1 year ago
Michael Yuan 4e22d695c8 Changes and additions in response to PR comments 1 year ago
Michael Yuan ff64125156 Changes and additions in response to PR comments 1 year ago
James Briggs 7d92616379 added data creation loop 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 0c1e9c1080 Merge pull request #374 from wangxuqi/analyticdb_langchain_example
Add QA with Langchain of AnalyticDB  vector store and OpenAI example.
1 year ago
Michael Yuan fcdc92d6ad Redis hybrid VSS queries notebook 1 year ago
joeywhelan 43fceef9ee Add Redis Q&A example 1 year ago
Anshul Sharma 9bb626470c kusto vector sample added 1 year ago
joeywhelan d509f4a933 Add Redis JSON w/VSS examples 1 year ago
Ted Sanders 16868fa4ce fixes grammar 1 year ago
xuqi.wxq 2691ec8bb0 Add QA with Langchain of AnalyticDB vector store and OpenAI example. 1 year ago
Ted Sanders 43a2b00114 Merge pull request #391 from joeywhelan/fix-redisclients
Fix Redis supported client list
1 year ago
aiqinxuancai 4b869a71a3 Update How_to_count_tokens_with_tiktoken.ipynb (#368)
* Update How_to_count_tokens_with_tiktoken.ipynb

add c# tiktoken lib.

* Update How_to_count_tokens_with_tiktoken.ipynb

fix format.

* Update How_to_count_tokens_with_tiktoken.ipynb

fix format.
1 year ago
Ted Sanders 9d5fe7fee0 polishes wording in a few places 1 year ago
joeywhelan 9b64c8a988 Fix Redis supported client list 1 year ago
colin-openai 4e11955316 Merge pull request #390 from acatav/agent_with_langchain_pinecone_docs
[Pinecone]: Add link for creating Pinecone API key and environment variable to pinecone init
1 year ago
Amnon Catav d55f0c0823 add links to pinecone and add env var to index 1 year ago
liuliu 37fd3a6052 fix: some typo and add execution command sample (#299)
* fix: some typo and add execution command sample

* fix: some typo and add execution command sample

1. hybrid-search-with-weaviate-and-openai.ipynb

* fix: some typo and add execution command sample

1. question-answering-with-weaviate-and-openai.ipynb
1 year ago
colin-openai ded5b0cb3e Merge pull request #356 from openai/conversational_agent_with_tools
Merge conversational LLM with tools example using LangChain
1 year ago
Colin Jarvis 57177d219c Made further wording changes 1 year ago
Colin Jarvis 1a57363d32 Fixing merge issues 1 year ago
Colin Jarvis 54d9af7d1f Fixing merge conflicts 1 year ago
Colin Jarvis 0cd137a542 Pushing renamed notebook with changed wording based on Ted's comments 1 year ago
Ted Sanders 5c540ace7e Merge pull request #361 from eltociear/patch-3
Update Getting_started_with_AnalyticDB_and_OpenAI.ipynb
1 year ago
qingdi 5a46af4f53 🌟 MyScale VectorStore Support (#377)
* add myscale notebook

* add myscale to vector database notebook
1 year ago
Ted Sanders b3f6045d28 Merge pull request #369 from wey-gu/patch-1
chore: fixed broken URL in markdown
1 year ago
jiangying df3bc473f0 add jtokkit to How_to_count_tokens_with_tiktoken.ipynb 1 year ago
Wey Gu 6b64060412 chore: fixed broken URL in markdown 1 year ago
Ted Sanders 35193e07c1 removes old references to query and doc models 1 year ago
Ted Sanders 8b9cdaedbf Merge pull request #336 from Hannibal046/patch-2
Fix bugs at api_request_parallel_processor.py
1 year ago
Ikko Eltociear Ashimine 7b5682a584 Update Getting_started_with_AnalyticDB_and_OpenAI.ipynb
PostgresSQL -> PostgreSQL
1 year ago
joe-at-openai a38da6894b More updates to preamble and code comments 1 year ago
joe-at-openai f8a588dd6e Update preamble and code comments 1 year ago
Alice Chen 3fd80b7312 [Fix] Typo and grammar fix in Question_answering_using_embeddings.ipynb 1 year ago
Colin Jarvis 899c038f7e Added wget URL for zipped podcasts 1 year ago
Colin Jarvis 256ef8267a Initial commit of conversational agent with TODO remaining 1 year ago
Eugene Yan fea69be4cd Update the section token count from 1,000 to 1,600
This resolves the mismatch between the values in markdown cell and code cell.
1 year ago
Ted Sanders 0c957691a5 updates example command to be consistent with text 1 year ago
Ted Sanders 0d27d7b69b updates README table of contents 1 year ago
Ted Sanders a73cda8959 Merge pull request #344 from openai/ted/update-qa-example
updates Q&A example to use gpt-3.5-turbo
1 year ago
Ted Sanders 8c5d01329c updates Q&A example to use gpt-3.5-turbo 1 year ago
Logan Kilpatrick 9dcc24051e Merge pull request #341 from jasonbosco/add-typesense-readme
Add README for Typesense
1 year ago
colin-openai f9e2dbd5a9 Merge pull request #238 from liuliuOD/fix/vector_databases
fix: about spelling and command
1 year ago
Jason Bosco e6aa588a03 Add README for Typesense 1 year ago
Hannibal046 8c1c86e2de Update api_request_parallel_processor.py
fixed bug for non-serializable Error
1 year ago
Ted Sanders 7563fa2768 Merge pull request #325 from bricker/patch-1
Typo fix in Multiclass_classification_for_transactions.ipynb
1 year ago
James Briggs e143a98c99 update wget to new langchain docs url 1 year ago
Bryan Ricker 59f62def48 Typo fix in Multiclass_classification_for_transactions.ipynb 1 year ago
Ted Sanders 5fd5207192 Merge pull request #321 from wangxuqi/add_analyticdb_vector_database_example
Add getting started with AnalyticDB distributed vector database example
1 year ago