Add a Github plugin which can be used to read from a Github repository

This commit is contained in:
Saba
2023-06-13 14:40:06 -07:00
parent c68cde4803
commit a6cd96a6a9
18 changed files with 224 additions and 25 deletions

View File

@@ -56,6 +56,7 @@ dependencies = [
"aiohttp == 3.8.4",
"langchain >= 0.0.187",
"pypdf >= 3.9.0",
"llama-hub==0.0.3",
]
dynamic = ["version"]