Automated Metadata Extraction & Filtering Pipeline using LlamaExtract and LlamaIndex Auto Retriever

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 2

  • @rsrohan99
    @rsrohan99  2 месяца назад +1

    Demo notebook: github.com/rsrohan99/tutorial-notebooks/blob/main/llama-index/llama-extract-metadata-extraction-tutorial.ipynb

  • @anumulavirajith9927
    @anumulavirajith9927 2 месяца назад

    Within the MetaDataInfo class, if I have to mention about a metadata field that takes categorical values, how do I do that? And how do I ensure the model understands to take only those values and nothing else,
    Eg: status is a metadata which takes (1 -important, 2-not important, 3-not relevant.) and document objects have the status metadata taking these values so it should be able to pick only those 3 options.
    Thanks