Commit Graph

788 Commits (colin/testing_sql_generation)
 

Author SHA1 Message Date
Shawn Yuxuan Tong 8daea9ec6f
Update readme specifying Java support of Sematic Kernel (#689)
Sematic Kernel now supports Java.
10 months ago
ys64 7cda7e2df7
add the last chunk to the list of chunks in web-qa.ipynb (#691) 10 months ago
Simón Fishman 5783656852
add descriptions to fine-tuning dataprep notebook (#673) 10 months ago
Simón Fishman 15f3fda4a3
clarify title (#672) 10 months ago
Will DePue 76448de0de
Update Customizing_embeddings.ipynb to be delete long cache output. (#667)
* patch

* remove print statement

---------

Co-authored-by: simonpfish <simonpfish@gmail.com>
10 months ago
Simón Fishman b2ca4d395c
Revert "File name sanitization (#630)" (#668)
This reverts commit 169f5e02c8.
10 months ago
Stefano Lottini fae14ddb89
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
10 months ago
Liam Thompson 31b4de22a3
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
10 months ago
Safa Asgar 169f5e02c8
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>
10 months ago
Stefano Lottini 4d330b82d7
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
10 months ago
Simón Fishman 2e9704b3b3
update semantic kernel link (#662)
the previous link pointed to a blog with multiple articles. this is a clearer link to point to
10 months ago
recordcrash 1945bfe65c
Fix UTF-8 encoding in Chat_finetuning_data_prep.ipynb (#648) 10 months ago
Eliah Kagan 63f95154b1
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.
10 months ago
Christine Belzie 45c6406e8b
[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>
10 months ago
Viet Hoang Tran Duong 1ae3bf631b
fix undefined variables in fine tune example (#660)
`create_user_message` and `test_df` are not defined.
10 months ago
Simón Fishman 35b7123faf
update titles (#653) 10 months ago
Simón Fishman d534c85477
more fine-tuning improvements (#652)
* more fine-tuning improvements

* add links to other resources
10 months ago
Simón Fishman 8ed84645e8
small improvements to the fine-tuning cookbook (#651) 10 months ago
Logan Kilpatrick 64e9471909
update readme to link fine-tuning guide (#650) 10 months ago
simonpfish cbe292bd93 update fine-tuning cookbook 10 months ago
Michael Wu a173325830
add ft data prep notebook (#647) 10 months ago
colin-openai 524949f9d1
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 a74a7a7940
Fixed JSON formatting bug in arxiv_functions (#562) 10 months ago
Ikko Eltociear Ashimine 6597537307
Fix typo in redis-hybrid-query-examples.ipynb (#642)
bellow -> below
11 months ago
Shyamal H Anadkat 57ec84f016
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 b3a41db9da
fix date typo (#640) 11 months ago
Shyamal H Anadkat 9f63c4863e
Adds reference to SummEval (#639) 11 months ago
Simón Fishman 1d73635488
various minor improvements (#638) 11 months ago
Shyamal H Anadkat 346617e8fd
adds notebook on abstractive summarization eval (#637) 11 months ago
prestontuggle 4912564dc1
adds one function calling notebook (#629)
* adds one function calling notebook

* reordered imports and ran all cells

* fixed comma error
11 months ago
prestontuggle 0933dd1569
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 8e6e058c6a
Fix function description (#626) 11 months ago
Ted Sanders c651bfdda6
Add prompttools to prompting libraries (#620) 11 months ago
Anton Troynikov 3115683f14
Update notebooks (#598) 11 months ago
richzw 964dd85ed3
add tiktoken-go to How_to_count_tokens_with_tiktoken.ipynb (#605) 11 months ago
Krista Pratico 5e050080ab
[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
11 months ago
ancri b5ea5f3b0e
consolidate Embedding.create calls into one (#543) 11 months ago
Tomas Dulka 4fd2b1a6d2
replace eval with safer literal_eval (#561) 12 months ago
Sebastian Witalec 3bd18cc07d
fix markdown typo on a link (#591) 12 months ago
Alex Dhillon 9dad13d05b
simplify pretty print (#575) 12 months ago
Yoav Farhi 5c1d46ade7
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 e4c4d3baa9
Updated README.md in examples/vector_databases (#581)
Added the links to the missing vector databases
12 months ago
Ikko Eltociear Ashimine e983502569
Fix typo in QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb (#582)
futher -> further
12 months ago
Jason M cd62830788
Update How_to_call_functions_with_chat_models.ipynb (#545)
Updates "min" parameter to "multiplier". Should run the same.
12 months ago
liuchengshan-lcs 238ff54fce
Add getting started with PolarDB vector database and OpenAI example. (#489) 12 months ago
Douglas Blank 6d0ffe31a9
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 bd91363afa
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 17858f204f
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 07c0351216
Update README.md with fixed vector DB link (#576) 12 months ago
sun zhun 950246dd08
Update How_to_handle_rate_limits.ipynb (#554)
Replace deprecated model "code-cushman-001" with "gpt-3.5-turbo".
1 year ago