ResidentMario / watsongraph

Concept discovery and recommendation library built on top of the IBM Watson cognitive API.
https://pypi.python.org/pypi/watsongraph/
MIT License
24 stars 2 forks source link

Rewrite the library to use the Watson Developer Cloud Python SDK #8

Open ResidentMario opened 8 years ago

ResidentMario commented 8 years ago

This library currently relies on the custom event_insight_lib.py for calling to the IBM Watson API. It would be more secure and more stable (and possibly also faster) to use instead the Concept Insights module in the IBM-underwritten Watson Developer Cloud Python SDK (which is not yet finished).

ResidentMario commented 8 years ago

This would also (hopefully) address #6.

ResidentMario commented 8 years ago

Once the SDK is released I can tackle an overhaul of the underlying framework that should address two outstanding performance issues:

ResidentMario commented 8 years ago

Re: Batch requests

After some more experimentation it looks like this is a soft limit on the length of the URL string that is passed to Watson?