Commit Graph

62 Commits

Author SHA1 Message Date
octo-patch
6a2f8ecc7b feat: add MiniMax as a supported LLM provider
MiniMax provides an OpenAI-compatible API, making integration
straightforward. This adds:

- MiniMax model wrapper class (OpenAI-compatible)
- Model token mappings for MiniMax-M1, M2, and M2.5 models
- Provider routing in abstract_graph factory
- README update listing MiniMax as a supported provider
2026-03-14 22:54:38 +08:00
copilot-swe-agent[bot]
6deac76bec Apply black and isort formatting to modified files
Co-authored-by: VinciGit00 <88108002+VinciGit00@users.noreply.github.com>
2025-12-03 23:17:37 +00:00
copilot-swe-agent[bot]
7cb49e450a Fix whitespace formatting errors (W291, W292, W293)
Co-authored-by: VinciGit00 <88108002+VinciGit00@users.noreply.github.com>
2025-12-03 23:15:33 +00:00
copilot-swe-agent[bot]
8cf81c986a Add documentation explaining __new__ usage in Nvidia class
Co-authored-by: VinciGit00 <88108002+VinciGit00@users.noreply.github.com>
2025-11-26 20:01:37 +00:00
copilot-swe-agent[bot]
f23072cc8f Fix linting issues - remove unused imports and whitespace
Co-authored-by: VinciGit00 <88108002+VinciGit00@users.noreply.github.com>
2025-11-26 19:59:34 +00:00
copilot-swe-agent[bot]
cddf497c81 Add NVIDIA LLM integration support
- Created Nvidia wrapper model class in scrapegraphai/models/nvidia.py
- Updated models/__init__.py to export Nvidia class
- Updated abstract_graph.py to use Nvidia wrapper instead of direct ChatNVIDIA import
- Added nvidia as optional dependency in pyproject.toml
- Created example usage file for NVIDIA in examples/smart_scraper_graph/nvidia/

Co-authored-by: VinciGit00 <88108002+VinciGit00@users.noreply.github.com>
2025-11-26 19:56:44 +00:00
Vinh Thieu
3f1827274c fix: grok integration and add new grok models 2025-05-31 00:13:44 +07:00
Marco Vinciguerra
0c476a4a7b feat: add grok integration 2025-05-30 14:25:24 +02:00
CodeBeaver
b09a5838d1 codebeaver/pre/beta-963 - . 2025-04-14 07:50:46 +00:00
Doeun Kwon
4e0e78582c feat: add CLoD integration 2025-03-03 09:56:17 -08:00
PeriniM
fcbfe78983 feat: ⛏️ enhanced contribution and precommit added 2025-01-06 15:10:35 +01:00
Marco Vinciguerra
4cd5ef296e add docstring files
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-10-24 15:28:27 +02:00
Marco Vinciguerra
d0969feb7c removed unused imports and comments + removed dead code 2024-09-23 09:25:13 +02:00
Marco Vinciguerra
fe3aa28fe7 refactoring of the code
Some checks failed
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
2024-09-11 16:04:43 +02:00
Federico Aguzzi
f7a85c266a fix(models): better DeepSeek and OneApi integration 2024-08-28 12:51:50 +02:00
Federico Aguzzi
88710f1a7c chore: remove unused import 2024-07-30 15:57:08 +02:00
Federico Aguzzi
bc2c9967d2 refactor: remove redundant wrappers for Ernie and Nvidia 2024-07-30 10:59:12 +02:00
Marco Vinciguerra
5007167af1 removed unused models
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
2024-07-29 17:59:16 +02:00
Marco Vinciguerra
9e795f4e35 removed unused init files
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
2024-07-29 17:35:10 +02:00
Federico Aguzzi
5e3eb6e43d refactor(OpenAI): integrate new LangChain chat init
Some checks are pending
/ build (push) Waiting to run
2024-07-29 11:26:20 +02:00
Federico Aguzzi
d177afb68b refactor(Ollama): integrate new LangChain chat init 2024-07-29 11:24:34 +02:00
Marco Vinciguerra
fc0dadb8f8 feat: add nvidia connection 2024-07-22 11:56:33 +02:00
Federico Aguzzi
dfa759e834 style(models): fix module docstrings 2024-07-18 11:02:51 +02:00
Federico Aguzzi
d77a622b05 Merge branch '423-add-vertex-ai-integration' into support 2024-07-04 18:23:22 +02:00
Marco Vinciguerra
119514bdfc feat: add vertexai integration 2024-07-01 12:21:47 +02:00
Marco Vinciguerra
df0e310829 feat: add fireworks integration 2024-06-24 23:11:28 +02:00
Marco Vinciguerra
9326637cc3 Merge branch 'main' into pre/beta 2024-06-09 17:04:11 +02:00
Marco Vinciguerra
10672d6ebb fix: update openai tts class 2024-06-06 10:00:58 +02:00
duke147
4e16c9a81d support ernie 2024-06-05 17:37:35 +08:00
Marco Vinciguerra
8de720d379 feat: removed a bug 2024-06-03 21:45:37 +02:00
Marco Vinciguerra
8f2c8d5d12
Fix: Update __init__.py 2024-05-26 16:24:32 +02:00
Marco Vinciguerra
b6f1766bd1 add OneAPI integration
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
Co-Authored-By: wangdongpeng1 <74647183+wangdongpeng1@users.noreply.github.com>
2024-05-24 13:46:40 +02:00
JGalego
859c5d5ba5 Refactored to include custom AWS client for bedrock; Added missing Anthropic class 2024-05-13 17:57:53 +01:00
Marco Vinciguerra
f3d44c09ae
Merge pull request #228 from JGalego/fix/bedrock-support
fix: Amazon Bedrock Support
2024-05-13 14:57:23 +02:00
VinciGit00
d0167dee71 fix: bug for claude 2024-05-13 13:43:42 +02:00
JGalego
39be38f292 Fixed anthropic/bedrock conflict; Removed duplicate class Claude; Updated BedrockEmbeddings class 2024-05-13 12:35:42 +01:00
Federico Aguzzi
156b67b91e feat: add support for deepseek-chat
closes #222
2024-05-12 01:00:11 +02:00
VinciGit00
e7d39a5daf fixed gemini embeddings 2024-05-08 21:24:17 +02:00
VinciGit00
5a67bca0db Merge branch 'pre/beta' into pr/161 2024-05-06 14:50:04 +02:00
VinciGit00
cbd77dfdb0 removed claude 2024-05-06 14:46:24 +02:00
Cem Uzunoglu
e264e92e72 Added support for Claude 3 models from Anthropic 2024-05-06 14:34:35 +03:00
Marco Perini
fd01b73b71 fix(llm): fixed gemini api_key 2024-05-06 13:17:47 +02:00
VinciGit00
39f64e5d48 add claude model 2024-05-03 17:17:31 +02:00
Marco Vinciguerra
579a27faf9
Merge pull request #126 from VinciGit00/bedrock_support
feat: bedrock support
2024-05-02 17:57:20 +02:00
VinciGit00
16de49fa08 add integration for bedrock
Co-Authored-By: redrusty2 <15157208+redrusty2@users.noreply.github.com>
2024-05-02 13:47:17 +02:00
Marco Perini
18c20eb03d docs: refactor models docstrings 2024-05-01 23:33:42 +02:00
EURAC\marperini
dbbf10fc77 feat(llm): implemented groq model 2024-04-30 02:32:14 +02:00
Lorenzo Padoan
7dd5b1a033 feat: base groq + requirements + toml update with groq
Co-Authored-By: gioCarBo <109686531+giocarbo@users.noreply.github.com>
2024-04-29 20:06:51 +02:00
VinciGit00
53e317d46b add hugginface integration 2024-04-11 12:43:06 +02:00
VinciGit00
0ffefdd170 refactoring if examples ffolder 2024-04-08 22:28:55 +02:00