jina-ai / langchain-serve

⚡ Langchain apps in production using Jina & FastAPI
https://cloud.jina.ai
Apache License 2.0
1.6k stars 138 forks source link

lc-serve command not found #95

Closed arthur-brainchain closed 1 year ago

arthur-brainchain commented 1 year ago
Screenshot 2023-05-28 at 4 43 45 PM

Sorry for the lack of detail, but after creating a jina.ai account and then performing the auth, and installing the project, I still can't seem to locate lc-serve - where is this file supposed to be or where does this script live?

zac-li commented 1 year ago

This requires installing lc-serve itself:

pip install langchain-serve

Have you done this?

deepankarm commented 1 year ago

And if some reason, lc-serve command is still not found after langchain-serve installation, you can try python -m lcserve ... instead.

arthur-brainchain commented 1 year ago

Yeah I had done the pip install langchain-serve, but I will try to do the python -m lcserve instead in a while. Thanks for posting, let me leave this open while I do some further testing. Should sync back up here in a few hours

matipina commented 1 year ago

I was having the same issue, but running it with python -m lcserve solved it for me, thanks!

deepankarm commented 1 year ago

@arthur-brainchain were you able to check this?

deepankarm commented 1 year ago

Closing as there are no updates.