jina-ai / langchain-serve

⚡ Langchain apps in production using Jina & FastAPI

Home Page:https://cloud.jina.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lc-serve command not found

arthur-brainchain opened this issue · comments

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?

commented

This requires installing lc-serve itself:

pip install langchain-serve

Have you done this?

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

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

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

@arthur-brainchain were you able to check this?

Closing as there are no updates.