jina

how to map jina yaml configurations on Pycharm?

how to map jina yaml configurations on Pycharm? Question: I am using Jina ai for my neural search project, and setting up the jina in my pycharm. What will be the yaml configurations and json schema will be? I am trying to find setting up resources, unable to get the proper setup guide for pycharm. …

Total answers: 1

Can Jina be deployed without running a server all the time?

Can Jina be deployed without running a server all the time? Question: I am wondering if Jina can be deployed without running a server all time? My use case would work better with async API queries (event-driven) instead of a server that is always live and people can ping. I did try to find in …

Total answers: 1

multiple protocols in a single Jina Flow?

multiple protocols in a single Jina Flow? Question: I would like to serve both gRPC and HTTP in my flow, but the flow description only allows a single value in the protocol parameter. Is it possible to add both? If not, do i have to deploy two flows or is there a better workaround? The …

Total answers: 1