langchain/docs/extras/modules
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
..
agents docs(agents/toolkits): Fix error in document_comparison_toolkit.ipynb (#7417) 2023-07-08 19:51:08 -04:00
callbacks Update the API Reference link in Streamlit integration docs (#7377) 2023-07-07 17:35:57 -04:00
chains Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
data_connection Add Xorbits Dataframe as a Document Loader (#7319) 2023-07-10 04:24:47 -04:00
memory Add ZepMemory; improve ZepChatMessageHistory handling of metadata; Fix bugs (#7444) 2023-07-10 01:53:49 -04:00
model_io integrate JinaChat (#6927) 2023-07-08 02:17:04 -04:00
paul_graham_essay.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
state_of_the_union.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00