Find answers from the community

Updated 2 months ago

**LlamaPack dependency question..**

LlamaPack dependency question..

I am writing a llama pack and poetry/ .toml files are a bit new to me. I think I've got the jist of it but I am not sure where I should add a dependency necessary for my tests? In my test's fixtures I use the wikipedia reader as a way to load some simple documents into a vector store. This is its own llama pack and I figure I should add that as a dependency. Where might I do that? I see multiple potential places as I look at other example packs
L
n
3 comments
you can type poetry add <package_name> and it will automatically add a version to the pyproject.toml
Add a reply
Sign up and join the conversation on Discord