springrain
springrain
In order to make it easier for Chinese users to learn about msgpack, can I translate msgpack.org website into Chinese msgpack.cn?
**Describe the bug** unknown variant `function`, expected one of `system`, `user`, `assistant`, `tool` **Error message** openai.UnprocessableEntityError: Failed to deserialize the JSON body into the target type: messages[1].role: unknown variant `function`,...
```sql CREATE VIRTUAL TABLE IF NOT EXISTS vec_document_chunk USING vec0( id TEXT, documentID TEXT, knowledgeBaseID TEXT, embedding float[1024], sortNo INT, status INT ); ```` SELECT rowid,distance as score,* FROM vec_document_chunk...