Hello everyone,
I’ve built a chatbot for my company using the ChatGPT API and Langchain. It is currently linked to our Confluence database. Whenever I ask for the link of the page where it found the answer, it generates a random link. Technically, I think I understand why this happens since I’m using embeddings, so it is not retrieving the URL of the Confluence space and page.
Does anyone have any idea how I can provide the correct link as well as the documentation?
Thank you in advance,