langchain/docs/api_reference
Yifei Song 7d29bb2c02
Add Xorbits Dataframe as a Document Loader (#7319)
- [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 document loader, which allows
langchain to leverage Xorbits to parallelize and distribute the loading
of data.
- Dependencies: This change requires the Xorbits library to be installed
in order to be used.
`pip install xorbits`
- Request for review: @rlancemartin, @eyurtsev
- Twitter handle: https://twitter.com/Xorbitsio

Co-authored-by: Bagatur <baskaryan@gmail.com>
2023-07-10 04:24:47 -04:00
..
_static/css Page per class-style api reference (#6560) 2023-06-30 09:23:32 -07:00
templates Page per class-style api reference (#6560) 2023-06-30 09:23:32 -07:00
themes rm side nav (#7297) 2023-07-06 15:19:29 -04:00
api_reference.rst Add Xorbits Dataframe as a Document Loader (#7319) 2023-07-10 04:24:47 -04:00
conf.py Page per class-style api reference (#6560) 2023-06-30 09:23:32 -07:00
create_api_rst.py Page per class-style api reference (#6560) 2023-06-30 09:23:32 -07:00
index.rst Page per class-style api reference (#6560) 2023-06-30 09:23:32 -07:00
make.bat
Makefile