-
- Downloads
Make Google Drive Reader serializable (#12286)
Allow passing in client config, authorized user info, and service account keys directly in addition to supporting file names. Store the file contents in the object so they can be written to disk. Also allow passing a field to indicate the reader is running in the cloud, in which case the tokens should not be written to disk.
Showing
- llama-index-integrations/readers/llama-index-readers-google/CHANGELOG.md 6 additions, 0 deletions...egrations/readers/llama-index-readers-google/CHANGELOG.md
- llama-index-integrations/readers/llama-index-readers-google/llama_index/readers/google/drive/base.py 80 additions, 19 deletions...x-readers-google/llama_index/readers/google/drive/base.py
- llama-index-integrations/readers/llama-index-readers-google/pyproject.toml 1 addition, 1 deletion...rations/readers/llama-index-readers-google/pyproject.toml
- llama-index-integrations/readers/llama-index-readers-google/tests/test_readers_google_drive.py 53 additions, 0 deletions...a-index-readers-google/tests/test_readers_google_drive.py
Loading
Please register or sign in to comment