Find answers from the community

Updated 3 months ago

Are the llama packs designed to be

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
L
D
3 comments
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
that makes sense - I had the notion that they were almost like a plug and play type thing
Thanks again!!
Add a reply
Sign up and join the conversation on Discord