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

Updated code to handle limited value in config.yaml #257

Merged
merged 15 commits into from
Mar 12, 2024

Conversation

KunalJadhav5
Copy link
Contributor

Handle limited value in config.yaml

(venv) daxa-kunal@kunal-ubu-test-20240215-155301:~/kunal_pebblo/pebblo/pebblo/app/config$ cat config.yaml
logging:
  level: debug
(venv) daxa-kunal@kunal-ubu-test-20240215-155301:~/kunal_pebblo/pebblo/pebblo/app/config$ cd ../../../
(venv) daxa-kunal@kunal-ubu-test-20240215-155301:~/kunal_pebblo/pebblo$ pebblo --config pebblo/app/config/config.yaml
Downloading topic, entity classifier models ...
Initializing topic classifier ...
Initializing topic classifier ... done
Initializing entity classifier ...
Initializing entity classifier ... done
Pebblo server starting ...
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 10/10 [00:08<00:00,  1.22it/s]
INFO:     Started server process [2119]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://localhost:8000 (Press CTRL+C to quit)

@shreyas-damle shreyas-damle requested a review from Raj725 March 11, 2024 09:37
updated log message for config.
Copy link
Collaborator

@Raj725 Raj725 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shreyas-damle shreyas-damle merged commit 9e28e0e into daxa-ai:main Mar 12, 2024
12 of 16 checks passed
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

Successfully merging this pull request may close these issues.

3 participants