Hacker News new | ask | show | jobs
by marmaduke 641 days ago
Very cool. Can you describe any fine tuning or RAG you did? Did you have to go through a bootstrapping process?

Totally get it if you don’t want to share details.

1 comments

Currently we have a quite basic RAG setup, no fine-tuning.

We wanted to get this out fast so decided to use Assistants API but definitely needs some polishing in this RAG pipeline (e.g. having more control over the exact search queries). For the MVP it was convenient as it all comes out of the box. Metadata filtering also better with Pinecone for instance.