Find answers from the community

Updated 5 months ago

Hello, i have this issue when I try

Hello, i have this issue when I try using the markdownElementNodeParser,
i'm using fastEmbedding and ollama
loading the files using SimpleDirectoryReader
Attachment
image.png
W
g
4 comments
Have you added nest_async piece of text at the top?

I'm seeing coroutine being mentioned in the error
yep
import nest_asyncio
nest_asyncio.apply()
It works right now, there was something wrong with ollama, i tried running the llm on my terminal and got these errors :
llama runner process has terminated: signal: aborted (core dumped) CUDA error: CUBLAS_STATUS_NOT_INITIALIZED current device: 1, in function cublas_handle at /go/src/github.com/ollama/ollama/llm/llama.cpp/ggml-cuda/common.cuh:653 cublasCreate_v2(&cublas_handles[device]) GGML_ASSERT: /go/src/github.com/ollama/ollama/llm/llama.cpp/ggml-cuda.cu !"CUDA error"

restarting the machine fixed it xd
Restarting is the universal solution πŸ«‚ πŸ˜†
Add a reply
Sign up and join the conversation on Discord