RAG issue with Gemini embeddings and OpenAI retrieval

Data has been embedded with Gemini, while OpenAI is being used for the step in a RAG setup. The practical question is whether mixing models from different inside one should work. The current result seems to be that the system is not finding the expected information.

Key points

  • The stored data was embedded with Gemini.
  • OpenAI is being used for .
  • The is not working as expected.
  • Mixing can hurt search quality if their vectors do not line up.
  • Cost-saving RAG needs dependable before it can reduce token use safely.
Read original