Anis Benna
Anis Benna
@dmitryrPlanner5D , thanks for the suggestion! The MongoDB setup is just a simple tool to know the names of the collections in a mongodb database, so nothing crazy. I did...
I found [the issue](https://github.com/langchain-ai/langchain/issues/19211) and [the solution](https://github.com/langchain-ai/langchain/issues/19211#issuecomment-2036065038).
I use a workaround of setting the frontend input to a `Blob`, hence removing any validation there. I do make sure to validate backend wise though: Having the following schema:...
Exact same issue with a local minikube cluster using ECK version `2.11.1`, can be easily reproduced through a `PersistentVolume` as follows: - `pv.yaml` ```yaml apiVersion: v1 kind: PersistentVolume metadata: name:...
I am in a similar boat in that the application does not start, I started the remote Libre Office with [the following docker image](https://hub.docker.com/r/linuxserver/libreoffice): ```yml version: "3" services: libreoffice: image:...
> I am in a similar boat in that the application does not start, I started the remote Libre Office with [the following docker image](https://hub.docker.com/r/linuxserver/libreoffice): > > ```yaml > version:...
If the list has too many options to cycle through, having a search bar can make it easier to pick the option you're looking for. I think that's what he...
Absolutely! It would be very cool to re-visit this project.
This is not windows specific. I also have the same error using `Ubuntu 22.04` using `Python 3.11.5`. Error message: > AttributeError('__pydantic_parent_namespace__') during 'GatewayRuntime' initialization > Flow@49194 Flow is aborted due...
I also saw the same behavior, albeit on `v2.93.4 EE`. I've been using `@langchain/openai`'s `ChatOpenAI` with LiteLLM (tweaking the base url and api key to point to my proxy's). ...