CintraAI commited on
Commit
9ede9d1
·
2 Parent(s): a1983fb c7b5e6a

Merge branch 'main' of https://github.com/CintraAI/code-chunker

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,7 +1,6 @@
1
- '''
2
- # Code Chunker & Parser
3
 
4
- The Code Chunker & Parser 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 developers looking to optimize their code for better collaboration and efficiency.
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