Witz Hsiao

Results 3 comments of Witz Hsiao

I found a very tricky thing, not sure if there is helpful. If I dragged it and then there got issue. and if I try press any cell a while,...

seq(100) | (x) if x % 15 == 0 "FizzBuzz" else if x % 3 == 0 "Fizz" else if x % 5 == 0 "Buzz" else x | STDOUT

I am encountering the same issue when using `Chroma.from_documents` to load pdf documents by llama.cpp embeddings. BTW, I have tried multiple models like gpt4all, vicuna and alpaca. I have tried...