Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parquet Files not found in Output #181

Open
Deven-Biehler opened this issue May 31, 2023 · 1 comment
Open

Parquet Files not found in Output #181

Deven-Biehler opened this issue May 31, 2023 · 1 comment

Comments

@Deven-Biehler
Copy link
Contributor

I am running the command "docker-compose -f deployment/docker-compose-ingest-newdc.yml -p cosmos up" but am not getting any parquet files in my output file

here is my .env file:

BASE_IMAGE=uwcosmos/cosmos-base
DETECT_IMAGE=uwcosmos/cosmos-ingestion
WORKER_IMAGE=uwcosmos/cosmos-ingestion
RETRIEVAL_IMAGE=uwcosmos/cosmos-retrieval
EXTRACTION_IMAGE=ankurgos/cosmos-extraction:latest
VISUALIZER_IMAGE=uwcosmos/visualizer_kb:latest
UPLOAD_IMAGE=iaross/cosmos-api:latest
API_IMAGE=iaross/cosmos-api:latest
LINKING_IMAGE=uwcosmos/cosmos-linking

DETECT_PROCS=1
WORKER_PROCS=8

DEVICE=cuda
RERANKING_DEVICE=cuda

SCHEDULER_ADDRESS=scheduler:8786
ELASTIC_ADDRESS=es01:9200
INPUT_DIR=../test/input
TMP_DIR=../test/mytmp
OUTPUT_DIR=../test/output
ELASTIC_DATA_PATH=../test/example_elastic_out

here is my output when running docker-compose -f deployment/docker-compose-ingest-newdc.yml -p cosmos up:
image

I can provide more information if needed.

@Deven-Biehler
Copy link
Contributor Author

We have identified the problem and are working on a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant