ChiayenGu

Results 7 comments of ChiayenGu

Https工作原理、为什么说tcp是可靠链接都失效了TvT

@dosu-bot Thank you very much for the solution provided. I noticed that what has been provided is a YAML file for defining a plugin interface specification. However, my current need...

[dify-datasets.openapi.json](https://github.com/langgenius/dify/files/14597997/dify-datasets.openapi.json) Hello, I have converted a portion of the dataset API into an OpenAPI-formatted JSON file. Now it can be directly imported into debugging tools like Postman!

> 是的,这个是之后要解决的问题,做到针对某个 key 只返回该 key 可用的模型列表。 您好,请问这个目前有计划解决吗?

安装`spacy-pkuseg`,执行`pip install spacy-pkuseg` 即可

> 其实我不太确认 if e['special_tokens_mask'][0] == 1: 这样改是不是妥当, 主要是不把 if e['special_tokens_mask'][i] 中的i改为0,运行到这一步就会 out of range,改为i-1也是一样的。所以我推断应该是paddlenlp2.3这里机制改了,只返回1个值...... 但这只是推断,需要更加详细的代码分析来验证 > > 而从实际效果看,用这种改动调起ernie-3.0-base-zh确实比bert有提高,也好于官方自带的jieba方案 请问您现在解决了吗?

I also encountered this issue. By mapping the PostgreSQL database configuration file, modifying the maximum number of connections, expanding performance settings, and adjusting the connection pool size in the env...