fRAGme.api.v1.data
.data_get_texts
- class fRAGme.api.v1.data.data_get_texts(request: DataGetTextsRequest, current_user: Annotated[User, Depends(get_current_active_user)])
Endpoint to get text snippets from specified vector store.
- Parameters:
request – An request object to fill with parameters.
- Returns:
Return dictionary of Text objects.
- Raises:
HTTPException – Generic internal server error.