Bob123Yang
Bob123Yang
Thank you @arjunsuresh. No same error prompt out after I removed T1000 and only kept A6000 in the system. But when I run the below commands in the docker that...
Use ollama in docker and run the docker with "--gpus all".
@dosu Thank you and I got a step onward that chat assistant could return 30 entries after I change the Top N Setting to its max value - 30. But...
@dosu which configuration file can I modify with the below change: Furthermore, if my xlsx document has about 1500 entries that is more than 1000, how can I resolve it?...
@dosu which configuration file can I modify with the below change: TopNItem initialValue={30} max={1000}
@dosu I have modify the file you mentioned as below that make sure each file contain the configuration: TopNItem initialValue={30} max={1000} test@test-test-Product:~/ragflow$ cat web/src/pages/flow/form/exesql-form/index.tsx | grep initialValue <TopNItem initialValue={30} max={1000}></TopNItem>...
I restarted all the RAGFlow related services and create a new Chat Assistant but the Top N Max value is still 30 rather than 1000 in the Chat Assistant. any...
@dosu I modify the file - ./web/src/components/top-n-item.tsx with two lines changed: const TopNItem = ({ initialValue = 8, max = 30 }: IProps) => { export function TopNFormField({ max =...
Hi @dosu how to restart the frontend server?
Hi @dosu After I restarted the frontend server with the command "npm run dev", I got the below screen display. I followed the screen display to access RAGFlow http://localhost:9222 successfully...