https://github.com/davidwrossiter/langchunk
Source code for chunking code in multiple different languages
https://github.com/davidwrossiter/langchunk
chunking chunking-algorithm embedding llm-context vectorization
Last synced: 3 months ago
JSON representation
Source code for chunking code in multiple different languages
- Host: GitHub
- URL: https://github.com/davidwrossiter/langchunk
- Owner: davidwrossiter
- Created: 2024-06-17T17:26:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T14:20:07.000Z (about 1 year ago)
- Last Synced: 2025-03-14T22:35:13.570Z (4 months ago)
- Topics: chunking, chunking-algorithm, embedding, llm-context, vectorization
- Language: JavaScript
- Homepage:
- Size: 6.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lang chunk
> I created langchunk to chunk entire codebases correctly.
RAG systems rely on data that has been properly chunked and embedded. Langchunk allows you to create high-quality chunks from any codebase including metadata about the file structure of the directory and the content of each file within it.
---
**Current capabilities**
- Allows for chunking of javascript source code.
- Chunks based on Function declaration, class declaration, variable declaration, and expression statements.**Steps for future versions**
- Allow for different languages
- Generate embeddings for vector databases