Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pkraman06
/
ai-codebase-intelligence
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai-codebase-intelligence
/
utils
/
helpers.py
pkraman06
Create helpers.py
c18a5b8
verified
2 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
import
textwrap
class
Helpers
:
@staticmethod
def
chunk_text
(
text, chunk_size=
500
):
return
textwrap.wrap(text, chunk_size)