Mars.Su
Mars.Su
@SimasJan After adjusted based on your suggestion, we found the problem still have occurred in `MultiRetrievalQAChain`. Whether other solution can solve? * Related lib version ``` python: 3.9 Langchain: 0.0249...
@mpduarte I do not fix this, still have this issue..
@SimFG Based on [this question in Microsoft](https://learn.microsoft.com/en-us/answers/questions/1340679/azure-openai-getting-completions-call-failed-opera), current `GPT 3.5 turbo` and `GPT 3.5 turbo 16k` just support chat completions api so that we only can use chat based model...
@SimFG This my sample demo code for your information, and you need to replace config related dict variable: ```python ### GPTCache refactor import os import openai # pylint: disable=C0413 import...
@Sendery I would like to check this problem whether is fixed or solved?
I have encountered the same problem. In addition, it seems like many query in logAnalyticsDeploy.json does not work. Hope official team can update it. thank you.
> Which `clickhouse-backup` version do you use? @Slach version is `2.4.32`
@Slach Does version 2.4.35 have fixed corresponding problems?
@Slach I want to confirm additional question, our backup is the sidecar in clickhouse server pod.(Just like [this example](https://github.com/Altinity/clickhouse-backup/blob/master/Examples.md#how-to-use-clickhouse-backup-in-kubernetes)) And we found when we try to update config of clickhouse-backup,...
> This is a different question, provide more context Is your clickhouse-backup configuration defined as a separate `ConfigMap`? Do you use `clickhouse-operator` or install `clickhouse-server` some different way? > >...