Commit Graph

719 Commits (90c6ce1e545c416af681010220493272e0f0f462)
 

Author SHA1 Message Date
simonpfish aa2b5ba709 update fine-tuning cookbook 10 months ago
Michael Wu d639ac8f27 add ft data prep notebook (#647) 10 months 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
10 months ago
aalmaksour82 1100f84e0d Fixed JSON formatting bug in arxiv_functions (#562) 11 months ago
Ikko Eltociear Ashimine 0a857e9c5e Fix typo in redis-hybrid-query-examples.ipynb (#642)
bellow -> below
11 months 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>
11 months ago
Simón Fishman 7719400ef0 fix date typo (#640) 11 months ago
Shyamal H Anadkat a0f7f529b9 Adds reference to SummEval (#639) 11 months ago
Simón Fishman f11682c22b various minor improvements (#638) 11 months ago
Shyamal H Anadkat b8d9b8c8a8 adds notebook on abstractive summarization eval (#637) 11 months ago
prestontuggle dd1b8980e9 adds one function calling notebook (#629)
* adds one function calling notebook

* reordered imports and ran all cells

* fixed comma error
11 months 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>
11 months ago
Shantanu Nair 4619f366e8 Fix function description (#626) 11 months ago
Ted Sanders 8e2c7b44c4 Add prompttools to prompting libraries (#620) 11 months ago
Anton Troynikov ab3e8524aa Update notebooks (#598) 11 months ago
richzw 39f1776c1a add tiktoken-go to How_to_count_tokens_with_tiktoken.ipynb (#605) 11 months 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
12 months ago
ancri 35b88b80ac consolidate Embedding.create calls into one (#543) 12 months ago
Tomas Dulka 8f24e11b2a replace eval with safer literal_eval (#561) 12 months ago
Sebastian Witalec ac094dd124 fix markdown typo on a link (#591) 12 months ago
Alex Dhillon 2351ec31bf simplify pretty print (#575) 12 months 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
12 months ago
Moiz Sajid 04a203089c Updated README.md in examples/vector_databases (#581)
Added the links to the missing vector databases
12 months ago
Ikko Eltociear Ashimine 2a1b6c30a8 Fix typo in QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb (#582)
futher -> further
12 months ago
Jason M aadfcd040d Update How_to_call_functions_with_chat_models.ipynb (#545)
Updates "min" parameter to "multiplier". Should run the same.
12 months ago
liuchengshan-lcs a667fce73f Add getting started with PolarDB vector database and OpenAI example. (#489) 12 months 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
12 months ago
Eli 015a401dcf Enhancements and Refactoring of Python Code Extraction Methods (#467)
* Refactor and enhance code extraction methods.

* Use f-strings to print filepaths, improving readability.
12 months ago
Ted Sanders 50ae26c0e4 fixes token counting in translate_latex_book.ipynb (#579)
* fixes token counting in translate_latex_book.ipynb

* adds back comment
12 months ago
Ted Sanders 86c04efb3b Update README.md with fixed vector DB link (#576) 12 months ago
sun zhun 71b33d8a71 Update How_to_handle_rate_limits.ipynb (#554)
Replace deprecated model "code-cushman-001" with "gpt-3.5-turbo".
1 year ago
Kacper Łukawski 645ec14ea2 Refactor Qdrant notebooks (#556)
* Upgrade Qdrant to 1.3.0

* Adapt the descriptions and run the missing cells
1 year ago
shayarnett f45d5f38a2 Update broken link in README.md (#558)
Reranking search with cross-encoders link was incorrect.
1 year ago
colin-openai 497c145cc0 Splitting Vector Databases into individual cookbooks (#529)
* Initial commit of vector database cookbooks split out individually

* Moved notebooks to each provider's named folder and updated the README

* Removed vector DB overall cookbook in favour of individual directories
1 year ago
colin-openai 5d0014ef38 Initial commit of reranking with cross-encoder cookbook (#483)
* Initial commit of reranking with cross-encoder cookbook

* Added logit bias for Yes and No in this case

* Reran end-to-end

* Updated based on Ted's comments

* Rerun with Ted's comments
1 year ago
Filip Haltmayer e20d05ea14 update to token for zilliz (#552)
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
1 year ago
prestontuggle 1fdce84deb Adds Whisper Prompting Guide (#551) 1 year ago
Elmira Ghorbani 3c4335fd6d create/check data dir for arxiv's papers (#531) 1 year ago
Michael Yuan 6cfc645229 Fix wget download updated parameters (#538) 1 year ago
Ted Sanders 4a565cdebb Ted/update token counting 0613 (#541)
* updates tiktoken counting function

* slight rewording

* updates ChatGPT guide with new models
1 year ago
Avery Khoo a9f8eb3518 Update How_to_count_tokens_with_tiktoken.ipynb (#511)
Add support for gpt-3.5-*-0613 models
1 year ago
Stéphane G 14fff371a1 Fix typo in Question_answering_using_a_search_API.ipynb (#539)
"This answer which will be used to..." --> "This answer will be used to..."
1 year ago
Simon Suo 62bf5cb61f Add example notebook for financial document analysis with LlamaIndex (#481)
* add notebook

* add pypdf install

* move
1 year ago
Matthew 4dca53fda7 fixed typo (#523) 1 year ago
Ikko Eltociear Ashimine 7deca069ce Fix typo in getEmbeddingsForText.ts (#515)
charcter -> character
1 year ago
Simón Posada Fishman 9acc674919 fix link to search notebook (#524)
link had an extra `ipynb` appended to the end
1 year ago
Simón Posada Fishman 9940792921 Merge pull request #519 from openai/simon/search_aug
Add search augmentation notebook
1 year ago
simonpfish d4524aa079 rename image file 1 year ago
simonpfish 17717adb8d update readme link 1 year ago
simonpfish bec1987484 dummy key naming 1 year ago