Christophe Bornet

Results 166 comments of Christophe Bornet

Yes that would allow some improvement with the lifecycle management. It would be a lot of work to implement correctly the gRPC protocol though. Certainly doable but I don't think...

That's a problem of OAI using a map for pathItems. I could have chosen to directly reference an array of pathItems in controls but then it wouldn't be 100% compatible...

Swagger-ui currently doesn't support fragments : https://github.com/swagger-api/swagger-ui/issues/6620 So the OHM-browser has been patched to remove the fragment before doing the request.

I checked and all dependencies used by the C++ client seem to exist in conan except `log4cxx` (but it is optional, isn't it ?): Boost, OpenSSL, zlib, json-cpp, curl, gtest/gmock...

Related to apache/pulsar#15 apache/pulsar#2461 apache/pulsar#2680

> We don't depend on crc32 libraries. We have a crc32-c implementation imported in our sources. Yes. My point was more that this crc32-c implementation depends on pthread which is...

That would be quite easy to do in Python as it's easy to call the document loader constructor and constructor parameters by name/reflection.

The problem I see is how to indicate that the source processed the document in a generic way. For instance in the LangChain S3 source, we delete the file from...

See https://github.com/LangStream/langstream/pull/543 for a first step towars that direction.