Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
144 Bytes
package search
// Shared configuration for search methods.
const (
MaxQueryLen = 255
MaxResults = 150
DefaultMaxResults = 15
)