You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am searching for a possibility to implement semantic search into Confluence. Is there any possibility similar to Mediawiki?
Hello @Peter Richter welcome to the community. Confluence is based on keywords. Although you can give labels to pages for easier search and query.
At the bottom of each page there is the label tab in which you can give the page multiple labels.
This might be the way to help achieve what your tying to do.
No, that will no achieve the target. E.g when you have a typo like Qality Management you won't be able to find anything. by the way, same issue with Sharepoint...
People are not searching for labels, they are searching for expressions...
A modern search engine will need a semantic search anyway and it's stadard at Mediawiki applications already!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Peter Richter I apologize as I didn't understand the semantic type of search. I believe your correct as this is not built into Confluence.
My only other answer would be to look into the market place for an add-on that might offer this but I am not sure one exist.
Both Jira and Confluence are both based on keywords and CQL and JQL for query purposes. I am not sure you will find this but if you do please let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There will be an easy way to implement an incredible better search engine with ElasticSearch (https://www.elastic.co/). Quite easy to achieve, had it with my Mediawiki. no more problem with wrong spelling at search! And the best for Atlassian: I will even pay for that option!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The native confluence search is really bad (keywords). We've gotten much better results by importing into a vector db.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are right, the search is anno 2010... You just put the keywords into vector db, nothing else? In this case you will need to implement lots of keywords, correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a bit more involved than that. You will have to vectorize the documents (whole or split into text snippets) and import them along with the document itself into the vectrordb. You will then be able to use semantic search, spellcheck, summarization, etc.
Your search would then just need to touch upon the concept rather than you having to focus on keyword matches, although you can have a hybrid method where both approaches are used. Check: https://weaviate.io/developers/weaviate.
I'm mainly using it with a genAI chatbot that I developed for Teams:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Managing Permissions in Jira Cloud
Sharpen your skills at configuring and troubleshooting permissions in Jira Cloud with this free course.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.