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
Markdown is the de facto standard for LLMs, so having an HTML -> markdown conversion functionality would help users who want to build RAG applications.
Proposed Solution
Add an optional HTML -> Markdown functionality
Configurable in the YAML file
When configured, adds a single field to ingested document, containing the converted markdown content
When not configured, field is not present on ingested documents at all
Problem Description
Markdown is the de facto standard for LLMs, so having an HTML -> markdown conversion functionality would help users who want to build RAG applications.
Proposed Solution
Add an optional HTML -> Markdown functionality