Results 5 issues of Oven

How to config search result highlight color?tks

```javascript const apps = await MongoApp.find({aaa: {$eq: 'bbb'}}); ``` 发现这种查询,任意写key和value,都能将库中所有数据查询出来,是框架的bug吗?有没有办法解决?

bug

```typescript await ObClient.query( `CREATE VECTOR INDEX IF NOT EXISTS vector_index ON ${DatasetVectorTableName}(vector) WITH (distance=inner_product, type=hnsw, m=32, ef_construction=128);` ); ``` `packages/service/common/vectorDB/oceanbase/index.ts`里边的这个代码,每次重启应用时都会执行,但是这个`IF NOT EXISTS`好像并没有生效,会下边的错误,有人遇到过同样的问题吗? ![Image](https://github.com/user-attachments/assets/e4e81b43-d8d7-448d-8c38-549157ae1604)

bug

非流式调用completions接口的时候,关于choice中content内容格式的问题,有时候就是字符串,有时候就是一个数组,这是正常且合理的吗? ![Image](https://github.com/user-attachments/assets/b3ae7e4b-2b73-4056-85ad-71b750527789) ![Image](https://github.com/user-attachments/assets/b84c2a05-3a17-44bb-8601-a108d3c519d7)

bug

使用最新代码,在根目录执行`docker build -f ./projects/mcp_server/Dockerfile -t mcp_server:v1.0.0 . --build-arg proxy=taobao`报错,目前发现在arm机器上打包不报错,x86上打包100%报错,有没有人试过?我的网络是正常的,可以连外网 @c121914yu

bug