7 Commits

Author SHA1 Message Date
MarkusOdenthal
65a1f5e6eb
Fix Notion Loader: For a Database we're only loading the first 100 page_ids (#68)
* Fix Notion Loader: Database the loader is only loading the first 100 page_ids

During testing of the Notion Loader today, I noticed that I only received the first 100 pages when loading all pages from a database. Notion API returns the attribute has_more, and if this is true, we must request more pages. So this is the implementation of the fix.

* Implement suggestions from @emptycrown

* Update base.py

---------

Co-authored-by: Markus Odenthal <markus.odenthal@real-digital.de>
Co-authored-by: Jesse Zhang <jessetanzhang@gmail.com>
2023-02-27 11:18:30 -08:00
Jerry Liu
e97bb81915
swap out gpt_index imports for llama_index imports (#49)
* cr

* cr

* cr

---------

Co-authored-by: Jerry Liu <jerry@robustintelligence.com>
Co-authored-by: Jesse Zhang <jessetanzhang@gmail.com>
2023-02-20 21:46:58 -08:00
EmptyCrown
e801266bc2 Change name to llama 2023-02-06 13:41:03 -08:00
EmptyCrown
e94b59bcf2 Fixed the READMEs 2023-02-05 09:48:56 -08:00
Jerry Liu
9c4961172b cr 2023-02-04 15:47:33 -08:00
Jerry Liu
629dd1ee91 cr 2023-02-03 23:38:12 -08:00
EmptyCrown
8889cc77c0 Added all other files 2023-02-03 00:05:28 -08:00