-
- Downloads
add linting + some refactors (#16)
Co-authored-by:
Jerry Liu <jerry@robustintelligence.com>
Showing
- .flake8 12 additions, 0 deletions.flake8
- .gitignore 131 additions, 0 deletions.gitignore
- Makefile 11 additions, 0 deletionsMakefile
- gpt_index/__init__.py 1 addition, 0 deletionsgpt_index/__init__.py
- gpt_index/file_reader.py 4 additions, 2 deletionsgpt_index/file_reader.py
- gpt_index/index.py 56 additions, 79 deletionsgpt_index/index.py
- gpt_index/prompts.py 12 additions, 8 deletionsgpt_index/prompts.py
- gpt_index/schema.py 27 additions, 0 deletionsgpt_index/schema.py
- gpt_index/text_splitter.py 4 additions, 3 deletionsgpt_index/text_splitter.py
- gpt_index/utils.py 5 additions, 4 deletionsgpt_index/utils.py
- pyproject.toml 7 additions, 0 deletionspyproject.toml
- requirements.txt 8 additions, 1 deletionrequirements.txt
Loading
Please register or sign in to comment