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

[BUG] Confluence Data Center File Upsert broken - URL of page not correct in metadata "url" #3144

Open
chris-wgg opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@chris-wgg
Copy link

Describe the bug
When i upset data from Confluence node to qdrant Vector store, the collection is build with wrong URL in the metadata.
pageID is correct but URL is created like "https://confluence.com/spaces/SPACEKEY/pages/127801231" but should be
"https://confluence.com/pages/viewpage.action?pageId=127801231"

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Chatflow
  2. Add the Confluence Node and configure it
  3. Add a qdrant Node
  4. Add an embedding Node
  5. Upsert the Confluence Data
  6. Go to the qdrant dashboard and open the collection.
  7. Look at the "metadata" section in the URL

Expected behavior
URL should be "https://confluence.com/pages/viewpage.action?pageId=127801231"

Screenshot Example

Bildschirmfoto 2024-09-04 um 12 56 08

Chatflow Example

example-upsert-confluence Chatflow.json

Flow
If applicable, add exported flow in order to help replicating the problem.

Setup

  • Flowise Version 2.0.7
  • OS: Linux Ubuntu 24
  • Browser chrome
  • Qdrant Version v1.11.3
@HenryHengZJ HenryHengZJ added the bug Something isn't working label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants