Janus LLM#
Usage#
- Quick Start
How to use janus-llm to load source code files into a Chroma vector database.
- Reading Binaries
How to read binaries and load the C-like pseudocode into a Chroma vector database.
- Translating
How to use LLMs to translate from one programming language to another.
- Supported Languages
The supported input languages. This depends on tree-sitter parsers that have been included or is based on custom parsers created for this project.
Development#
- Contributing
How to contribute changes to the codebase or to documentation.