[BUG] File upload failed
When I uploaded the file, it showed processing failed, and the log reported an error as shown in the figure.
@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
@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 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