Commit Graph

692 Commits (dce3b3b6508372859388d74e159b74246869d427)
 

Author SHA1 Message Date
Krista Pratico 02ca6194d0 [azure] bring your own data example (#654)
* initial commit for bring your own data notebook

* fix words

* add version

* add output from stream

* address review feedback

* edit intro
1 year ago
Puneet Dhiman d835b8dfef Correct spelling mistake in Search_reranking_with_cross-encoders.ipynb (#675) 1 year ago
Stefano Lottini b46cba2a23 Updates to CassIO notebook (#684) 1 year ago
Steven Pousty 3f567dad34 small typoe fix (#688) 1 year ago
Shawn Yuxuan Tong 00eb708905 Update readme specifying Java support of Sematic Kernel (#689)
Sematic Kernel now supports Java.
1 year ago
ys64 e25e475035 add the last chunk to the list of chunks in web-qa.ipynb (#691) 1 year ago
Simón Fishman 68772a70ae add descriptions to fine-tuning dataprep notebook (#673) 1 year ago
Simón Fishman 3119e772b9 clarify title (#672) 1 year ago
Will DePue 6fa65ef615 Update Customizing_embeddings.ipynb to be delete long cache output. (#667)
* patch

* remove print statement

---------

Co-authored-by: simonpfish <simonpfish@gmail.com>
1 year ago
Simón Fishman d0c9afcac0 Revert "File name sanitization (#630)" (#668)
This reverts commit 169f5e02c8.
1 year ago
Stefano Lottini f3990b8a8f Add Cassandra/Astra DB to the vector databases README (#665)
* Add Cassandra/Astra DB to the vector databases overall README

* Linking to a basic quickstart instead
1 year ago
Liam Thompson cafe312611 Add elasticsearch examples to vector databases folder (#622)
* Add Elasticsearch to vector databases, add notebooks

* Update prompt

* Make intro verbiage more neutral

* Add semantic search notebook outputs

* Add RAG notebook output

* Update query

* Remove unreadable vector output
1 year ago
Safa Asgar 80a2307be0 File name sanitization (#630)
* File name sanitization

URL containing reserved characters blocks file name creation.

* Regular Expression fix for Sanitized URL

Co-authored-by: Simón Fishman <simonpfish@gmail.com>

---------

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
1 year ago
Stefano Lottini dc5bf03450 Add Astra DB (/Cassandra) to vector databases with example notebooks (#655)
* first commit for the Astra DB / Cassandra notebooks

* add json with quotes

* towards the final cassIO pilot notebook

* small changes to the copy

* cassIO pilot completed and its readme done

* fix silly markdown error

* fix silly markdown error 2

* astra vector link change and vector search picture improved

* added link to docs for connecting to Cassandra cluster

* CQL version of the flow

* revised readme

* final adjustments around metrics/distances

* links' final version assumes files in openai's main branch

* Add ref to QA+vector general guide; fix prompt; clarified conclusion paragraph; typos
1 year ago
Simón Fishman 88d47a1678 update semantic kernel link (#662)
the previous link pointed to a blog with multiple articles. this is a clearer link to point to
1 year ago
recordcrash d9b4acd1b8 Fix UTF-8 encoding in Chat_finetuning_data_prep.ipynb (#648) 1 year ago
Eliah Kagan 1b3ef07d3e Add Tiktokenizer link in "How to count tokens" (#604)
This adds a link to Tiktokenizer webapp as another tool, in
addition to the OpenAI Tokenizer.
1 year ago
Christine Belzie a4913d39dd [revise] small edits and fixed typos (#510)
* [revise] made small edits and fixed typos

* fix: revert back to original descriptions

* small language updates

---------

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
1 year ago
Viet Hoang Tran Duong 7e40a56075 fix undefined variables in fine tune example (#660)
`create_user_message` and `test_df` are not defined.
1 year ago
Simón Fishman c6c92acb2b update titles (#653) 1 year ago
Simón Fishman bda60c1008 more fine-tuning improvements (#652)
* more fine-tuning improvements

* add links to other resources
1 year ago
Simón Fishman 3fac4b95d2 small improvements to the fine-tuning cookbook (#651) 1 year ago
Logan Kilpatrick 843ac20701 update readme to link fine-tuning guide (#650) 1 year ago
simonpfish aa2b5ba709 update fine-tuning cookbook 1 year ago
Michael Wu d639ac8f27 add ft data prep notebook (#647) 1 year ago
colin-openai 20d802b13b Pushing cookbook for fine-tuning via ChatCompletion (#646)
* Pushing cookbook for fine-tuning via ChatCompletion

* Add correct file

* Fixed bug with create_prompt function and refactored files
1 year ago
aalmaksour82 1100f84e0d Fixed JSON formatting bug in arxiv_functions (#562) 1 year ago
Ikko Eltociear Ashimine 0a857e9c5e Fix typo in redis-hybrid-query-examples.ipynb (#642)
bellow -> below
1 year ago
Shyamal H Anadkat 0d64d2e481 Update recently added (#641)
* Update recently added

* Update README.md

Co-authored-by: Simón Fishman <simonpfish@gmail.com>

---------

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
1 year ago
Simón Fishman 7719400ef0 fix date typo (#640) 1 year ago
Shyamal H Anadkat a0f7f529b9 Adds reference to SummEval (#639) 1 year ago
Simón Fishman f11682c22b various minor improvements (#638) 1 year ago
Shyamal H Anadkat b8d9b8c8a8 adds notebook on abstractive summarization eval (#637) 1 year ago
prestontuggle dd1b8980e9 adds one function calling notebook (#629)
* adds one function calling notebook

* reordered imports and ran all cells

* fixed comma error
1 year ago
prestontuggle 0a9a070436 adds two Whisper guides (#628)
* adds two Whisper guides

* polishing

* fixes function argument misordering

---------

Co-authored-by: Ted Sanders <ted@openai.com>
1 year ago
Shantanu Nair 4619f366e8 Fix function description (#626) 1 year ago
Ted Sanders 8e2c7b44c4 Add prompttools to prompting libraries (#620) 1 year ago
Anton Troynikov ab3e8524aa Update notebooks (#598) 1 year ago
richzw 39f1776c1a add tiktoken-go to How_to_count_tokens_with_tiktoken.ipynb (#605) 1 year ago
Krista Pratico f7266e7e4f [azure] add functions notebook sample (#595)
* add azure functions notebook sample

* update api key to use env var + note use of env vars over config in code across azure samples
1 year ago
ancri 35b88b80ac consolidate Embedding.create calls into one (#543) 1 year ago
Tomas Dulka 8f24e11b2a replace eval with safer literal_eval (#561) 1 year ago
Sebastian Witalec ac094dd124 fix markdown typo on a link (#591) 1 year ago
Alex Dhillon 2351ec31bf simplify pretty print (#575) 1 year ago
Yoav Farhi 9db10b5805 Update the actual number of results used in generating the final answer (#587)
The comment mentions 20, but it actually uses 5
1 year ago
Moiz Sajid 04a203089c Updated README.md in examples/vector_databases (#581)
Added the links to the missing vector databases
1 year ago
Ikko Eltociear Ashimine 2a1b6c30a8 Fix typo in QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb (#582)
futher -> further
1 year ago
Jason M aadfcd040d Update How_to_call_functions_with_chat_models.ipynb (#545)
Updates "min" parameter to "multiplier". Should run the same.
1 year ago
liuchengshan-lcs a667fce73f Add getting started with PolarDB vector database and OpenAI example. (#489) 1 year ago
Douglas Blank d6acc8894f Added notebook example for visualizing embeddings in Kangas (#469)
* Added notebook example for visualizing embeddings in Kangas

Plots UMAP projection space, one per row, in open source Kangas DataGrid.

For more information about Kangas, see: https://github.com/comet-ml/kangas

* Moved notebook to third_party_examples
1 year ago