steam_996

Results 3 comments of steam_996

jieba pyhanlp phone phonenumbers regex arrow==0.14.3 你先 pip 把这些包都装包, 再安装cocoNLP, 不需要python3.6 ,我python3.9 也能用来 ![image](https://user-images.githubusercontent.com/34366881/165214944-49380144-d5a5-4dc9-bc39-3092079be762.png)

python3 inference.py -d assets/examples/driving/my_video.mp4

@mcwongaagpt 在 ragflow\api\db\services\dialog_service.py 的chat 中 kbinfos 你需要在 ragflow\api\apps\sdk\session.py 中的 api /chats_openai//chat/completions yield 前添加 reference = ans.get("reference") response['reference'] = reference ![Image](https://github.com/user-attachments/assets/c2a071ac-c289-4e72-8e97-3c8e28cc6f4c) 且 ragflow\api\db\services\dialog_service.py 中 chat 修改 stream=True 时的返回 if stream: refs_openai...