llama-index readers macrometa_gdn integration
Project description
Macrometa GDN Loader
This loader takes in a Macrometa federation URL, API key, and collection name and returns a list of vectors.
Usage
To use this loader, you need to pass the URL and API key through the class constructor, and then load the data using an array of collection names.
from llama_index import download_loader
MacrometaGDNReader = download_loader("MacrometaGDNReader")
collections = ["test_collection"]
loader = MacrometaGDNReader(url="https://api-macrometa.io", apikey="test")
vectors = loader.load_data(collection_list=collections)
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_macrometa_gdn-0.1.1.tar.gz.
File metadata
- Download URL: llama_index_readers_macrometa_gdn-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96f19bc52c2d758d574db66e7c9dddd952c180f67fd3d6dc17532005d3dde08a
|
|
| MD5 |
5cc4a2b536dfb1693310e05dff33b166
|
|
| BLAKE2b-256 |
451a8f9ffc5fcf2ac6904f93a237458f8a82283092d8415fa26ab0a88d0b2674
|
File details
Details for the file llama_index_readers_macrometa_gdn-0.1.1-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_macrometa_gdn-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Darwin/23.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a293ce98cbb20098d410a6c18e98e8121ab0d4cf90042daaef61aa692f9e2e5
|
|
| MD5 |
70fb3001550b71c77377b001047744de
|
|
| BLAKE2b-256 |
196ab50485fde51a0146906aa0aa164169d4d938f46797f613b6ebe1f0adcc12
|