Find answers from the community

Updated 9 months ago

Is there a way to add hyperlinks to text

Is there a way to add hyperlinks to text in vector embeddings? Or on message add a hyperlink to a word for example "Click here" is linked back to a link extracted from metadata in the embedding
L
1 comment
You can inspect the source nodes and possibly add the text

print(response.source_nodes[0].node.metadata)
Add a reply
Sign up and join the conversation on Discord