jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

Make sure we can use LangChain on Naas Lab without having to install anything #403

Closed jravenel closed 2 months ago

jravenel commented 1 year ago

@FlorentLvr can you list the libs you had to install so we can update the docker image with env variables?

FlorentLvr commented 1 year ago
!pip install langchain tabulate typing-inspect==0.8.0 typing_extensions==4.5.0 --user