Commit Graph

788 Commits (colin/testing_sql_generation)
 

Author SHA1 Message Date
Kacper Łukawski 3ce532c03c
Refactor Qdrant notebooks (#556)
* Upgrade Qdrant to 1.3.0

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

* slight rewording

* updates ChatGPT guide with new models
1 year ago
Avery Khoo 26978e9ed1
Update How_to_count_tokens_with_tiktoken.ipynb (#511)
Add support for gpt-3.5-*-0613 models
1 year 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..."
1 year ago
Simon Suo 411068e736
Add example notebook for financial document analysis with LlamaIndex (#481)
* add notebook

* add pypdf install

* move
1 year ago
Matthew 90ef0f25e5
fixed typo (#523) 1 year ago
Ikko Eltociear Ashimine 0d1436b8d9
Fix typo in getEmbeddingsForText.ts (#515)
charcter -> character
1 year ago
Simón Posada Fishman 8b63e68ef0
fix link to search notebook (#524)
link had an extra `ipynb` appended to the end
1 year ago
Simón Posada Fishman a0e7352649
Merge pull request #519 from openai/simon/search_aug
Add search augmentation notebook
1 year ago
simonpfish af7239bfda rename image file 1 year ago
simonpfish 8893ba94dd update readme link 1 year ago
simonpfish 90863fe6d5 dummy key naming 1 year ago
simonpfish c1946c66b7 deduplicate search results 1 year ago
Ted Sanders 38c5742ce6 renames dummy key 1 year ago
Ted Sanders 953c57af01 cleaned up notebook 1 year ago
Ted Sanders 3b37ded49c change embedding dimensions 1 year ago
Ted Sanders 6d7954806a polishes text 1 year ago
Ted Sanders 6d7f52fee5 removes extra period from et al. 1 year ago
Ted Sanders 8058562b75 changes search date to June 2023 1 year ago
Ted Sanders 9fabb7fa9f joins run-on sentence 1 year ago
Ted Sanders 224d845c0f adds missing apostrophe 1 year ago
Ted Sanders 08d2cd6732 cuts trailing spaces 1 year ago
Ted Sanders 3e997b3214 adds comment for openai package 1 year ago
Ted Sanders a7d746a7f9 adds periods to list to be consistent with others 1 year ago
Ted Sanders 37746ff3ca rewrites intro points to be more consistent with one another 1 year ago
Ted Sanders 02833d22bb be -> feel 1 year ago
Ted Sanders 9ada754100 changes web URL to relative link 1 year ago
Ted Sanders d6bb1fb146 the model -> GPT 1 year ago
Ted Sanders 842e71ef3a the -> an 1 year ago
Ted Sanders dafd562811 makes title formatting consistent with other examples 1 year ago
Ted Sanders ea964b2fb9
Merge pull request #522 from openai/ted/fix-function-link
fixes link and removes empty cell
1 year ago
Ted Sanders cb0da816f9 fixes link and removes empty cell 1 year ago
colin-openai 71a2414134
Merge pull request #417 from michaelskyuan/main
Add notebook with Redis hybrid VSS queries examples
1 year ago
colin-openai 32bda1129d
Merge pull request #501 from natsuk4ze/main
Fix typo in README.md
1 year ago
simonpfish c698231ef2 add link to readme 1 year ago
simonpfish 8af8005866 address feedback 1 year ago
simonpfish 2a77e0d118 add search augmentation notebook 1 year ago
Ted Sanders 31a3a7b406
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 0fa6534747
Merge pull request #509 from openai/joe/fix-finish-reason
fix finish_reason
1 year ago
joe-at-openai 659c42e6f1 fix finish_reason 1 year ago
joe-at-openai 9b8f289b85
Merge pull request #508 from openai/joe_and_colin/improvements-to-function-calling-notebook
integrate improvements to original function calling notebook + factor…
1 year ago
joe-at-openai a8e28c2f7f integrate improvements to original function calling notebook + factor out arxiv example into new notebook 1 year ago
colin-openai 60b12dfad1
Merge pull request #498 from pycui/pcui/fix-ask-db-func-spec
Fix ask_database in call functions with chat model example
1 year ago