get_project_info
Retrieve detailed information about a specific RAG project, including its structure, content, and configuration for effective library management and content retrieval.
Instructions
Get detailed information about a specific RAG project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_name | Yes | Name of the project |
Input Schema (JSON Schema)
{
"properties": {
"project_name": {
"description": "Name of the project",
"type": "string"
}
},
"required": [
"project_name"
],
"type": "object"
}