Technical requirements
To apply the recipes in this chapter, you’ll need an Elastic Stack deployment (version 8.12 or later) that includes the following:
- Elasticsearch to search and store data
- Kibana for data exploration and stack management
- A machine learning node
- An Enterprise Search node
You will also need a local environment capable of running Python scripts and React applications. Make sure that you meet the following requirements:
- Python version 3.x
- Node.js version 16 or higher
- Ollama version 0.1.xx (required for the Developing question-answering applications with generative AI and Using advanced techniques for RAG applications recipes)
The code snippets for this chapter are available at https://github.com/PacktPublishing/Elastic-Stack-8.x-Cookbook/blob/main/Chapter9/snippets.md.