Rename khoj_sample.yml to more specific khoj_docker.yml

- Update docker-compose.yml to start container using khoj_docker.yml
- Use /data/org in input-filter for content-type > org
This commit is contained in:
Debanjum Singh Solanky
2022-08-04 22:40:16 +03:00
parent f50f343f73
commit a876b652d8
2 changed files with 54 additions and 1 deletions

View File

@@ -26,4 +26,4 @@ services:
- ./tests/data/embeddings/:/data/embeddings/
- ./tests/data/models/:/data/models/
# Use 0.0.0.0 to explicitly set the host ip for the service on the container. https://pythonspeed.com/articles/docker-connection-refused/
command: --host="0.0.0.0" --port=8000 -c=config/khoj_sample.yml -vv
command: --host="0.0.0.0" --port=8000 -c=config/khoj_docker.yml -vv