Module 4
Customization
The SimpleKGPipeline class is designed to be easily customizable to fit different use cases.
You can provide your own implementations for components in the pipeline, or use the existing components to generate your own pipelines.
In this optional module, you will learn how to modify the Full definition for knowledge graph (opens in a new tab)A representation of real-world entities and their relationships, stored according to organizing principles, typically in a graph database. pipeline to suit your own use case, including:
- Creating custom data loaders.
- Implementing custom chunking and text splitting strategies.
- Enhanced entity resolution.
- Using different Go to glossary for large language model (opens in a new tab)A model trained on text to predict the next token, and so to generate language. and Full definition for embedding (opens in a new tab)Information represented as a numerical vector, positioned so that similar information sits close together. models.
If you are ready, let's get going!