Open ronentk opened 9 months ago
@pepoospina I updated the api code to call the concurrent method that extracts both semantics and keywords
There are some new requirements needed, so I updated the requirements file as well. Let me know if you have issues running this from the app
We might want to think in the future about how to optimize the speed even more - for example, we could cache the metadata and save on redundant calls to the citoid API. But if we assume that currently the user will only run the parser once after the end of the post creation, I think we can postpone this.
https://github.com/openai/openai-python#async-usage
https://openrouter.ai/docs#models
This will be useful to support keyword extraction alongside semantics