RAG Operations
Query (Semantic Search)
Search for detailed chunks of text relevant to a query.POST /api/rag/query
ID of the knowledge base to search
The search query
Number of results to return
Chat
Generate an AI response based on your content.POST /api/rag/chat
ID of the knowledge base
The user’s message/question
LLM model to use
