Hi, could you please share the version of llama_index and langchain that you used?
I've tried latest version, but seems llama_index newer than 0.9.48 would be incompatible with your code, so I used llama_index 0.9.36, which appears compatible, but langchain version issue still exists, seems caused by HuggingfaceEmbeddings inherited from langchain.schema.embeddings.Embeddings does not have get_agg_embedding_from_queries function.
Hi, could you please share the version of llama_index and langchain that you used? I've tried latest version, but seems llama_index newer than 0.9.48 would be incompatible with your code, so I used llama_index 0.9.36, which appears compatible, but langchain version issue still exists, seems caused by
HuggingfaceEmbeddings
inherited fromlangchain.schema.embeddings.Embeddings
does not haveget_agg_embedding_from_queries
function.Below is the command I used: