Hi Bart. This is great! Can you explain how we can adjust the response of the assistant (e.g., removing references, suggesting links from the document, etc)? Thanks!
@BartSlodyczka2 ай бұрын
Thank you! I do exactly this using custom javascript as I don't think you can remove those references from the actual assistant responses. You can put some sample Pinecone assistant responses into chatGPT and ask it to write javascript code to essential find those references (the "[1]" and reference list at the end of the reply) and ask it to remove them. You can then either run this javascript code within the main VF function, or you can just use a standalone javascript block. Hope this helps?
@mohammedameen74093 ай бұрын
Nice work
@BartSlodyczka3 ай бұрын
my man 💪
@learn.zionflow2 ай бұрын
Good job, Bart! Is it possible to add a function that scrapes a domain/root-path into the Knowledge Base?
@BartSlodyczka2 ай бұрын
thanks legend! I've never done that before so not sure on how to overall integration would look, but if you wanted to enrich responses with additional data, I'm sure there would be a way to add metadata into the KB when putting in files (via the Pinecone API)