Find answers from the community

Updated 9 months ago

What would be the best way to pair a

What would be the best way to pair a Llama Pack with a Vector Store?

https://llamahub.ai/l/llama-packs/llama-index-packs-snowflake-query-engine?from=
W
1 comment
LlamaPack have been designed that way only. Download the pack, edit the code as per your need and go llama!

But in this pack, there is a db connection happening here: https://github.com/run-llama/llama_index/blob/be63bae53227f1360472477eb2afa993791c09ce/llama-index-packs/llama-index-packs-snowflake-query-engine/llama_index/packs/snowflake_query_engine/base.py#L44


You want to replace this with vector store?
Add a reply
Sign up and join the conversation on Discord