• 0 Posts
  • 3 Comments
Joined 11 months ago
cake
Cake day: November 8th, 2023

help-circle


  • Most often you search the vector db with natural language, there is no special schema to use but you do need to consider how the embedding model is capturing the vectors so it is matched with the embedded query. RAG actually also describes when the LLM is driving the searches, and is the only way I have coded it, the user may ask for something but the LLM creates the search query based on that and the conversation history.