mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
Links missing in markdown files when importing to documents #884
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hame25 on GitHub (May 10, 2024).
Bug Report
Description
Bug Summary:
Importing a markdown file in to documents does not preserve href's
When asking for a url to be shared this is not available
Steps to Reproduce:
Create a markdown file with a link in it
e.g.
[Access my custom docs here]("http://www.my-docs-url.com")import it into documents
run a question on given documents
"Can you share url for "my custom docs""
Does not return the link
Expected Behavior:
Link is returned
Actual Behavior:
"My custom docs can be found at: [Insert URL]"
Environment
Open WebUI Version: 0.1.124
Ollama (if applicable): 0.1.34
Operating System: macOS sonoma 14.4.1
Browser (if applicable): Chrome 123
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
Screenshots (if applicable):
Installation Method
Docker quickstart described here: https://docs.openwebui.com/getting-started/#quick-start-with-docker-
Additional Information
Note