llama-index readers memos integration
Project description
Memos Loader
pip install llama-index-readers-memos
This loader fetches text from self-hosted memos.
Usage
To use this loader, you need to specify the host where memos is deployed. If you need to filter, pass the corresponding parameter in load_data
.
from llama_index.readers.memos import MemosReader
loader = MemosReader("https://demo.usememos.com/")
documents = loader.load_data({"creatorId": 101})
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_memos-0.3.0.tar.gz
.
File metadata
- Download URL: llama_index_readers_memos-0.3.0.tar.gz
- Upload date:
- Size: 2.3 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 | 86dd20e0eced029fff4d7448bf3aabf46212659de01481bec82fba95e75e71a1 |
|
MD5 | 1c13ce42ed7ea38b8126edb00f8160b7 |
|
BLAKE2b-256 | b0efd9cd059f8c9f58c9fe3a44e3c211af1ba98caa40fd9b2d24afa325e0672f |
File details
Details for the file llama_index_readers_memos-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: llama_index_readers_memos-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 | 3652d392d078f3622cd72164d5fdb98dc805fbcd72429b4296d46b21cf83adc4 |
|
MD5 | d8a3f06518058c9093acebca0caf2dc8 |
|
BLAKE2b-256 | 3919b028444503c60614ceda678af750589fd80dd7298b17fd33ffc8679a3840 |