githubexplorer / app /core /constants.py
Kareman's picture
initial commit: full implemntation of git explorer project
acc643d
Raw
History Blame Contribute Delete
258 Bytes
METADATA_FILE = "metadata.json"
CODE_INDEX_FILE = "code.json"
GRAPH_FILE = "graph.json"
CHUNKS_FILE = "chunks.json"
EMBEDDINGS_FILE = "embeddings.json"
ENTITIES_FILE = "entities.json"
RESOLVED_CODE_FILE = "resolved_code.json"
GRAPH_FILE = "graph.json"