arrayhua

Results 3 issues of arrayhua

3.排序篇之直接插入排序.md 里面代码有bug, 因为对 已排序区无需再排序,需要直接break; $length = count( $arr ); for( $outer = 1; $outer < $length; $outer++ ){ if( $arr[ $outer ] < $arr[ $outer - 1 ] ){ $temp...

我使用的是官方的docker部署, 其中四个版本:infiniflow/ragflow:v0.17.0 17.2 和 v0.17.1-slim、v0.17.2-slim 都是报这个错: 2025-03-15 10:51:49,901 INFO 14 HTTP Request: POST http://192.168.66.59:11434/api/embeddings "HTTP/1.1 200 OK" 2025-03-15 10:51:49,908 ERROR 14 Canvas.run got exception: Traceback (most recent call last): File...

表结构超多会报错: litellm.exceptions.ContextWindowExceededError: litellm.ContextWindowExceededError: litellm.BadRequestError: ContextWindowExceededError: OpenAIException - This model's maximum context length is 18432 tokens. However, you requested 175399 tokens (171303 in the messages, 4096 in the completion). Please reduce...

feature-request