Julien Cassis

Results 7 issues of Julien Cassis

Search Archive errors out when, its start block is relative to head (a negative number) and the chain's head is less than said start block value. i.e. Search Archive start...

bug

Currently the mindreader and the producer, both register a head block number & drift with the name "manager". This has as effect that `dfuse-eosio` cannot distinguish between both application for...

bug

FluxDB server at the moment simply waits 5 seconds on shutdown before close the HTTP server. It should implement a GracefulShutdown with the `derr` library to allow a delay before...

Using dfuse's [serum instruction history stream ](http://mainnet.sol.dfuse.io/graphiql/), to populate a user's serum instruction history tab.

This PR introduces support for multi-prompt calls in llms, while maintaining backward compatibility with the LLMChain implementation for the call function. That said we believe the default of `LLMChain.Call` behaviour...

This PR introduces LangSmith tracing to the langchaingo library, enhancing debugging and monitoring capabilities for applications leveraging large language models (LLMs). These changes align with our observability needs and have...