Turning a pile of documents into a searchable useable knowledge base
1–10 of 58 posts
Re: Turning a pile of documents into a searchable useable knowledge base
#2The result I call DocuBrowser and in it's current form is FOSS (GPL-3) licensed for your personal use. The UI is in your browser. The AI models used are held local and are tiny, Available for Linux(RPM,Deb, and tgz) Windows and Mac. Let me know what you think and thanks for taking the time to try it out.
Re: Turning a pile of documents into a searchable useable knowledge base
#3I had an issue. A documents folder with over 12k objects in it. A hodgepodge of folders and sub-folders. That over time had created a mess that no amount of file movement was ever going to make it usable. I wanted: 1) To keep my data local 2) be able to filter out PII and other data 3) Be able to find and delete duplicates 4) Get short synopsis of what a document is 5) Semantic and keyword search 6) All of this kept…
Re: Turning a pile of documents into a searchable useable knowledge base
#4Re: Turning a pile of documents into a searchable useable knowledge base
#5I'm working on a similar application called Hister (https://github.com/asciimoo/hister). I should borrow some of your ideas. =]
Re: Turning a pile of documents into a searchable useable knowledge base
#6Re: Turning a pile of documents into a searchable useable knowledge base
#7Re: Turning a pile of documents into a searchable useable knowledge base
#8I had an issue. A documents folder with over 12k objects in it. A hodgepodge of folders and sub-folders. That over time had created a mess that no amount of file movement was ever going to make it usable. I wanted: 1) To keep my data local 2) be able to filter out PII and other data 3) Be able to find and delete duplicates 4) Get short synopsis of what a document is 5) Semantic and keyword search 6) All of this kept…
Key difference I see is that you point it to a folder instead of uploading to a system.
Re: Turning a pile of documents into a searchable useable knowledge base
#9I had an issue. A documents folder with over 12k objects in it. A hodgepodge of folders and sub-folders. That over time had created a mess that no amount of file movement was ever going to make it usable. I wanted: 1) To keep my data local 2) be able to filter out PII and other data 3) Be able to find and delete duplicates 4) Get short synopsis of what a document is 5) Semantic and keyword search 6) All of this kept…
Could it be extended so it also extracts pictures from pptx and xlsx and run vision to get a description to be added to the text content before indexing?