Replies: 1 comment 5 replies
-
Hi @OLH21 Maybe you could create a test plugin to see if the LangChain dependencies work within the Obsidian environment? At this point, it's so heavy on the dependency side that it's not something I want to mess around with in the project that so far has zero significant dependencies. But if you could confirm that it works by sharing a sample plugin that I could play around with, then maybe. PDFs have been mentioned before. There is an Omni plugin in Obsidian that supports parsing PDFs, that's the way I would go right now, to keep any new dependencies within the existing Obsidian ecosystem. External integrations is something I started working on (see #27) but it hasn't been of interest to as many people as I would've thought. Thanks for joining the discussion |
Beta Was this translation helpful? Give feedback.
-
Hello amazing work. I had a very quick look at the code and here is my idea.
Would be great if one could also vectorize PDF in the Obsidian paths, also external link could be integrated as they are part of the "Obsidian mind" as well.
Maybe using langchain could simplify the whole vectorisation process and document loading
https://js.langchain.com/docs/modules/indexes/text_splitters/examples/markdown
and process PDF
(https://js.langchain.com/docs/modules/indexes/document_loaders/examples/file_loaders/pdf)
Could also follow and scrap links found in .md docs to extend to scope (https://js.langchain.com/docs/modules/indexes/document_loaders/examples/web_loaders/web_cheerio)
Beta Was this translation helpful? Give feedback.
All reactions