llama-index readers firebase_realtimedb integration
Project description
Firebase Realtime Database Loader
pip install llama-index-readers-firebase-realtimedb
This loader retrieves documents from Firebase Realtime Database. The user specifies the Firebase Realtime Database URL and, optionally, the path to a service account key file for authentication.
Usage
Here's an example usage of the FirebaseRealtimeDatabaseReader.
from llama_index.readers.firebase_realtimedb import (
FirebaseRealtimeDatabaseReader,
)
database_url = "<database_url>"
service_account_key_path = "<service_account_key_path>"
path = "<path>"
reader = FirebaseRealtimeDatabaseReader(database_url, service_account_key_path)
documents = reader.load_data(path)
This loader is designed to be used as a way to load data into LlamaIndex.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_firebase_realtimedb-0.4.1.tar.gz.
File metadata
- Download URL: llama_index_readers_firebase_realtimedb-0.4.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02ef7d54e7e355c30a21f259358669f769720e75be7807f4802a303a68be7bf5
|
|
| MD5 |
8246bb1dfb273d9096e729de8199b85e
|
|
| BLAKE2b-256 |
e90a8a50855ed2b4463f448618ad9a7777b6650ae4c633539529e139109f3464
|
File details
Details for the file llama_index_readers_firebase_realtimedb-0.4.1-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_firebase_realtimedb-0.4.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c2025985a09f125074b1b48ec86ab15d7f092352f1bda82520f59aa171eb870
|
|
| MD5 |
5a6def936c3bf7f43d874d6072f74ce1
|
|
| BLAKE2b-256 |
7930fd62122962a4af5ed063a69f499bbb5534c0bdf37f3f7c4abee10b59e24f
|