We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Expected behavior URL should be "https://confluence.com/pages/viewpage.action?pageId=127801231"
Screenshot Example
Chatflow Example
example-upsert-confluence Chatflow.json
Flow If applicable, add exported flow in order to help replicating the problem.
Setup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Expected behavior
URL should be "https://confluence.com/pages/viewpage.action?pageId=127801231"
Screenshot Example
Chatflow Example
example-upsert-confluence Chatflow.json
Flow
If applicable, add exported flow in order to help replicating the problem.
Setup
The text was updated successfully, but these errors were encountered: