dlt-hub / dlt_demos

examples how to load data from different sources to weaviate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Loading Demos

This repository contains Jupyter notebooks and more extensive projects that illustrate various methods for loading data into different destinations (e.g. Weaviate database) using the dlt library.

Repository Contents

Prerequisites

To run the notebooks, you will need credentials for the tools being used. They are added to the .dlt folder. For instance, if you're working on a Weaviate notebook, you will have to add Weaviate credentials. Refer to the notebooks to find out which credentials are needed.

Common demos

Weaviate demos

Personio demos

Project demos

Project demos are more extensive compared to the notebook ones and have their own README files. Refer to each project for more details.

License

This repository is licensed under the Apache License 2.0. Please refer to the LICENSE.txt file for more details.

Happy coding and data loading! 🚀📊

About

examples how to load data from different sources to weaviate

License:Apache License 2.0


Languages

Language:Python 63.9%Language:Jupyter Notebook 36.1%