The community members are discussing issues with the llama_index library, specifically related to an OAI async streaming chat. They have tried downgrading the llama-index-core package to various versions, but the issues persist. One community member suggests debugging the individual packages instead of the monorepo, and notes that the project layout is "weird". Another community member provides a pull request that may address the issue, and mentions that the packages can be installed as editable. The community members are generally welcoming to contributions and are happy to answer questions about the codebase.
also, the project is laid out weird. I think I should have been debugging these individual packages instead of trying to debug the monorepo. it's impossible to install as editable (I think).
I was contributing to autogen for a time, but some design decisions made it undesirable for me to continue with. It looks like llama-index is using similar patterns and primitives to what I would agree with. I may refocus some of my efforts here.