Hi, I'm trying to use https://llamahub.ai/l/llama_packs-dense_x_retrieval?from=llama_packs I wonder the llama_packs is a ready to use package, or is it more like a template that we can build on? For example I like to add storage context for vector store index, but not sure if I should contribute it to the llama_pack or just add the code locally.
hi @Logan M , sorry for bothering. I just try the dense_x_retrieval llama pack. I got an error where parsing the text to list[str] is not correct. I'm not sure the purpose of parsing the response to a list[str] instead of a str. Could you elaborate a bit? The parsing code seems prone to errors.