llama-index readers hubspot integration
Project description
Hubspot Loader
pip install llama-index-readers-hubspot
This loader loads documents from Hubspot. The user specifies an access token to initialize the HubspotReader.
At the moment, this loader only supports access token authentication. To obtain an access token, you will need to create a private app by following instructions here.
Usage
Here's an example usage of the HubspotReader.
import os
from llama_index.readers.hubspot import HubspotReader
reader = HubspotReader("<HUBSPOT_ACCESS_TOKEN>")
documents = reader.load_data()
This loader is designed to be used as a way to load data into LlamaIndex.
Project details
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
File details
Details for the file llama_index_readers_hubspot-0.3.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_hubspot-0.3.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc8bce5bc9af8eeb4215b094fb787a7fb98bd9b52f79fe19894a67854eca5e68 |
|
MD5 | 352bd78e42413090d195d100552dfc35 |
|
BLAKE2b-256 | a5d454c1168541d71c5d4ff4429b6052da251e547337b6121191b23abee0f617 |
File details
Details for the file llama_index_readers_hubspot-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_hubspot-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.10 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af25f52fb92b83890418858931776c0ac31efe44af96dc3b82472a4322ce0cb2 |
|
MD5 | 06df1398e50d03c59ef9f159c282cd59 |
|
BLAKE2b-256 | 2c1979df04445aa809cb8ec09207db3e33ffa44ce3bafa8b7030bccae1c5bd87 |