biocypher / biochatter-server

Flask server for BioChatter integration into web apps
MIT License
0 stars 6 forks source link

moved to fastapi to add swagger and openai.json support #17

Closed antonkulaga closed 4 months ago

antonkulaga commented 4 months ago

I moved the server to FastAPI, as it is based on Flask it means only additional features. In particular now it autogenerates swagger page and generates openai.json Screenshot from 2024-05-23 11-55-48

slobentanzer commented 4 months ago

@antonkulaga great, thanks a lot! @fengsh27, could you check whether this still interfaces with the remainder of the framework as usual? Then we can merge.

fengsh27 commented 4 months ago

@antonkulaga Great job, I'll have a look