Skip to content

Ligthweigthing library #573

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

Merged
merged 4 commits into from
Aug 23, 2024
Merged

Ligthweigthing library #573

merged 4 commits into from
Aug 23, 2024

Conversation

VinciGit00
Copy link
Collaborator

No description provided.

@VinciGit00 VinciGit00 requested review from DiTo97 and f-aguzzi August 21, 2024 18:49
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

pyproject.toml
  • browserbase@>= 0.3.0
  • graphviz@>= 0.20.3
  • langchain-anthropic@>= 0.1.11
  • langchain-fireworks@>= 0.1.3
  • langchain-google-vertexai@>= 1.0.7
  • langchain-groq@>= 0.1.3
  • langchain-huggingface@>= 0.0.3
  • langchain-nvidia-ai-endpoints@>= 0.1.6
  • semchunk@>= 1.0.1

@VinciGit00 VinciGit00 changed the base branch from main to pre/beta August 21, 2024 18:49
@@ -147,16 +145,17 @@ def handle_model(model_name, provider, token_key, default_token=8192):
warnings.simplefilter("ignore")
return init_chat_model(**llm_params)

known_models = ["chatgpt","gpt","openai", "azure_openai", "google_genai", "ollama", "oneapi", "nvidia", "groq", "google_vertexai", "bedrock", "mistralai", "hugging_face", "deepseek", "ernie", "fireworks"]
known_models = ["chatgpt","gpt","openai", "azure_openai", "google_genai",
Copy link
Collaborator

Choose a reason for hiding this comment

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

known_models = {...}, not square brackets

pyproject.toml Outdated
@@ -78,6 +64,16 @@ requires-python = ">=3.9,<4.0"
[project.optional-dependencies]
burr = ["burr[start]==0.22.1"]
docs = ["sphinx==6.0", "furo==2024.5.6"]
other = [
Copy link
Collaborator

Choose a reason for hiding this comment

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

split them in three groups of extras, one for "other" language models, one for more semantic options, one for more browser options

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok @DiTo97, I updated

@VinciGit00 VinciGit00 merged commit e0a5e73 into pre/beta Aug 23, 2024
2 checks passed
@VinciGit00 VinciGit00 deleted the ligthweigthing_library branch August 23, 2024 10:22
Copy link

🎉 This issue has been resolved in version 1.15.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This issue has been resolved in version 1.15.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants