Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "chunking",
Short: "AI-powered document chunking analysis and recommendations",
Long: `Analyze documents and get AI-powered recommendations for optimal chunking strategies.
The chunking command helps you determine the best chunk size, overlap, and
strategy for your documents based on their structure and content type.
Examples:
# Analyze documents and get chunking recommendations
weave chunking suggest ./docs --collection my-docs
# Analyze with specific requirements
weave chunking suggest ./samples --collection tech-docs \
--requirements "Technical documentation with code examples"
# Output recommendations to file
weave chunking suggest ./docs --collection articles --output chunking.yaml`,
}
Cmd represents the chunking command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.