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.

Asked By: esther.co2

||

Answers:

Click menu Preferences -> JSON Schema mappings;

Add a new schema, in the Schema File or URL write https://api.jina.ai/schemas/latest.json; select JSON Schema Version 7;

Add a file path pattern and link it to *.jaml or *.jina.yml or any suffix you commonly used for Jina Flow’s YAML.

Answered By: yoshihiko.kamimura
Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.