Deepankar Mahapatro

Results 26 comments of Deepankar Mahapatro

@qizheng7 Unfortunately, these options are hidden from the user right now, since that was not the intended UX. I'd need to add this if needed.

@litanlitudan The first step is to refactor the current code and add `@serving` decorator wherever the API is needed. To enable streaming and human-in-the-loop, your use case might need a...

Hey @sam19872014, can you please pull the latest main and retry? PR #46 should fix this.

@smeet07 Is this a consistent error, or does a retry help?

Hi @smeet07, do you mind joining our [slack](https://jina.ai/slack/) to have an easier discussion?

@smeet07 As discussed on slack, please upgrade to langchain-serve to [>=0.0.24](https://github.com/jina-ai/langchain-serve/releases/tag/v0.0.24) using `pip install -U langchain-serve` and retry.

Hey @timothydillan, can you please share the following information to help in debugging? - OS - Python version `python --version` - langchain-serve version `lc-serve -v` - which directory are you...

Feel free to [join our discord](https://discord.com/invite/AWXCCC6G2P) to discuss further about how-to proceed with this.

> Although passing it the full service name is not really required. This works just as well @sansmoraxz you're right. The complete FQDN is not required in deployment addresses, as...

@Abdullah-000 can you please elaborate what you're trying to do?