Chris L
Chris L
Same issue, local server works but fails upon AWS EC2 instance. Any resolution for this?
Is this PR going to be merged? I believe this issue still persists.
Hey @jerryjliu thanks for providing the `LLMPredictor` example. I was wondering if it was possible to still provide the `prepend_messages` parameter, to provide more context, using `LLMPredictor`? I don't see...
@Disiok is it not possible to combine these indexes using a tree index? Something like: ``` from llama_index import GPTTreeIndex, GPTSimpleVectorIndex # Create subindices for books and lectures books_index =...