• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: November 26th, 2023

help-circle

  • First I need to classify that in RAG the input is the original natural language documents rather than vectors. So Embeddings is just a method to achieve retrieval, you can use any method you like, including string based search, or mix multiple approaches. Anyhow it is just a method to enrich your prompt with relevant context, it only changes the prompt instead of the model architecture.