Deepankar Mahapatro
Deepankar Mahapatro
This feature will be really good to have.
Is there a way to achieve the opposite of what the OP asked? `Gets absolute latest tag, not just latest tag on branch`?
Rethinking this, we might just need to expose one for `logging.jcloud.yml` under [jina/resources](https://github.com/jina-ai/jina/tree/master/jina/resources) and set `JINA_LOG_CONFIG=jcloud` for all deployments in JCloud. Depending on the best practices of alerting from logs,...
> surely we can only the format handler in Jcloud. However, this issue is about the jina executor logs output is not structed and we or users is very hard...
Yes. Operator still generates the K8S YAMLs from Flow YAML using `to_kubernetes_yaml()` provided by core. We had this discussion before and decided to move this conversion from Flow to K8S...
Any updates on when this PR can be merged? It indeed is a nightmare to debug.
@smeet07 pdfGPT is now available as APIs - https://github.com/bhaskatripathi/pdfGPT#use-pdfgpt-on-production-using-langchain-serve
@zanxiaoyu the endpoint added in the readme was just an example. Please deploy your own app using `lc-serve deploy jcloud api` and replace the url in the curl commands to...
Already tackled in current main. https://github.com/bhaskatripathi/pdfGPT/blob/7d103c71a535f81de4f106d153f15804a5a18146/app.py#L72
@qizheng7 Thanks for trying out langchain-serve. langchain-serve tightly integrates with FastAPI & Jina. Hence for Cloud deployment, we only support Jina Cloud right now. There are a few options if...