Find answers from the community

Updated 6 months ago

**LlamaPack dependency question..**

At a glance

The community member is writing a LlamaPack and is unsure where to add a dependency for their tests, which use a Wikipedia reader llama pack to load documents into a vector store. The comments suggest that the community member can use the poetry add <package_name> command to automatically add the dependency to the pyproject.toml file.

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
ahhhhhhhhhhhh
thank you lol
Add a reply
Sign up and join the conversation on Discord