Retrieve Chunks
Retrieve relevant chunks.
Args: request: RetrieveRequest containing: - query: Search query text - filters: Optional metadata filters - k: Number of results (default: 4) - min_score: Minimum similarity threshold (default: 0.0) - use_reranking: Whether to use reranking - use_colpali: Whether to use ColPali-style embedding model - folder_name: Optional folder to scope the search to - end_user_id: Optional end-user ID to scope the search to auth: Authentication context
Returns: List[ChunkResult]: List of relevant chunks
post/retrieve/chunks
Headers
authorizationstring
Request body
Response
Successful Response