Technical requirements
To complete the tasks in this book, you will need the following:
- Hugging Face account and a user access token.
- OpenAI account and a user access token.
- Python version 3.7.1 or later.
- Make sure to have the following Python packages installed:
langchain
,python-dotenv
,huggingface_hub
,streamlit
,lancedb
,openai
, andtiktoken
. These can be easily installed viapip install
in your terminal.
You’ll find the code for this chapter in the book’s GitHub repository at https://github.com/PacktPublishing/Building-LLM-Powered-Applications.