xldistance
xldistance
运行cmake --build build --config Release,提升以下错误 ``` E:\Langchain-Chatchat\PowerInfer>cmake --build build --config Release MSBuild version 17.3.1+2badb37d1 for .NET Framework build_info.vcxproj -> E:\Langchain-Chatchat\PowerInfer\build\common\build_info.dir\Release\bui ld_info.lib ggml.c C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include\stdato mic.h(15,1): fatal error C1189:...
cli is running normally   
### bug描述 Describe the Bug D:\workspace\Paddle\build>ninja [13/3064] Running utility command for pslib_py_proto 已复制 1 个文件。 [14/3064] Running utility command for ps_py_proto 已复制 1 个文件。 [19/3064] Running utility command for profiler_py_proto...
Now the v3_orderbook, v3_trades, v3_markets interface are real-time push data can not adjust the frequency of push, if there is a large number of transaction-by-transaction data push will lead to...
### What is the issue? I use the bge-m3 model in graphrag with the following parameters ``` embeddings: ## parallelization: override the global parallelization settings for embeddings async_mode: asyncio llm:...
### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...

Before last month, I could receive the market data normally, but last month, the market suddenly stopped receiving the market data. 
类似于python的写法 ``` # 删除推理标签 translated_result = re.sub(r'.*?', '', translated_raw_result, flags=re.DOTALL).strip() ```