mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

ValueError: No corresponding model for provided filename orca-mini-3b.ggmlv3.q4_0.bin.

Open akashlinux10may opened this issue 2 years ago • 0 comments

ValueError: No corresponding model for provided filename orca-mini-3b.ggmlv3.q4_0.bin. If this is a custom model, make sure to specify a valid model_type.

any resolution. I was trying the following code after installing embedchain

from embedchain import OpenSourceApp

naval_chat_bot = OpenSourceApp() naval_chat_bot.add("pdf_file", "xyz.pdf") print(naval_chat_bot.query("how many states are there in India?"))

akashlinux10may avatar Jul 06 '23 06:07 akashlinux10may