A RAG with the HyDE method: augmenting the semantic field
The vector search of a RAG consists of a semantic search in our documents. The original request (the query) is particularly important because it will give us our vector used in the search for the nearest neighbors of the vector plane. The documents that make up our vector database very often come from different sources […]