feat: notion loader (#405)

This commit is contained in:
cachho
2023-08-09 09:45:22 +02:00
committed by GitHub
parent eeac84e2d9
commit ce6eb39009
7 changed files with 81 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ youtube-transcript-api = "^0.6.1"
beautifulsoup4 = "^4.12.2"
pypdf = "^3.11.0"
pytube = "^15.0.0"
llama-index = { version = "^0.7.21", optional = true }
@@ -105,7 +106,7 @@ isort = "^5.12.0"
[tool.poetry.extras]
streamlit = ["streamlit"]
community = ["llama-index"]
[tool.poetry.group.docs.dependencies]