Hi, I am feeling lost between when to use tree index and when to use vector one. I understand how they work, but I do not fully understand why it would make more sense to use vector index with a manual and not a tree one. Semantic search for vector would help me identify the most likely selection for LLM, but with tree index It would give me an ability to find the most relevant answer by drilling down.