sim icon indicating copy to clipboard operation
sim copied to clipboard

[BUG] File upload failed

Open musicAID opened this issue 3 months ago • 3 comments

When I uploaded the file, it showed processing failed, and the log reported an error as shown in the figure.

Image Image

musicAID avatar Nov 12 '25 12:11 musicAID

@musicAID you need the OPENAI_API_KEY to process the embeddings, and if you don't have cloud storage setup (S3, Blob) then it will default to using an uploads/ directory on your local machine

waleedlatif1 avatar Nov 20 '25 19:11 waleedlatif1

@musicAID you need the OPENAI_API_KEY to process the embeddings, and if you don't have cloud storage setup (S3, Blob) then it will default to using an uploads/ directory on your local machine

It seems like the "knowledge" node requires that same api key. Is there a way to hide / filter / disable anything that cannot be used locally? I also assume RAG isn't possible using just local models.

https://docs.sim.ai/knowledgebase

small-goblin avatar Nov 22 '25 06:11 small-goblin

@small-goblin RAG is not possible with only local models because the dimensions of vectors that are generated with local embeddings models with ollama vary, and our dimensions are fixed. We can work on adding additional documentation around what blocks require what, but disabling them would decrease discovery too much

waleedlatif1 avatar Nov 30 '25 22:11 waleedlatif1