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/docs/integrations/providers/lakefs.mdx

19 lines
522 B
Markdown

# lakeFS
>[lakeFS](https://docs.lakefs.io/) provides scalable version control over
> the data lake, and uses Git-like semantics to create and access those versions.
## Installation and Setup
Get the `ENDPOINT`, `LAKEFS_ACCESS_KEY`, and `LAKEFS_SECRET_KEY`.
You can find installation instructions [here](https://docs.lakefs.io/quickstart/launch.html).
## Document Loader
See a [usage example](/docs/integrations/document_loaders/lakefs).
```python
from langchain_community.document_loaders import LakeFSLoader
```