Are the llama packs designed to be combined? For example, if I wanted to set up an app using ollama, hybrid retriever, and a faiss db, would I combine for instance the ollama pack and the hybrid fusion pack? Or would I modify one of them to include the parameters. Sorry for the newb question I've looked through both and found myself stuck
I think you could pull the modules out of each pack and combine them in a way that makes sense
i.e pull the ollama LLM/Embeddings our and put them into the hyrbid fusion retriever
Although overall, the llamapacks are morso templates, showing you how to setup a certain component. So you can copy the bits you need from each into your own code too