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]: Enhance Chat Functionality with Link Support #1

Open
3 tasks
yatendra2001 opened this issue Feb 25, 2024 · 0 comments
Open
3 tasks

[Feat]: Enhance Chat Functionality with Link Support #1

yatendra2001 opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yatendra2001
Copy link
Owner

Is your feature request related to a problem?

Currently, the app supports chatting based on text and PDF inputs. Users have expressed a desire to include links to articles or blog posts as input for chatting.

Describe the solution that you'd like

Implement a new feature where users can input a link to an article or blog post. This feature would scrape the data from the provided link, process it (chunking + embedding), and then allow users to query this data, similar to the existing chat with PDF feature.

Describe alternatives that you have considered

An alternative could be to allow users to manually input the text from the article or blog post, but this would not be as user-friendly or efficient.

Additional Information

N/A

Acceptance Criteria

  • Users can input a link to an article or blog post.
  • The app successfully scrapes and processes the content of the link.
  • Users can interact with the processed content through the chat interface.
@yatendra2001 yatendra2001 added the enhancement New feature or request label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant