AnswerDotAI / RAGatouille

Easily use and train state of the art late-interaction retrieval methods (ColBERT) in any RAG pipeline. Designed for modularity and ease-of-use, backed by research.
Apache License 2.0
3.07k stars 210 forks source link

How to obtain the embedding themselves? #250

Open brando90 opened 2 months ago

brando90 commented 2 months ago

I wanted to

  1. train an embedding model for my task
  2. produce embeddings myself for similarity/alginment socres

thanks!