Find answers from the community

Updated 2 years ago

Hi all It looks like LlamaIndex s create

At a glance

The community member who posted the original question is trying to understand the similarities and differences between LlamaIndex's "create and refine over a vectorindex" and Langchain's "load_summarize_chain with chain_type='refine'". Other community members respond that the LlamaIndex approach is more efficient than the base refine method, and that the LlamaIndex prompts may have been copied by Langchain. However, there is no explicitly marked answer to the original question.

Hi all. It looks like LlamaIndex's create and refine over a vectorindex, is pretty similar as Langchain's load_summarize_chain with chain_type='refine'. Are they really similar or im creazy?
k
L
3 comments
Im trying to understand when to use one or the other πŸ™‚
They actually copied our prompts lol it happens

I'm biased, but I prefer llama index πŸ˜† plus our default mode is actually compact and refine (much more efficient than base refine)
yeah, good things gets copied.. :-P. thats a good difference, compacting lowers costs.
Add a reply
Sign up and join the conversation on Discord