Commit Graph

848 Commits (main)
 

Author SHA1 Message Date
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
11 months ago
Moiz Sajid e4c4d3baa9
Updated README.md in examples/vector_databases (#581)
Added the links to the missing vector databases
11 months ago
Ikko Eltociear Ashimine e983502569
Fix typo in QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb (#582)
futher -> further
11 months ago
Jason M cd62830788
Update How_to_call_functions_with_chat_models.ipynb (#545)
Updates "min" parameter to "multiplier". Should run the same.
11 months ago
liuchengshan-lcs 238ff54fce
Add getting started with PolarDB vector database and OpenAI example. (#489) 11 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
11 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.
11 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
11 months ago
Ted Sanders 07c0351216
Update README.md with fixed vector DB link (#576) 11 months ago
sun zhun 950246dd08
Update How_to_handle_rate_limits.ipynb (#554)
Replace deprecated model "code-cushman-001" with "gpt-3.5-turbo".
11 months ago
Kacper Łukawski 3ce532c03c
Refactor Qdrant notebooks (#556)
* Upgrade Qdrant to 1.3.0

* Adapt the descriptions and run the missing cells
11 months ago
shayarnett 090b1f95ce
Update broken link in README.md (#558)
Reranking search with cross-encoders link was incorrect.
11 months ago
colin-openai bad59002d1
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
11 months ago
colin-openai f53a22e29f
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
11 months ago
Filip Haltmayer f4c67dff3c
update to token for zilliz (#552)
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
11 months ago
prestontuggle 3170356cc2
Adds Whisper Prompting Guide (#551) 11 months ago
Elmira Ghorbani 28fef26cc9
create/check data dir for arxiv's papers (#531) 11 months ago
Michael Yuan 6798e1ca3a
Fix wget download updated parameters (#538) 11 months ago
Ted Sanders de3bd58434
Ted/update token counting 0613 (#541)
* updates tiktoken counting function

* slight rewording

* updates ChatGPT guide with new models
11 months ago
Avery Khoo 26978e9ed1
Update How_to_count_tokens_with_tiktoken.ipynb (#511)
Add support for gpt-3.5-*-0613 models
12 months ago
Stéphane G b587f9b3d5
Fix typo in Question_answering_using_a_search_API.ipynb (#539)
"This answer which will be used to..." --> "This answer will be used to..."
12 months ago
Simon Suo 411068e736
Add example notebook for financial document analysis with LlamaIndex (#481)
* add notebook

* add pypdf install

* move
12 months ago
Matthew 90ef0f25e5
fixed typo (#523) 12 months ago
Ikko Eltociear Ashimine 0d1436b8d9
Fix typo in getEmbeddingsForText.ts (#515)
charcter -> character
12 months ago
Simón Posada Fishman 8b63e68ef0
fix link to search notebook (#524)
link had an extra `ipynb` appended to the end
12 months ago
Simón Posada Fishman a0e7352649
Merge pull request #519 from openai/simon/search_aug
Add search augmentation notebook
12 months ago
simonpfish af7239bfda rename image file 12 months ago
simonpfish 8893ba94dd update readme link 12 months ago
simonpfish 90863fe6d5 dummy key naming 12 months ago
simonpfish c1946c66b7 deduplicate search results 12 months ago
Ted Sanders 38c5742ce6 renames dummy key 12 months ago
Ted Sanders 953c57af01 cleaned up notebook 12 months ago
Ted Sanders 3b37ded49c change embedding dimensions 12 months ago
Ted Sanders 6d7954806a polishes text 12 months ago
Ted Sanders 6d7f52fee5 removes extra period from et al. 12 months ago
Ted Sanders 8058562b75 changes search date to June 2023 12 months ago
Ted Sanders 9fabb7fa9f joins run-on sentence 12 months ago
Ted Sanders 224d845c0f adds missing apostrophe 12 months ago
Ted Sanders 08d2cd6732 cuts trailing spaces 12 months ago
Ted Sanders 3e997b3214 adds comment for openai package 12 months ago
Ted Sanders a7d746a7f9 adds periods to list to be consistent with others 12 months ago
Ted Sanders 37746ff3ca rewrites intro points to be more consistent with one another 12 months ago
Ted Sanders 02833d22bb be -> feel 12 months ago
Ted Sanders 9ada754100 changes web URL to relative link 12 months ago
Ted Sanders d6bb1fb146 the model -> GPT 12 months ago
Ted Sanders 842e71ef3a the -> an 12 months ago
Ted Sanders dafd562811 makes title formatting consistent with other examples 12 months ago
Ted Sanders ea964b2fb9
Merge pull request #522 from openai/ted/fix-function-link
fixes link and removes empty cell
12 months ago
Ted Sanders cb0da816f9 fixes link and removes empty cell 12 months ago
colin-openai 71a2414134
Merge pull request #417 from michaelskyuan/main
Add notebook with Redis hybrid VSS queries examples
12 months ago