Skip to content

Do not approve this until the previous PR is approved. #46

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

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

Ataraxist
Copy link
Contributor

In order to have a config setting that is toggleable, we need to modify a static file that contains the property. I tried to achieve this with a config.js file, but as soon as the context window closes, the toggle goes back to whatever value it had before.

As a result, I tried creating a config JSON so that config settings are modifiable using the command line interface. This backfired as import type assertions for JSON files are not working in my environment, and I don't want to risk this being broken for other people in their deployments.

As a result, the function is always enabled, but the config.js file will read env variables for text logging instead.

…a critical flaw in the existing code for the training pipeline.
…ain folder as it is not a utility involved in batched or one off embeddings. Updated package.json to remove unused dependencies.

Fiddled with some console log art
…to their own CSV file for analysis and comparison. Notably there are some unanswered questions here regarding the storage of large text over time. Theoretically this could be a problem. Additionally, some workflows may EXPLICITLY not want to track inputs, but this feature is being implemented as a hardcoded "always do this". I will see about implementing a bash command to enable or disable this feature in the next commit.
…fy a static file that contains the property. I tried to achieve this with a config.js file, but as soon as the context window closes, the toggle goes back to whatever value it had before.

As a reuslt, I tried creating a config JSON so that config settings are modifyable using the command line interface. This backfired as import type assertions for JSON files are not working in my environment, and I dont want to risk this being broken for other people in their deployments.

As a result, the fucntion is always enabled, but the config.js file will read env variables for text logging instead.
@Ataraxist Ataraxist linked an issue Apr 27, 2025 that may be closed by this pull request
1 task
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.

Add input text to logs
1 participant