Marco Vinciguerra
|
53dc06a2cb
|
Update speech_graph.py
/ build (push) Waiting to run
|
2024-08-01 14:48:19 +02:00 |
|
Marco Vinciguerra
|
9ac74de622
|
Update speech_graph.py
|
2024-08-01 14:47:49 +02:00 |
|
Marco Vinciguerra
|
0b4cfd6522
|
fix: abstract_graph and removed unused embeddings
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
|
2024-08-01 14:38:50 +02:00 |
|
Federico Aguzzi
|
a94ebcde00
|
refactor: move embeddings code from AbstractGraph to RAGNode
/ build (push) Waiting to run
|
2024-08-01 11:53:17 +02:00 |
|
Federico Aguzzi
|
bb73d916a1
|
refactor: reuse code for common interface models
|
2024-07-31 13:41:09 +02:00 |
|
Federico Aguzzi
|
b17756d934
|
style: enforce pylint styling
|
2024-07-31 13:07:19 +02:00 |
|
semantic-release-bot
|
b15fd9f4dc
|
ci(release): 1.11.0-beta.5 [skip ci]
## [1.11.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.0-beta.4...v1.11.0-beta.5) (2024-07-30)
### Features
* fix tests ([1db164e](1db164e9e6))
### chore
* remove unused import ([88710f1](88710f1a7c))
### Refactor
* **Ollama:** integrate new LangChain chat init ([d177afb](d177afb68b))
* **OpenAI:** integrate new LangChain chat init ([5e3eb6e](5e3eb6e43d))
* remove LangChain wrappers ([2c5f934](2c5f934f10))
* remove LangChain wrappers for Ollama ([25066b2](25066b2bc5))
* remove redundant LangChain wrappers ([9275486](9275486240))
* remove redundant wrappers for Ernie and Nvidia ([bc2c996](bc2c9967d2))
|
2024-07-30 14:19:46 +00:00 |
|
Marco Vinciguerra
|
c8e150d88b
|
Merge pull request #494 from ScrapeGraphAI/langchain-common-chat
Langchain init_chat_model refactor
|
2024-07-30 16:18:15 +02:00 |
|
Marco Vinciguerra
|
1db164e9e6
|
feat: fix tests
|
2024-07-30 16:12:31 +02:00 |
|
Federico Aguzzi
|
88710f1a7c
|
chore: remove unused import
|
2024-07-30 15:57:08 +02:00 |
|
Marco Vinciguerra
|
07ef383ab9
|
add rye packages
/ build (push) Waiting to run
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
|
2024-07-30 11:11:31 +02:00 |
|
Federico Aguzzi
|
bc2c9967d2
|
refactor: remove redundant wrappers for Ernie and Nvidia
|
2024-07-30 10:59:12 +02:00 |
|
Federico Aguzzi
|
9275486240
|
refactor: remove redundant LangChain wrappers
/ build (push) Waiting to run
|
2024-07-29 21:59:39 +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
|
f6b7c6a430
|
refactoring
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
|
2024-07-29 17:56:32 +02:00 |
|
Federico Aguzzi
|
25066b2bc5
|
refactor: remove LangChain wrappers for Ollama
|
2024-07-29 17:49:21 +02:00 |
|
Federico Aguzzi
|
2c5f934f10
|
refactor: remove LangChain wrappers
|
2024-07-29 17:46:17 +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
/ 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
|
ecc5e35d5f
|
Merge pull request #490 from AmosDinh/pre/beta
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
Ollama: Use no json format when creating the search query
|
2024-07-26 18:24:40 +02:00 |
|
amosdinh
|
05cf9adaa7
|
Ollama: Use no json format when creating the search query
|
2024-07-26 12:10:14 +02:00 |
|
Marco Vinciguerra
|
5137b8aa5b
|
Update models_tokens.py
/ build (push) Waiting to run
Release / Build (push) Waiting to run
Release / Release (push) Blocked by required conditions
|
2024-07-26 10:18:08 +02:00 |
|
semantic-release-bot
|
51db43a129
|
ci(release): 1.11.0-beta.4 [skip ci]
## [1.11.0-beta.4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.0-beta.3...v1.11.0-beta.4) (2024-07-25)
### Features
* add generate_answer node paralellization ([0c4b290](0c4b2908d9))
### chore
* rebuild requirements ([2edad66](2edad66788))
|
2024-07-25 09:50:57 +00:00 |
|
Federico Aguzzi
|
d745564ad1
|
Merge pull request #485 from ScrapeGraphAI/generate_answer_parallel
merge: generate answer parallel
|
2024-07-25 11:49:43 +02:00 |
|
semantic-release-bot
|
66f9421fc2
|
ci(release): 1.11.0-beta.3 [skip ci]
## [1.11.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.0-beta.2...v1.11.0-beta.3) (2024-07-25)
### Bug Fixes
* add llama 3.1 ([f336c95](f336c95c2d))
|
2024-07-25 07:18:11 +00:00 |
|
Marco Vinciguerra
|
f336c95c2d
|
fix: add llama 3.1
|
2024-07-25 09:17:00 +02:00 |
|
semantic-release-bot
|
bf6d487bbb
|
ci(release): 1.11.0-beta.2 [skip ci]
## [1.11.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.11.0-beta.1...v1.11.0-beta.2) (2024-07-24)
### Features
* pdate models_tokens.py ([377d679](377d679eec))
|
2024-07-24 13:19:41 +00:00 |
|
Marco Vinciguerra
|
377d679eec
|
feat: pdate models_tokens.py
|
2024-07-24 15:17:48 +02:00 |
|
Federico Aguzzi
|
2edad66788
|
chore: rebuild requirements
/ build (push) Has been cancelled
|
2024-07-23 20:51:49 +02:00 |
|
Federico Aguzzi
|
ddbfbe1205
|
Merge branch 'pre/beta' into generate_answer_parallel
|
2024-07-23 20:51:35 +02:00 |
|
semantic-release-bot
|
7080a0afd5
|
ci(release): 1.11.0-beta.1 [skip ci]
## [1.11.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.10.4...v1.11.0-beta.1) (2024-07-23)
### Features
* add new toml ([fcb3220](fcb3220868))
* add nvidia connection ([fc0dadb](fc0dadb8f8))
### Bug Fixes
* **md_conversion:** add absolute links md, added missing dependency ([12b5ead](12b5eada6e))
### chore
* **dependecies:** add script to auto-update requirements ([3289c7b](3289c7bf5e))
* **ci:** set up workflow for requirements auto-update ([295fc28](295fc28ceb))
* update requirements.txt ([c7bac98](c7bac98d2e))
* upgrade dependencies and scripts ([74d142e](74d142eaae))
* **pyproject:** upgrade dependencies ([0425124](0425124c57))
### Docs
* add hero image ([4182e23](4182e23e3b))
* updated readme ([c377ae0](c377ae0544))
### CI
* **release:** 1.10.0-beta.6 [skip ci] ([254bde7](254bde7008))
* **release:** 1.10.0-beta.7 [skip ci] ([1756e85](1756e8522f))
* **release:** 1.10.0-beta.8 [skip ci] ([255e569](255e569172))
|
2024-07-23 14:15:37 +00:00 |
|
Marco Perini
|
49b6468fb1
|
Merge branch 'main' into pre/beta
|
2024-07-23 16:14:15 +02:00 |
|
Marco Perini
|
639b67ca87
|
Update pyproject.toml
|
2024-07-23 15:48:05 +02:00 |
|
Marco Perini
|
b7eae91246
|
Update pyproject.toml
|
2024-07-23 15:47:26 +02:00 |
|
Marco Perini
|
0ebc387446
|
Merge pull request #487 from ScrapeGraphAI/update-generate-answer-node
Update generate answer node
|
2024-07-23 15:45:20 +02:00 |
|
semantic-release-bot
|
255e569172
|
ci(release): 1.10.0-beta.8 [skip ci]
## [1.10.0-beta.8](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.10.0-beta.7...v1.10.0-beta.8) (2024-07-23)
### Bug Fixes
* **md_conversion:** add absolute links md, added missing dependency ([12b5ead](12b5eada6e))
|
2024-07-23 13:35:30 +00:00 |
|
Marco Perini
|
12b5eada6e
|
fix(md_conversion): add absolute links md, added missing dependency
|
2024-07-23 15:34:12 +02:00 |
|
Marco Perini
|
c377ae0544
|
docs: updated readme
|
2024-07-23 15:00:45 +02:00 |
|
Marco Perini
|
4182e23e3b
|
docs: add hero image
|
2024-07-23 14:56:47 +02:00 |
|
Marco Vinciguerra
|
df1ecc0019
|
Update generate_answer_node.py
/ build (push) Waiting to run
|
2024-07-23 13:06:59 +02:00 |
|
Marco Vinciguerra
|
cf2734392c
|
removed unused function
|
2024-07-23 13:05:50 +02:00 |
|
Marco Vinciguerra
|
8dd941e39e
|
update generate answer nodes
Co-Authored-By: Federico Aguzzi <62149513+f-aguzzi@users.noreply.github.com>
|
2024-07-23 12:40:11 +02:00 |
|
Marco Vinciguerra
|
879a554a78
|
Update telemetry.py
|
2024-07-23 11:15:44 +02:00 |
|
Marco Vinciguerra
|
70911f83be
|
Update generate_answer_pdf_node.py
|
2024-07-23 11:07:35 +02:00 |
|
semantic-release-bot
|
1756e8522f
|
ci(release): 1.10.0-beta.7 [skip ci]
## [1.10.0-beta.7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.10.0-beta.6...v1.10.0-beta.7) (2024-07-23)
### Features
* add nvidia connection ([fc0dadb](fc0dadb8f8))
### chore
* **dependecies:** add script to auto-update requirements ([3289c7b](3289c7bf5e))
* **ci:** set up workflow for requirements auto-update ([295fc28](295fc28ceb))
* update requirements.txt ([c7bac98](c7bac98d2e))
|
2024-07-23 08:59:14 +00:00 |
|
Federico Aguzzi
|
46d72a3738
|
Merge pull request #481 from ScrapeGraphAI/479-using-nemotron-from-nvidia
feat: add nvidia connection
|
2024-07-23 10:57:56 +02:00 |
|
Federico Aguzzi
|
c7bac98d2e
|
chore: update requirements.txt
|
2024-07-23 10:55:32 +02:00 |
|
Federico Aguzzi
|
72ff20d34c
|
Merge branch 'pre/beta' into 479-using-nemotron-from-nvidia
|
2024-07-23 10:54:38 +02:00 |
|
Marco Vinciguerra
|
eb4c89875b
|
update dependencies
|
2024-07-22 20:22:42 +02:00 |
|