mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
- Put test data for each content type into separate directories
- Makes config.yml for docker and local host consistent
- Prepending tests to /data in sample_config.yml makes application
run on local host using test data
- Allows mounting separate volume for each content type in docker-compose
- Ignore gitignore to only add tests content, not generated models or embeddings
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
__pycache__
|
|
.DS_Store
|
|
.emacs.desktop*
|
|
tests/data/models
|
|
tests/data/embeddings
|
|
src/.data
|
|
.vscode
|
|
*.gz
|
|
*.pt |