Skip to content

Latest commit

 

History

History
468 lines (245 loc) · 25.6 KB

CHANGELOG.md

File metadata and controls

468 lines (245 loc) · 25.6 KB

0.10.1 (2024-05-11)

Bug Fixes

  • crash asyncio due dependency version (2563773)

Docs

  • fixed speechgraphexample (4bf90f3)
  • fixed unused param and install (cc28d5a)
  • readme: improve main readme (ae5655f)
  • update instructions to use with LocalAI (198420c)
  • Update README.md (772e064)
  • updated sponsor logo (f8d8d71)

0.10.0 (2024-05-08)

Features

  • add claude documentation (5bdee55)
  • add gemini embeddings (79daa4c)
  • add llava integration (019b722)
  • add new hugging_face models (d5547a4)
  • Fix bug for gemini case when embeddings config not passed (726de28)
  • fixed custom_graphs example and robots_node (84fcb44)
  • multiple graph instances (dbb614a)
  • node: multiple url search in SearchGraph + fixes (930adb3)
  • refactoring search function (aeb1acb)

Bug Fixes

  • bug on .toml (f7d66f5)
  • llm: fixed gemini api_key (fd01b73)
  • examples: local, mixed models and fixed SearchGraph embeddings problem (6b71ec1)
  • examples: openai std examples (186c0d0)
  • removed .lock file for deployment (d4c7d4e)

Docs

CI

  • release: 0.10.0-beta.1 [skip ci] (c47a505)
  • release: 0.10.0-beta.2 [skip ci] (3f0e069)
  • release: 0.9.0-beta.2 [skip ci] (5aa600c)
  • release: 0.9.0-beta.3 [skip ci] (da8c72c)
  • release: 0.9.0-beta.4 [skip ci] (8c5397f)
  • release: 0.9.0-beta.5 [skip ci] (532adb6)
  • release: 0.9.0-beta.6 [skip ci] (8c0b46e)
  • release: 0.9.0-beta.7 [skip ci] (6911e21)
  • release: 0.9.0-beta.8 [skip ci] (739aaa3)

0.10.0-beta.2 (2024-05-08)

Bug Fixes

  • examples: local, mixed models and fixed SearchGraph embeddings problem (6b71ec1)
  • examples: openai std examples (186c0d0)
  • removed .lock file for deployment (d4c7d4e)

Docs

0.10.0-beta.1 (2024-05-06)

Features

  • add claude documentation (5bdee55)
  • add gemini embeddings (79daa4c)
  • add llava integration (019b722)
  • add new hugging_face models (d5547a4)
  • Fix bug for gemini case when embeddings config not passed (726de28)
  • fixed custom_graphs example and robots_node (84fcb44)
  • multiple graph instances (dbb614a)
  • node: multiple url search in SearchGraph + fixes (930adb3)
  • refactoring search function (aeb1acb)

Bug Fixes

CI

  • release: 0.9.0-beta.2 [skip ci] (5aa600c)
  • release: 0.9.0-beta.3 [skip ci] (da8c72c)
  • release: 0.9.0-beta.4 [skip ci] (8c5397f)
  • release: 0.9.0-beta.5 [skip ci] (532adb6)
  • release: 0.9.0-beta.6 [skip ci] (8c0b46e)
  • release: 0.9.0-beta.7 [skip ci] (6911e21)
  • release: 0.9.0-beta.8 [skip ci] (739aaa3)

0.9.0-beta.8 (2024-05-06)

Features

0.9.0-beta.7 (2024-05-06)

Bug Fixes

  • llm: fixed gemini api_key (fd01b73)

0.9.0-beta.6 (2024-05-06)

Features

  • Fix bug for gemini case when embeddings config not passed (726de28)

0.9.0-beta.5 (2024-05-06)

Features

  • fixed custom_graphs example and robots_node (84fcb44)
  • multiple graph instances (dbb614a)
  • node: multiple url search in SearchGraph + fixes (930adb3)

0.9.0-beta.4 (2024-05-05)

Features

0.9.0-beta.3 (2024-05-05)

Features

  • add claude documentation (5bdee55)

0.9.0-beta.2 (2024-05-05)

Features

  • refactoring search function (aeb1acb)

Bug Fixes

0.9.0-beta.1 (2024-05-04)

Features

  • Enable end users to pass model instances of HuggingFaceHub (7599234)

Build

  • deps: bump tqdm from 4.66.1 to 4.66.3 (0a17c74)
  • deps: bump tqdm from 4.66.1 to 4.66.3 (aff6f98)

CI

  • release: 0.8.0-beta.1 [skip ci] (d277b34)
  • release: 0.8.0-beta.2 [skip ci] (892500a)

0.8.0 (2024-05-03)

Features

CI

  • release: 0.7.0-beta.3 [skip ci] (fbb06ab)

0.7.0 (2024-05-03)

Features

  • add base_node to init.py (cb1cb61)
  • Azure implementation + embeddings refactoring (aa9271e)

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)

CI

  • release: 0.7.0-beta.1 [skip ci] (98dec36)
  • release: 0.7.0-beta.2 [skip ci] (42fa02e)

0.7.0-beta.3 (2024-05-03)

0.7.0-beta.2 (2024-05-03)

Features

  • Azure implementation + embeddings refactoring (aa9271e)
  • add pdf scraper (10a9453)

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)

0.7.0-beta.1 (2024-05-03)

Features

  • add base_node to init.py (cb1cb61)

0.6.2 (2024-05-02)

Bug Fixes

  • add to requirements.txt langchain-aws = "^0.1.2" (1afa319)

Docs

CI

  • release: 0.6.1-beta.1 [skip ci] (75a4042)

0.6.1 (2024-05-02)

Bug Fixes

0.6.0 (2024-05-02)

Features

  • added node and graph for CSV scraping (4d542a8)
  • Allow end users to pass model instances for llm and embedding model (b86aac2)
  • modified node name (02d1af0)

CI

  • release: 0.5.0-beta.7 [skip ci] (40b2a34)
  • release: 0.5.0-beta.8 [skip ci] (c11331a)

0.5.2 (2024-05-02)

Bug Fixes

  • bug on script_creator_graph.py (4a3bc37)

0.5.1 (2024-05-02)

Bug Fixes

Docs

  • added venv suggestion (ba2b24b)
  • base and fetch node (e981796)
  • change contributing.md with new ci/cd workflow (3e91a46)
  • fixed basegraph docstring (29427c2)
  • graphs and helpers docstrings (0631985)
  • refactor examples (c11fc28)
  • refactor models docstrings (18c20eb)
  • refactor nodes docstrings (1409797)
  • update utils docstrings (cf038b3)

0.5.0 (2024-04-30)

Features

  • add cluade integration (e0ffc83)
  • add co-author (719a353)
  • fetch: added playwright support (42ab0aa)
  • added verbose flag to suppress print statements (2dd7817)
  • base groq + requirements + toml update with groq (7dd5b1a)
  • refactor: changed variable names (8fba7e5)
  • llm: implemented groq model (dbbf10f)
  • updated requirements.txt (d368725)

Bug Fixes

  • script generator and add new benchmarks (e3d0194)

CI

  • release: 0.4.0-beta.3 [skip ci] (d13321b)
  • release: 0.5.0-beta.1 [skip ci] (450291f)
  • release: 0.5.0-beta.2 [skip ci] (ff7d12f)
  • release: 0.5.0-beta.3 [skip ci] (7e81f7c)
  • release: 0.5.0-beta.4 [skip ci] (14e56f6)
  • release: 0.5.0-beta.5 [skip ci] (5ac97e2)
  • release: 0.5.0-beta.6 [skip ci] (9356124)

0.5.0-beta.6 (2024-04-30)

Features

  • added verbose flag to suppress print statements (2dd7817)

0.5.0-beta.5 (2024-04-30)

Features

  • refactor: changed variable names (8fba7e5)

0.5.0-beta.4 (2024-04-30)

Bug Fixes

  • script generator and add new benchmarks (e3d0194)

0.5.0-beta.3 (2024-04-30)

Features

0.5.0-beta.2 (2024-04-30)

Features

  • fetch: added playwright support (42ab0aa)

0.5.0-beta.1 (2024-04-30)

Features

  • add co-author (719a353)
  • base groq + requirements + toml update with groq (7dd5b1a)
  • llm: implemented groq model (dbbf10f)
  • updated requirements.txt (d368725)

CI

  • release: 0.4.0-beta.3 [skip ci] (d13321b)

0.4.1 (2024-04-28)

Bug Fixes

  • added missing dependecies (7f1c3b7)

0.4.0 (2024-04-28)

Features

  • add new proxy rotation function (f6077d1)

Bug Fixes

CI

  • release: 0.4.0-beta.1 [skip ci] (4bc7274)
  • release: 0.4.0-beta.2 [skip ci] (3c77acb)

0.4.0-beta.2 (2024-04-27)

Bug Fixes

0.4.0-beta.1 (2024-04-27)

Features

  • add new proxy rotation function (f6077d1)

Bug Fixes

0.3.0 (2024-04-26)

Features

  • trigger new beta release (26c92c3)
  • trigger new beta release (6f028c4)

CI

  • release: 0.3.0-beta.1 [skip ci] (b481fd7)
  • release: 0.3.0-beta.2 [skip ci] (7c8dbb8)
  • add ci workflow to manage lib release with semantic-release (92cd040)
  • remove pull request trigger and fix plugin release train (876fe66)

0.3.0-beta.2 (2024-04-26)

Features

  • trigger new beta release (26c92c3)

0.3.0-beta.1 (2024-04-26)

Features

  • trigger new beta release (6f028c4)

CI

  • add ci workflow to manage lib release with semantic-release (92cd040)
  • remove pull request trigger and fix plugin release train (876fe66)