galenguo
galenguo
> It's here.  But after change the new token, above demo code still not work. Could you please show me a demo how to use chat api?
> You may check document of launch RAGFlow from source code, which also depends on docker: https://github.com/infiniflow/ragflow/blob/main/docs/guides/develop/launch_ragflow_from_source.md Sometimes docker is not available but we want to use ragflow. Is there...
> No document mentions this. But you can try to deploy the dependent components, such as mysql / minio / elasticsearch by following docker/docker-compose-base.yml. And Try to start RAGFlow service...
Has anyone encountered the same issue, or does anyone know how to solve this problem? Thanks.
it worked on my macbook & ubuntu server locally. but in docker container not work.
$ python -m graphrag.index --init --root . Illegal instruction use python package directly also failed, then I think it might be relate with two different architecture between 'M1 MacOS' and...