You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
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>
1 year ago
..
api_reference Add Xorbits Dataframe as a Document Loader (#7319) 1 year ago
docs_skeleton update databerry-chaindesk redirect (#7378) 1 year ago
extras Add Xorbits Dataframe as a Document Loader (#7319) 1 year ago
snippets Fix typo (#7416) 1 year ago
.local_build.sh Harrison/deeplake new features (#6263) 1 year ago
package-lock.json docs: New experimental UI for Mendable Search (#6558) 1 year ago
requirements.txt Page per class-style api reference (#6560) 1 year ago