156 Commits

Author SHA1 Message Date
Jerry Liu
94e5baae7a
Merge pull request #97 from reletreby/main 2023-03-10 22:37:21 -08:00
reletreby
65865098b4 addressing PR reviews 2023-03-11 01:15:10 -05:00
Jerry Liu
c7ba91172c cr 2023-03-10 16:41:50 -08:00
Jerry Liu
5adde59e4f Merge remote-tracking branch 'upstream/main' into add_excel_loader 2023-03-10 16:37:47 -08:00
Jerry Liu
c86eff5df5
Merge pull request #96 from reletreby/patch-2
[Google Docs Reader] Update base.py
2023-03-10 15:55:48 -08:00
Jerry Liu
805fe71807 add library 2023-03-10 15:52:08 -08:00
reletreby
14a6edc1b5 isolating abstracts from full papers 2023-03-10 09:47:15 -05:00
reletreby
11bf404b7f
Update base.py
When the port is set to `0`, the URI is randomized every time the code is used. This makes it difficult to register a specific URI with `OAuth 2.0 Client`. Fixing the port resolves this. You can now add the following to `Authorized redirect URIs`: `http://localhost:8080/`
2023-03-10 09:20:11 -05:00
Yichen Yan
b5deccc84d
relax fixed requirements 2023-03-10 15:02:18 +08:00
Jerry Liu
87dd8721db
cr (#93) 2023-03-09 12:42:09 -08:00
Jerry Liu
aff12c3b3c
Merge pull request #91 from masatootake/fix_simple_web
Fix to support the latest version of langchain
2023-03-07 10:55:14 -08:00
Jesse Zhang
feb57ebf62
Fix substack 2023-03-07 10:50:48 -08:00
Jesse Zhang
84da0d7920
Update requirements.txt 2023-03-07 10:37:44 -08:00
EmptyCrown
a41dc808bc Fix 2023-03-07 10:19:28 -08:00
Jesse Zhang
3547db596f
Fix google drive 2023-03-07 10:17:04 -08:00
Masato Otake
d2b9b4b031 Fix to support the latest version of langchain 2023-03-07 23:15:55 +09:00
Jerry Liu
23dcc9052c
Merge pull request #84 from AgentHQ/main
add zendesk, intercom, and wordpress API loaders
2023-03-06 16:45:45 -08:00
Jerry Liu
fe60d7ce59
add json reader (#86)
* cr

* cr
2023-03-06 16:38:11 -08:00
Lucas Maccarini
c661e6ee59 Added excel loader 2023-03-06 19:49:08 -03:00
Jesse Zhang
f32bfcc654
Update base.py 2023-03-06 14:46:57 -08:00
Jesse Zhang
7d1d0ba8c3
Update README.md 2023-03-06 14:28:36 -08:00
Bruno Bornsztein
cd9960e234 fix bs4 importing 2023-03-06 11:49:42 -06:00
Jesse Zhang
c4e0ad298f
Update README.md 2023-03-05 19:55:19 -08:00
Bruno Bornsztein
daa26e3806 add zendesk, intercom, and wordpress API loaders 2023-03-05 15:06:10 -06:00
Jerry Liu
c7e4dc3b1e
Merge pull request #79 from Smyja/chainref
Added reference links to readmedocs reader
2023-03-04 17:20:09 -08:00
Alex Bowe
5ac8330ee1
Use LlamaIndex instead of GPT Index 2023-03-04 14:13:51 -08:00
Alex Bowe
2abeef7eea
add missing import in example 2023-03-04 13:19:35 -08:00
Alex Bowe
a447d14364 store readwise results in list 2023-03-04 19:40:09 +00:00
Alex Bowe
287f92bd8d Address comments, fix representation (json), format 2023-03-04 19:34:14 +00:00
alexbowe
5d1c0e2d44 debug 2023-03-03 18:12:07 -08:00
alexbowe
3c6edba93d convert iter to list 2023-03-03 18:10:41 -08:00
alexbowe
73602130fd debug 2023-03-03 18:09:26 -08:00
Smyja
f082d4608d added include_url_in_text parameter 2023-03-03 23:07:10 +01:00
alexbowe
28b67f25c1 convert to jsonstring 2023-03-02 19:04:18 -08:00
alexbowe
cb36cea403 revert dump to json 2023-03-02 19:00:41 -08:00
alexbowe
0289512187 dump to json string 2023-03-02 18:57:42 -08:00
alexbowe
36486cef29 use Document type 2023-03-02 18:56:52 -08:00
alexbowe
631e1812d1 fix examples and doc type 2023-03-02 18:40:20 -08:00
alexbowe
890d6b0884 remove unneeded import 2023-03-02 18:28:43 -08:00
alexbowe
fb8866a738 remove incomplete line 2023-03-02 18:28:26 -08:00
alexbowe
901260c887 raise for status 2023-03-02 18:19:22 -08:00
alexbowe
091ed4aeef update comment and import requests 2023-03-02 18:18:38 -08:00
alexbowe
44333124da update docstring 2023-03-02 18:15:06 -08:00
alexbowe
009d2ecc98 remove unneeded comment 2023-03-02 18:14:44 -08:00
alexbowe
5dce7d2ca8 fix member var name 2023-03-02 18:14:02 -08:00
Alex Bowe
ef366e32ac
Delete requirements.txt
Not needed for this - we just use requests.
2023-03-02 18:13:13 -08:00
alexbowe
0b178799b2 update library index 2023-03-02 18:07:45 -08:00
alexbowe
5f989e1d35 add readwise reader 2023-03-02 18:05:43 -08:00
Smyja
f9c7f31f5f added logging 2023-03-02 22:08:17 +01:00
Smyja
ef9a6a2c07 added reference links 2023-03-02 19:52:14 +01:00