Use Github Rest API to index Markdown files in Github Repository

The Llama_Hub Github plugin is fairly limited.

The Github Rest API is well supported and can easily be extended to
index commit messages, issues, discussions, PRs etc.
This commit is contained in:
Debanjum Singh Solanky
2023-06-17 01:39:57 -07:00
parent 9f00a366ab
commit c29c141a7e
2 changed files with 32 additions and 27 deletions

View File

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