Weaviate Knowledge Cards
Unlock the power of vector search. Our guides will help you conquer vector embeddings and build better AI applications.
Advanced RAG Techniques
Query Rewriting
Query Rewriting involves reformulating the original user query to make it more suitable for retrieval. This is particularly useful in scenarios where user queries are not optimally phrased or expressed differently. This can be achieved by using an LLM to rephrase the original user query or employing specialized smaller language models trained specifically for this task.
Related Content: