shivam mamgain

Results 4 comments of shivam mamgain

Related: https://github.com/hwchase17/langchain/pull/1715

sorry, been a while since I worked on this. https://github.com/langchain-ai/langchain/pull/8164 - this snippet didn't work? ![image](https://github.com/langchain-ai/langchain/assets/7882752/697f92c5-6913-42d1-bea4-02a6f799ea53) if not, then a hacky solution is to monkeypatch the lib: https://github.com/langchain-ai/langchain/pull/1715/files something like:...

I was trying to use the library with maps returned from YAML unmarshal. Most use cases arose from there. * WithMaxDepth: Needed control over depth of nested key-value maps in...

I got the same error while compiling on an arm7l device. To fix it I added `${CMAKE_DL_LIBS}` to two statements in `librabbitmq/CMakeLists.txt`: ``` target_link_libraries(rabbitmq ${RMQ_LIBRARIES} ${CMAKE_DL_LIBS}) ... target_link_libraries(rabbitmq-static ${RMQ_LIBRARIES} ${CMAKE_DL_LIBS})...