You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we monkey-patch classes and methods in LlamaIndex which requires endless work and constant maintenance. Langchain has a system for callbacks that can potentially be used to create/end spans without being too coupled with with the framework's inner structure.
π€ Why is this feature needed ?
Support Langchain entirely and be future-proof to internal API changes
βοΈ How do you aim to achieve this?
Look into Langchain callbacks and how other frameworks are using it.
ποΈ Additional Information
No response
π Have you spent some time to check if this feature request has been raised before?