qinanO

Results 1 issues of qinanO

### How to reproduce this bug? ```python import asyncio import weaviate from weaviate.classes.config import Property, DataType, Configure from openai import OpenAI openai_baseurl = "https://api.siliconflow.cn/v1" openai_apikey = "sk-xxx" embedding_model = "BAAI/bge-m3"...

bug