run-llama / LlamaIndexTS

LlamaIndex in TypeScript

Home Page:https://ts.llamaindex.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

excluded_llm_metadata_keys and excluded_embed_metadata_keys are not respected during indexing stage.

gassyr-profind opened this issue · comments

excluded_llm_metadata_keys are useful to not pass questions to llm and save tokens when extracting summaries or questions. Python version works quite will with those key, however TS does not check those values during indexing