Ray
Ray
### 1.Digit Result  ### 2.Python Result [From This Tutorial](https://github.com/humphd/have-fun-with-machine-learning#python-example) **Here is my code** import numpy as np import sys import os caffe_root = '/opt/caffe/' sys.path.insert(0, os.path.join(caffe_root, 'python')) import caffe...
### 1.Digit Result  ### 2.Python Result [From This Tutorial](https://github.com/humphd/have-fun-with-machine-learning#python-example) **Here is my code** import numpy as np import sys import os caffe_root = '/opt/caffe/' sys.path.insert(0, os.path.join(caffe_root, 'python')) import caffe...
### How are you running AnythingLLM? Docker (local) ### What happened? I am using AnythingLLM with the same data and using two different LLMs: one is locally deployed Ollama deepseek-r1...
### Describe your problem Description I am encountering an issue where adding an Ollama model as a service provider in RAGFLOW fails, despite being able to successfully call the same...