pteirc

Results 3 issues of pteirc

### Feature Requested | 请求的功能 Thino 中创建的内容文件怎么自动生成存储到 Note 目录下 ### Relevant Screenshot | 相关截图 ![image](https://github.com/user-attachments/assets/0bdef215-6f5e-4e46-9c2c-2dc26b336da2) ### Checklist | 检查清单 - [X] The feature would be useful to more users than...

question
not bug

## Why do you need it? 目前需要两个功能: 1. 需要写一个插件对请求/响应的内容做敏感词检测,敏感词需要用户在界面配置,当前环境可做数据存储的只有 mysql; 2. higress 后面对接的是一个问答服务,需要写一个插件将问答的请求/响应存储下来作为语料进行模型改进,环境里没有 redis,能想到的存储方式只有文件和 mysql; ## How could it be? 在 go 编写的 wasm 插件里,可以进行 mysql 的读写和文件读写; ## Other related...

### Your current environment The output of `python collect_env.py` ```text INFO 03-06 19:33:33 __init__.py:190] Automatically detected platform cuda. Collecting environment information... PyTorch version: 2.5.1+cu124 Is debug build: False CUDA used...

bug