Releases: ScrapeGraphAI/Scrapegraph-ai
Releases · ScrapeGraphAI/Scrapegraph-ai
v0.9.0-beta.4
v0.9.0-beta.3
v0.9.0-beta.2
0.9.0-beta.2 (2024-05-05)
Features
- refactoring search function (aeb1acb)
Bug Fixes
- bug on .toml (f7d66f5)
v0.9.0
v0.9.0-beta.1
v0.8.0-beta.2
0.8.0-beta.2 (2024-05-04)
Features
- Enable end users to pass model instances of HuggingFaceHub (7599234)
v0.8.0
v0.8.0-beta.1
0.8.0-beta.1 (2024-05-03)
Features
- add pdf scraper (10a9453)
CI
- release: 0.7.0-beta.3 [skip ci] (fbb06ab)
v0.7.0
0.7.0 (2024-05-03)
Features
Refactor
- Changed the way embedding model is created in AbstractGraph class and removed handling of embedding model creation from RAGNode. Now AbstractGraph will call a dedicated method for embedding models instead of _create_llm. This makes it easy to use any LLM with any supported embedding model. (819cbcd)