通过摘要而不是标签证明部署
上述承诺停止了`设定形象'的沉默。 这声称: 结果:在推出之后,标记将在登记册上解为文摘, 运行的舱被检查与它。 如果没有 pock 运行此图像运行 建造失败,而不是报告成功。 标记不能回答这个问题——重建同样的承诺重新使用它,所以 坚固的舱和一个新鲜的舱载着同样的标记. 这正是为什么不能 幸存下来,没人注意 人类会...
同样的承诺的重建没有任何作用,并报告取得了成功
图像被标记为承诺 SHA,所以重建相同的承诺产生 一个相同的图像引用。 " kubectl set image " 然后不改变任何东西,即 部署从未触及过, " 推出状态 " 立即成功打击 老旧的舱, 而这个管道报告成功部署 没有部署任何。 每当服务要重建才能接 Kamo - 共享 - 图书馆的改变 没有它自己的承诺...
让展出完成旧的活
部署人员取代了每项服务中唯一一个没有能够满足请求的舱位 飞行。 三个设置,适用于整个舰队: - 在进程看到SIGTERM前停止睡眠 10s. Kubernetes 将吊舱从它的 EndpointSlice 并同时信号它, 和Traefik 仅得知去除由 观察,所以它一瞬间 不断将新的请求 发送到一个已经启动的舱内 拒...
KB 观众级是累积的, 匹配 KbReaderScope
检索过滤器完全匹配一个读取器的级别: 一个 TEAM MEMBER 必须 {\fn黑体\fs22\bord1\shad0\3aHBE\4aH00\fscx67\fscy66\2cHFFFFFF\3cH808080}比对一下能看透的团队成员 因此,一个作者的文章 不能援引有意向成员——或向广大公众——开放的做法。 对工作...
大小于自己的 JVM 高压天花板 [skip ci]
图像以 -XX: MaxRAM 百分比=70-XX: +开始JVM 总是PreTouch, 所以 单是堆积,就可能占用70%的集装箱限额,而且事先触碰后,每个集装箱都承诺 页面居民。 非堆放- 未封装的元空间、 代码缓存、 线程堆放、 直接 缓冲器——需要再增加一个~250~350米,这个百分比是看不到的. 1Gi限...
Harden Kubctl的下载 以对抗被片状攻击 [skip ci]
dl.k8s.io 在跑道上断断续续地下降 中转: 卷曲:(56) OpenSSL SSL read:解密失败或记录错误 mac 无法在绿地上部署 多次观察 卡莫-签名-莫诺雷波和卡莫-翻译-词典. 添加 -- retry/-retry-all-errors: plain --retry 不涵盖该类 中转失败。 同时...
Lower embedding batch size to 8 to match model backend limit
The TEI backend forces max_batch_requests=8 regardless of client config. Batches of 32 were still failing with connection errors.
Batch embedding requests to respect model's max batch size of 32
The embedding model rejects requests with more than 32 inputs, but articles with large content produce 46-198 chunks. All embedding attempts were failing with 4...
Add search request/response logging to RagSearchController
Log orgId, query, result count, and full stack traces on error to diagnose 500 responses seen from AIService.
Reduce chunk size to fit all-MiniLM-L6-v2 token limit (256 max)
Chunk target was 2000 chars (~512 tokens) but the embedding model only accepts 256 tokens, causing 413 validation errors. Reduce to 800 chars (~200 tokens) with...
Use integer match filter for Qdrant searches instead of matchKeyword
The orgId and articleId payload fields are stored as integers via value(Long), but search and delete filters used matchKeyword() which only matches string/keywo...
Index KB articles for RAG on creation, not just when published
Previously the RAG pipeline only indexed PUBLISHED articles, requiring the full review/approval cycle before the AI chat could reference them. Now indexes all a...
Grant all rights when rights list is empty (rights system not yet enforced)
Rename qdrant config properties to avoid K8s env var collision
Kubernetes auto-creates QDRANT_PORT env var from the qdrant Service, which overrides the Spring property with 'tcp://ip:port' instead of an integer. Renamed to ...
Make NATS consumer startup resilient with retry logic
Consumer now retries subscription in a background thread with backoff if KB_EVENTS stream doesn't exist yet. Prevents crash loop when KBService hasn't published...