simon987 / sist2

Lightning-fast file system indexer and search tool
GNU General Public License v3.0
843 stars 55 forks source link

Models are not downloaded in the browser #466

Open gerroon opened 7 months ago

gerroon commented 7 months ago

Device Information (please complete the following information):

Describe the bug The models for analyzing documents are not downloaded in the browser

Steps To Reproduce Please be specific!

  1. search for a pdf
  2. click on the info button
  3. select a model and click analyze

Expected behavior It should analyze the document?

Actual Behavior No analyzing happens, no model is downloaded

Screenshots image

image

Additional context

chunk-vendors.js:2 RangeError: offset is out of bounds
    at Uint8ClampedArray.set (<anonymous>)
    at L (index.js:1:12866)
    at async Di.loadModel (index.js:1:95993)
    at async Promise.all (:14090/index 1)
    at async Di.init (index.js:1:95788)
    at async t.getMlModel (index.js:1:99406)
    at async t.mlAnalyze (index.js:1:99788)
simon987 commented 7 months ago

Can you update to the latest version (3.4.0) and try again? I think that the models it's downloading are incompatible with the newest version

gerroon commented 7 months ago

I can try it, I am using docker compose. What tags shall I use?

simon987 commented 7 months ago

simon987/sist2:3.4.0-x64-linux

gerroon commented 7 months ago

Thanks, I still have the same errors

MrReSc commented 1 week ago

Where can I find the Analyze button?