hi everyone, i am new to llamaindex. After searching for a while, im actually confused whats the difference between langchain and llamaindex? appreciate any help
LlamaIndex is focused on connecting your data to LLMs. So you will see lots of features around this (retrieval algorithms, reranking, data loading, response synthesis)
Langchain is more of a kitchen sink library, trying to be and do everything