mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +02:00
feat: integrate notion-markdown for markdown conversion in NotionHistoryConnector
- Added notion-markdown dependency to pyproject.toml. - Refactored _markdown_to_blocks method to utilize notion-markdown for converting markdown content to Notion blocks. - Updated create-notion-page component to replace Loader2Icon with Spinner for improved loading indication.
This commit is contained in:
parent
39ce597907
commit
0b8bee0076
4 changed files with 4254 additions and 4313 deletions
|
|
@ -68,6 +68,7 @@ dependencies = [
|
|||
"deepagents>=0.4.3",
|
||||
"langchain-daytona>=0.0.2",
|
||||
"pypandoc>=1.16.2",
|
||||
"notion-markdown>=0.7.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue