Michael Sedletsky

Results 5 comments of Michael Sedletsky

you can also add option `--override-arch arm64` to avoid top-line error

thanks @loadams , I will wait for you implementation (I didn't get into the code to make this change)

``` diff --git a/documentloaders/notion.go b/documentloaders/notion.go index 0dacbe7..c59b696 100644 --- a/documentloaders/notion.go +++ b/documentloaders/notion.go @@ -39,7 +39,7 @@ func (n *NotionDirectoryLoader) Load() ([]schema.Document, error) { documents := make([]schema.Document, 0, len(files)) for _,...

@tmc can you please take a look here? it is a very small change that will allow me to use your package (rather than forking it). thanks.

our project moved to go 1.22 - so this issue is not relevant anymore (support of .mdx can be worked around)