diff --git a/releasenotes/notes/adding-LLMMetadataExtractor-7ff55cf132122f1f.yaml b/releasenotes/notes/adding-LLMMetadataExtractor-7ff55cf132122f1f.yaml new file mode 100644 index 0000000000..ef40be01cf --- /dev/null +++ b/releasenotes/notes/adding-LLMMetadataExtractor-7ff55cf132122f1f.yaml @@ -0,0 +1,4 @@ +--- +features: + - | + Adding a new component `LLMMetadaExtractor` which can be used in an indexing pipeline to extract metadata from documents based on a user given prompt, and return the documents with the `metadata` field with the output of the LLM.