Commit Graph

692 Commits (dce3b3b6508372859388d74e159b74246869d427)
 

Author SHA1 Message Date
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.
1 year ago
Ted Sanders 50ae26c0e4 fixes token counting in translate_latex_book.ipynb (#579)
* fixes token counting in translate_latex_book.ipynb

* adds back comment
1 year ago
Ted Sanders 86c04efb3b Update README.md with fixed vector DB link (#576) 1 year 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
simonpfish 3b0718f930 deduplicate search results 1 year ago
Ted Sanders 87186ebc2e renames dummy key 1 year ago
Ted Sanders 447ffbc674 cleaned up notebook 1 year ago
Ted Sanders 85b5846514 change embedding dimensions 1 year ago
Ted Sanders 55e638a153 polishes text 1 year ago
Ted Sanders 3e4cbf5f13 removes extra period from et al. 1 year ago
Ted Sanders e56364d126 changes search date to June 2023 1 year ago
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 2ef1e20d3c Merge pull request #522 from openai/ted/fix-function-link
fixes link and removes empty cell
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
colin-openai 6383415d56 Merge pull request #501 from natsuk4ze/main
Fix typo in README.md
1 year ago
simonpfish 66c000de4a add link to readme 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 91d845907c Merge pull request #509 from openai/joe/fix-finish-reason
fix finish_reason
1 year ago