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

[Fix] Spelling error in "reogranize" and [Feat] Minor improvements to Encoder and CoStormRunner #321

Closed
wants to merge 234 commits into from

Conversation

JamesHWade
Copy link

This PR has a two small improvements and fixes a spelling error.

Spelling error

  • Corrected the misspelled method name from reogranize to reorganize in both the collaborative_storm/engine.py and dataclass.py files.

Optional Encoder Injection in CoStormRunner

  • Updated the CoStormRunner initialization to make encoder injection optional. If no encoder is provided, a default Encoder instance is automatically created (matching current behavior).

Support for Extra Headers in Encoder Initialization

  • Added support for passing extra_headers during the initialization of the Encoder class. This allows for additional header configurations when using azure embedding models.

Yucheng-Jiang and others added 30 commits April 8, 2024 15:58
toml strings need to be in quotes
This flag is necessary when running the first time so IMO should be included in the readme example
Update README.md — fix secrets.toml syntax
Update README.md — aads --do-research flag to example
Update README.md — fixes You.com API key env variable
folloing -> following
adding tqdm lib
-using list comprehensions and more descriptive variable names.
-using a case-insensitive check for keywords in section identification.
-Added progress tracking using tqdm 
-renamed variables
…patch-add-prometheus-eval-prompt

Create eval_prometheus_no_ref.prompt
…patch-modify-eval-path

update evaluation data path
auto-sync-2024-26-04-04-11-33
shaoyijia and others added 26 commits October 19, 2024 11:14
valid_url_to_snippets.get(url, {}) get none value.
call strip function will be fix it. just like url.strip("\'")
valid_url_to_snippets.get(url, {}) get none value.
call strip function will be fix it. just like url.strip("\'").
format code and commit.
update readme to include description of `ENCODER_API_TYPE` which specified which encoder to use in co-storm
…zuremodel

Fix `AzureOpenAIModel` to match the latest Azure API.
@JamesHWade
Copy link
Author

Fixes #327

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.