Spaces:
Running
Running
Merge branch 'main' of https://github.com/CintraAI/code-chunker
Browse files
README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
|
2 |
-
# Code Chunker & Parser
|
3 |
|
4 |
-
|
5 |
|
6 |
## Features
|
7 |
|
|
|
1 |
+
# CintraAI Code Chunker
|
|
|
2 |
|
3 |
+
Cintra's Code Chunker is a novel open-source tool designed to enhance code readability and maintainability by intelligently chunking code files based on key points of interest. This tool leverages advanced parsing techniques to identify significant elements in your code, such as functions, classes, and comments, to organize your codebase into manageable, easily understandable chunks. It's an invaluable resource for applications such as RAG, code patching, and other use cases.
|
4 |
|
5 |
## Features
|
6 |
|