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

refactor: streamline cluster analysis process #15

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

sjungling
Copy link
Member

@sjungling sjungling commented Dec 19, 2024

Overview:

Consolidate python methods and files to form a CLI to help offer easier discoverability of how to analyze either local logs or remote logs from Artifactory. Also switches to a smaller model for smaller, less memory/disk intensive, and faster results; results between two felt comparable. Rewrote direction for installation and running to support one of four different ways to configure: DevContainer, plain Docker, system Python, or with uv.

Optimized various parts in part through the intermediate pickle files that were being written and read between steps.

@sjungling sjungling force-pushed the refactor/uv branch 2 times, most recently from 0db815d to ee9ad2f Compare December 19, 2024 01:29
consolidate python methods and treat the script as a CLI to help offer easier discoverability for
how to either analyze local logs or remote logs from artifactory
@sjungling sjungling linked an issue Dec 19, 2024 that may be closed by this pull request
move from large to small model for embedding, fix issues with cleaning volume mounts
@sjungling sjungling force-pushed the refactor/uv branch 2 times, most recently from 2001941 to ce3ead3 Compare December 19, 2024 21:04
@sjungling sjungling marked this pull request as ready for review December 19, 2024 21:06
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
supports iterating on existing set of logs
move model download up in the process to avoid possible cache layer invalidation
provides seam between two common actions of either downloading logs from Artifactory or running
analysis. Analysis subcommand also provides means for either sourcing logs from a local directory
instead of artifactory. In addition support for iterating  on existing logs that have been process
and are being manually  marked as  resolved
also utilize click's echo and prompting
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.

Improve UX of mass ingest cluster analysis
4 participants