Spaces:
Running
Running
updated readme
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
@@ -58,15 +70,3 @@ This project is licensed under the Apache 2.0 license. See the License file for
|
|
58 |
- This project utilizes the tree-sitter project for parsing code.
|
59 |
- This also uses tiktoken to count tokens for determining chunk sizes.
|
60 |
|
61 |
-
|
62 |
-
---
|
63 |
-
title: Test
|
64 |
-
emoji: 🐢
|
65 |
-
colorFrom: pink
|
66 |
-
colorTo: purple
|
67 |
-
sdk: streamlit
|
68 |
-
sdk_version: 1.33.0
|
69 |
-
app_file: app.py
|
70 |
-
pinned: false
|
71 |
-
license: mit
|
72 |
-
---
|
|
|
1 |
+
---
|
2 |
+
title: Test
|
3 |
+
emoji: 🐢
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: purple
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.33.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
# CintraAI Code Chunker
|
14 |
|
15 |
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.
|
|
|
70 |
- This project utilizes the tree-sitter project for parsing code.
|
71 |
- This also uses tiktoken to count tokens for determining chunk sizes.
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|