Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Add SingleStoreReader #404

Merged
merged 9 commits into from
Jul 22, 2023
Merged

Add SingleStoreReader #404

merged 9 commits into from
Jul 22, 2023

Conversation

apeng-singlestore
Copy link
Contributor

Loads documents from a singlestore table that has been populated with text and embedding columns

Fixed the poetry.lock issue

llama_hub/singlestore/README.md Outdated Show resolved Hide resolved
llama_hub/singlestore/base.py Outdated Show resolved Hide resolved
from llama_index.readers.schema.base import Document
from llama_index import download_loader, ListIndex

import pymysql
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do the imports from within the class and raise import error with appropriate error messages.

For example: https://github.com/emptycrown/llama-hub/blob/main/llama_hub/couchdb/base.py

Copy link
Collaborator

@Disiok Disiok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be a very minor change to pass CI tests!

Copy link
Collaborator

@Disiok Disiok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Disiok Disiok merged commit a646c58 into run-llama:main Jul 22, 2023
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants