emocat
emocat
We would like to request improvements in SiliconFlow API's model support capabilities: ## 1.Missing Model Functionality Some existing models lack full functionality (e.g., the Deepseek model currently doesn't support chat...
### Is there an existing issue for the same bug? - [x] I have checked the existing issues. ### RAGFlow workspace code commit ID 5574 ### RAGFlow image version v0.17.0-16-gd9bbaf5d...
### Describe your problem I remember that LightRAG after extracting entities, it can be choose to be shown by html and `Neo4J` to store the data; Maybe it could be...
### Describe your problem Thank you for taking the time to look at my question! When I choose to `Extract knowledge graph` ,and `Method:Light`, the log : ``` 2025-03-06 19:32:25...
### Describe your problem If local development,I want to use Database `infinity` instead of `Elasticsearch` , how to change the code in `docker-compose-base.yml`? docker-compose-base.yml: ``` services: es01: container_name: ragflow-es-01 profiles:...
### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones. - [x] I confirm that I am using English to submit this...
Recently, I'm considering using a database for `RAG` and `AI Search`, and the amount of data to be stored might be extremely large (at the PB level), with high requirements...
How to use Silicon-Flow APIs?
### Do you need to file a feature request? - [ ] I have searched the existing feature request and this feature request is not already filed. - [ ]...
**问题描述** 如果想将A主机已经处理好的知识库迁移到主机B上,是否直接将A主机项目文件夹根目录的`saves/`文件夹直接拷贝到B主机上,然后up -d --build即可完成迁移?需要迁移的机器几天后才可以接触到,先提前询问一下,期待作者的答复,谢谢!