llocal icon indicating copy to clipboard operation
llocal copied to clipboard

Knowledge Base Upload Error

Open F-U-B-AR opened this issue 5 months ago • 3 comments

Firstly I wanted to say this is my favorite AI project so far, it has the simplicity and privacy of "alpaca" but with the added RAG implementation of a knowledge base - this is exactly what I wanted!

Unfortunately I cant upload documents to Llocal:
When uploading a .txt document to the knowledge base, LLocal takes a long time to upload it - then tells me its uploaded successfully and then throws an error:

"Error: Error invoking remote method 'similaritySearch': Error: Could not import faiss-node. Please install faiss-node as a dependency with, e.g. npm install -S faiss-node. Error: libopenblas.so.0: cannot open shared object file: No such file or directory

When checking the CLI of ollama serve, there are 404 errors in "/api/embeddings"

I am running the "LLocal-1.0.0-beta.6.AppImage" on Linux (CachyOS) and have installed the "all-minilm" as suggested in the settings.

I understand its in Beta, but I thought this error might be of use. Any help would be appreciated!

F-U-B-AR avatar Sep 07 '24 11:09 F-U-B-AR