Stupid Q: I'm trying to upgrade to 0.11.20 for llama-index and llama-index-core. I receive the following: llama-agents 0.0.14 depends on llama-index-core<0.11.0 and >=0.10.50. What is the proper version of llama-agents for llama-index, llama-index-core? There does not seem to be a valid version that will satisfy both.
I'm using SQLAutoVectorQueryEngine and am curious to know if there is a supported method to return in-line citations with this implementation. CitationQueryEngine seems to be standalone and separate from SQLAutoVectorQueryEngine and unable to be integrated with this module. But I could be wrong. Also, if in-line citation support does not exist for this module, what would be a recommended approach to provide in-line citations with functionality similar to SQLAutoVectorQueryEngine? Break this into separate workflows? Any assistance would be appreciated. Thanks!
I'm running redis locally on my mac and receiving this error: AttributeError: 'Redis' object has no attribute 'module_list' when I run my pipeline. This seems like something llamaindex is trying to validate but it does not exist where it is searching. Any thoughts on how to remediate?