rkeshwani
rkeshwani
Hmm. So my understanding of the official documentation https://axios-http.com/docs/interceptors of the Axios interceptors is that it works like a delegation pattern I think? So every function sent to axios.interceptors.request.use method...
Created Pull request to add this ability. Tests appeared to pass but I didn't see a test specific for ChromaDB to fully test this functionality.
This no longer works with the latest version that has an autocomplete. I have not found a way to use the model. I suspect the issue is with LiteLLM which...
I solved it. It is now stored in localStorage instead of a selectdropdown. So you can add the model there. But it currently struggles to write hello world. The thought...
I was attempting to get it to self-implement code and it seems to have issues with the ai functions, must be because I'm using gpt 3.5. It struggles to parse...
Uhh, I realise this is a dump for enabling this functionality but seeing as h20gpt integrates with langchain, thought I would post this here. https://python.langchain.com/docs/use_cases/qa_structured/sql Are there any plans to...
> I'm running into this same issue (or a related one) with `laravel-app-key-rotator` 3.1.0 (on Laravel 9.39.0, php 8.1.11, storage is MariaDB) and I think I can shed some light....
I adjusted ReEncryptsModels.php locally and it appeared to work on strings. I added a serializeCasts array to detect if it's serialized or not. Then pass through if its serializable or...
> Come to think of it, if the user of this package is using 'custom' encrypted attributes/mutators/accessors, like the included tests do (and until relatively recently I believe was the...
I don't have the repo cloned nor the environment available to test it using the built-in tests. I'd also like @rawilk to weigh-in on implementation approaches.