Published 27 days ago
In this example, we will ensure that all texts from the OpenAI assistant search for citations and sources in the vector store files. We can also format the output for Markdown or HTML tags.
This is necessary because the assistant sometimes generates strange characters, and we can also use dynamic references such as citations 1, 2, 3, for example.
In this workflow, we will use an OpenAI assistant created within their interface, equipped with a vector store containing some files for file retrieval.
The assistant will perform the file search within the OpenAI infrastructure and will return the content with citations.
Insert an OpenAI Key
At the end of the workflow, we have a block of code that will format the output, and there we can add Markdown tags to create links. Optionally, we can transform the Markdown formatting into HTML.
Implement complex processes faster with n8n