Buckler
Buckler
Any news?
Updating SQLALchemy to 2.0.12 works for me
I've had the same problem with all agent types. The _validate_tools method is the problem. Commenting out this line, the agent resumes work: https://github.com/hwchase17/langchain/blob/v0.0.152/langchain/agents/agent.py#L478 I still can't figure out why....
I think this is fixed with [#7639](https://github.com/hwchase17/langchain/pull/7639)
To solve this you can pass all the parameters also to the load_from_* fucntion. For example: ``` # define LLM llm = AzureOpenAI(deployment_name="**********", model_name="text-davinci-003", temperature=.0, max_tokens=1000) llm_predictor = LLMPredictor(llm=llm) embedding_llm...
I have read the CLA Document and I sign the CLA
Any update on that? I got the same issue with dask columnTrasformer using `ColumnTransformer(transformers, remainder='passthrough') ` resulting in `DataFrame' object has no attribute 'take'` In case I use `ColumnTransformer(transformers, remainder='drop')`...
Hello @glenn-jocher As of now, I noticed that only the version ultralytics==8.0.186 is listed as supported on the [Weights & Biases documentation page](https://docs.wandb.ai/guides/integrations/ultralytics). Could you please provide any available updates...
Hi @Russell-Pollari , can you explain how those changes will impac the usage of the chorma from a user point of view? My use case is the following: Each item...