Maciej Wieczorek
Maciej Wieczorek
Looks like it was withdrawn from pypi, but you can try to build your own package from a fork. The most up-to-date version I saw was this one: https://github.com/vballoli/capsa-core
Hi @Sublimis, check your link again and go to the Documents tab. There is a version 2.1 of the ANT+ Bike Radar profile for download that you should be able...
[Chainlit](https://github.com/Chainlit/chainlit) uses langchain's [callbacks](https://github.com/Chainlit/chainlit/blob/main/backend/chainlit/langchain/callbacks.py) for their instrumentation, and it seems to work well enough. They inherit from langchain's `BaseTracer` [class](https://github.com/langchain-ai/langchain/blob/2b7c3c548dbe1c4026246deff88e7d0590df71ba/libs/core/langchain_core/tracers/base.py#L43) as well and do their observability through callbacks, as well...
Hi @nirga, sorry to re-open this but this issue still occurs with 0.28.1 since I think there was an error in #1617. I've left a comment there. I'm able to...
Add this to a .js file specified as `custom_js`: ``` document.addEventListener('DOMContentLoaded', function () { // Add a delay before simulating the click setTimeout(function () { // Simulate a click on...
Hi @PeterStaar-IBM, sounds good. I'm subscribed to that PR and see there's still some discussion about it, and when it gets merged I will update this one.