Sercan Özdemir

Results 107 comments of Sercan Özdemir

Thanks for the explanation @Unforgiven-wanda I'll do same to Mongoclient as well

It persists while adding 11th entry to the database while there's Show 10 entries rule. It shows the wrong number...

Is there a work around for this ?

Hello, if I remember correctly, there was a way to put a HTTP basic authentication while logging into app. But it's been quite a while and this project is no...

``` MONGOCLIENT_AUTH: true MONGOCLIENT_USERNAME: admin MONGOCLIENT_PASSWORD: password ``` With these environment variables you can enable HTTP basic authentication @mastersir-lab

Hello, I just found out that "working queries" such as `DELETE FROM X WHERE ID IN :ids` still getting errors due to no parantesis around :ids parameter. IMHO, such statements...

Hello, Isn't it crucial to also use `MemoryId` to track calls on langsmith? For a spring boot `@AiService` which got custom `@MemoryId` annotation with multiple users/conversations, how to access this...