Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Telegram and Text Files connectors #20

Merged
merged 4 commits into from
Feb 28, 2024
Merged

feat: Telegram and Text Files connectors #20

merged 4 commits into from
Feb 28, 2024

Conversation

tnunamak
Copy link
Member

No description provided.

@tnunamak tnunamak requested a review from Kahtaf February 28, 2024 20:58
Copy link
Member

@Kahtaf Kahtaf left a comment

Choose a reason for hiding this comment

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

Thanks for adding all these connectors! 🚀

README.md Outdated

On the roadmap:
* Load data using any [LlamaHub loader](https://llamahub.ai/?tab=loaders) (partial support is available through the API).
* Directly and selectively query loaded data.
* Load data using any [LlamaHub loader](https://llamahub.ai/?tab=loaders).
Copy link
Member

Choose a reason for hiding this comment

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

Is this on the roadmap? I thought we were going with the approach of "one connector for each data source" vs "support all llamahub loaders", because the E2E flow for each connector varies.

Copy link
Member Author

Choose a reason for hiding this comment

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

I think a general-purpose LlamaHub loader should be possible, probably with some limitations (some loaders need additional python dependencies), but I've removed it until we can clarify further.

return [
DocumentDTO(
content=data_uri_to_string(data_uri),
content_type="text/plain",
Copy link
Member

Choose a reason for hiding this comment

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

Should this be application/json?

return [
DocumentDTO(
content=data_uri_to_string(data_uri),
content_type="text/plain",
Copy link
Member

Choose a reason for hiding this comment

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

text/html?

README.md Outdated Show resolved Hide resolved
@tnunamak tnunamak merged commit 02cc326 into main Feb 28, 2024
1 check passed
@tnunamak tnunamak deleted the new-connectors branch February 28, 2024 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants