Rukmani

Results 3 issues of Rukmani

### System Info langchain 0.0.158 Mac OS M1 Python 3.11 ### Who can help? @ey ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts...

When performing `load_features` network requests in python, it is better to use aiohttp library to make requests that won't block the main event loop on server code.

If the server is still running setup and we issue a new predict call, there is an exception thrown because the workers aren't ready yet. ``` cog.server.exceptions.InvalidStateException: Invalid operation: state...