LangChain & Vector Databases in Production
- Create a virtual environment using the command
$ python -m venv my_venv_name.
- Activate the virtual environment by executing
$ source my_venv_name/bin/activate.
- Install the required libraries:
- langchain==0.0.208
- deeplake==3.6.5
- openai==0.27.8
- tiktoken==0.4.0
- selenium==4.15.2