Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 2.82 KB

v0.2.2 (2024-04-22)

Fix

  • fetcher: Add base fetcher module with classes and constants (280d387)

v0.2.1 (2024-04-22)

Fix

  • fetcher: Fix test_sierra_fetcher to test_ssample_fetcher function name (884c806)
  • sierra: Fix issue with missing or incorrect article links (e8564d5)

v0.2.0 (2024-04-19)

Feature

  • fetcher: Add support for Playwright; Add support for Playwright in the fetcher class and include a new boolean attribute for using it. (d1558c1)
  • sierraclub: Enable playwright for web scraping (734762b)
  • envrc: Add .envrc file with project environment settings (e660429)

v0.1.0 (2024-04-19)

Feature

  • extraction: Add extraction functionality for content using langchain library (0afd30c)
  • fetcher: Add Sierra Club fetcher class (e661ca9)
  • tests: Add test cases for SierraClubFetcher (9fe227f)
  • fetcher: Add sierraclub.yaml configuration file (4138e1f)
  • llms): add OpenAIChat module with init.py file; feat(tools: Add init.py file (dda0226)
  • llm: Add openai configuration files (498bbf5)
  • workspace: Add .gitkeep file (efff195)
  • dependencies: Add langchain and openai libraries (a1ad3b8)
  • Initial template (4abf41a)
  • copier: Add initial configuration for HyFI-Fetcher project (3da6345)