You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: