-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: AI/ML
-
None
-
Python Drivers
Context
Poetry does not need to be run in conjunction with venv, however one does need to have poetry installed somewhere to build environments with it. To avoid affecting anything on evergreen hosts outside of the local directory, we can create and activate an empty venv, install poetry there and go.
Definition of done
- Refactor a couple lines of the run.sh files to look more like langchain-python/run.sh than llama_index/run.sh.
- Ensure that tests continue to pass