langchain/docs/extras/modules/agents
Yifei Song 2e47412073
Add Xorbits agent (#7647)
- [Xorbits](https://doc.xorbits.io/en/latest/) is an open-source
computing framework that makes it easy to scale data science and machine
learning workloads in parallel. Xorbits can leverage multi cores or GPUs
to accelerate computation on a single machine, or scale out up to
thousands of machines to support processing terabytes of data.

- This PR added support for the Xorbits agent, which allows langchain to
interact with Xorbits Pandas dataframe and Xorbits Numpy array.
- Dependencies: This change requires the Xorbits library to be installed
in order to be used.
`pip install xorbits`
- Request for review: @hinthornw
- Twitter handle: https://twitter.com/Xorbitsio
2023-07-17 07:09:51 -07:00
..
agent_types Fix make docs_build and related scripts (#7276) 2023-07-11 22:05:14 -04:00
how_to Fix make docs_build and related scripts (#7276) 2023-07-11 22:05:14 -04:00
toolkits Add Xorbits agent (#7647) 2023-07-17 07:09:51 -07:00
tools Simple Import fix in Tools Exception Docs (#7740) 2023-07-15 10:25:34 -04:00