Langchain Agent Toolkits - Pandas DataFrame, JSON and SQL Database Agents

Langchain Agent Toolkits - Pandas DataFrame, JSON and SQL Database Agents

BugBytes

1 год назад

8,455 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Alex-rj6fo
@Alex-rj6fo - 22.06.2023 22:30

Thank you very much for your work

Ответить
@silkogelman
@silkogelman - 26.06.2023 11:37

These LangChain agents and tools are very interesting, thank you! 😀🙏
Defining a custom tool also looks cool, as interface to your own API backend in Django / FastAPI or so.

Ответить
@CMAZZONI
@CMAZZONI - 12.07.2023 00:09

Have you tried using a open source model for this? Most times OpenAi will not be usable, specially if your data contains sensitive or personal information.

Ответить
@fasedbikes3299
@fasedbikes3299 - 23.07.2023 16:29

have you checked openSSM?seems interesting

Ответить
@jhanicoetzee2196
@jhanicoetzee2196 - 28.07.2023 09:30

Thanks for the great video!
I am running into issues with big datasets and the JSON Agent, that it doesn't consider all the data, just basically that fits into the context window. From my understanding, it is supposed to overcome the context window issue. Any advice on this?

Ответить
@IvanRothman-o5f
@IvanRothman-o5f - 09.08.2023 02:46

Thank you for this video! I am having trouble using pandas agent: When I ask for more than one answer in the same question it throws errors at me.

If I ask for the name or I ask for the age of the oldest passenger, no problem sending me the result.
But if I ask for the name and age of the oldest passenger I get a JSONDecodeError, Thoughts?

Ответить
@sudhanshurathore8713
@sudhanshurathore8713 - 20.08.2023 08:42

Hey I am usign Azureopenai LLM model but constantly parsing error. Can you help?

Ответить
@MohamedAli-hh3qm
@MohamedAli-hh3qm - 05.09.2023 18:01

Large SQL database takes more time in the line of code SQLDatabase.from_uri() need advice to optimise it.
Thank you.

Ответить
@nitinnegi4277
@nitinnegi4277 - 12.10.2023 14:28

i am using sqldatabase toolkit at an enterprise ,data is huge.When i am using this toolkit i am getting max tokens error and query is totally depend upon the toolkit.Can you tell me how to modify sqldatabase toolkit and is this possible to get 100% accuracy?

Ответить
@siddharthchoudhury7622
@siddharthchoudhury7622 - 12.10.2023 22:10

Please make a video on how to have chat continuation in pandas agent

Ответить
@MichaelSchwabTX
@MichaelSchwabTX - 17.10.2023 04:38

Thanks for the informative video. I did find it amusing that the AI said females were MORE likely to survive even though they had a LOWER survival score of 2.159 vs the males as 2.389. I suppose we should take this as a cautionary discussion that you really cannot assume it will always give the right answer.

Ответить
@theanigos
@theanigos - 18.10.2023 22:06

I am getting this error

pydantic.error_wrappers.ValidationError: 1 validation error for JsonToolkit
spec
value is not a valid dict (type=type_error.dict)

Ответить