What's Changed
- docs: Fix Readme Instructions by @davidmyriel in #1706
- CI: Fix ollama tests by @pazone in #1713
- chore: update videos by @hande-k in #1748
- Cherry-pick: Fix cypher search (#1739) by @pazone in #1763
- fix: added release update version by @Vasilije1990 in #1764
- docs(mcp): update available tools documentation by @armelhbobdad in #1740
- Handle multiple response formats in OllamaEmbeddingEngine by @weikao in #1735
- CI: Release drafter configuration by @pazone in #1817
- CI: mergify config by @pazone in #1818
- ci(Mergify): configuration update by @pazone in #1820
- fix: fixes ontology api endpoint tests by @hajdul88 in #1824
- feature: Introduces wide subgraph search in graph completion and improves QA speed by @hajdul88 in #1736
- backport: Adds lance-namespace version fix to toml (fixes lancedb issue with 0.2.0 lance-namespace version) + crawler ingetration test url fix by @hajdul88 in #1842
- COG-3437: Chore: CodeRabbit config by @pazone in #1833
- CI: 32 GB machine for Ollama tests by @pazone in #1857
- Fix distributed issues with latest pydantic version by @dexters1 in #1859
- feature: adds triplet embedding via memify by @hajdul88 in #1832
- chore: uv lock check in pre-test workflow by @pazone in #1773
- Main merge vol4 by @dexters1 in #1856
- refactor: move codify pipeline out of main repo by @siillee in #1738
- fix: fixes lancedb batch handling by @hajdul88 in #1872
- fix: Resolve issue with BAML rate limit handling by @dexters1 in #1813
- fix: install nvm and node for -ui cli command by @borisarzentar in #1836
- fix: remove double quotes from llmconfig str params by @daukadolt in #1758
- Removed check_permissions_on_dataset.py and related references by @martin0731 in #1786
- feat: avoid double edge vector search in triplet search by @lxobr in #1877
- feat: Adds edge centered payload and embedding structure during ingestion by @hajdul88 in #1853
- Chore: Remove Ontology file size limit. Code duplications by @pazone in #1880
- feat: add dataset database handler logic and neo4j/lancedb/kuzu handlers by @dexters1 in #1776
- Merge main vol7 by @dexters1 in #1891
- feat: make pipeline processing cache optional by @dexters1 in #1876
- feat: Add dataset database handler info by @dexters1 in #1887
- fix: make ontology key an optional param in cognify by @dexters1 in #1894
- test: remove anything codify related from mcp test by @siillee in #1890
- feat: add bedrock as supported llm provider by @siillee in #1830
- chore: adds id generation to memify triplet embedding pipeline by @hajdul88 in #1895
- feat: add support to pass custom parameters in llm adapters during cognify by @siillee in #1802
- COG-3546: Initial release pipeline by @pazone in #1883
- feat: Add database deletion on dataset delete by @dexters1 in #1893
- chore: introduces 1 file upload in ontology endpoint by @hajdul88 in #1899
New Contributors
- @davidmyriel made their first contribution in #1706
- @armelhbobdad made their first contribution in #1740
- @martin0731 made their first contribution in #1786
Full Changelog: v0.5.0.dev0...v0.5.0.dev1
What's Changed
- docs: Fix Readme Instructions by @davidmyriel in #1706
- CI: Fix ollama tests by @pazone in #1713
- chore: update videos by @hande-k in #1748
- Cherry-pick: Fix cypher search (#1739) by @pazone in #1763
- fix: added release update version by @Vasilije1990 in #1764
- docs(mcp): update available tools documentation by @armelhbobdad in #1740
- Handle multiple response formats in OllamaEmbeddingEngine by @weikao in #1735
- CI: Release drafter configuration by @pazone in #1817
- CI: mergify config by @pazone in #1818
- ci(Mergify): configuration update by @pazone in #1820
- fix: fixes ontology api endpoint tests by @hajdul88 in #1824
- feature: Introduces wide subgraph search in graph completion and improves QA speed by @hajdul88 in #1736
- backport: Adds lance-namespace version fix to toml (fixes lancedb issue with 0.2.0 lance-namespace version) + crawler ingetration test url fix by @hajdul88 in #1842
- COG-3437: Chore: CodeRabbit config by @pazone in #1833
- CI: 32 GB machine for Ollama tests by @pazone in #1857
- Fix distributed issues with latest pydantic version by @dexters1 in #1859
- feature: adds triplet embedding via memify by @hajdul88 in #1832
- chore: uv lock check in pre-test workflow by @pazone in #1773
- Main merge vol4 by @dexters1 in #1856
- refactor: move codify pipeline out of main repo by @siillee in #1738
- fix: fixes lancedb batch handling by @hajdul88 in #1872
- fix: Resolve issue with BAML rate limit handling by @dexters1 in #1813
- fix: install nvm and node for -ui cli command by @borisarzentar in #1836
- fix: remove double quotes from llmconfig str params by @daukadolt in #1758
- Removed check_permissions_on_dataset.py and related references by @martin0731 in #1786
- feat: avoid double edge vector search in triplet search by @lxobr in #1877
- feat: Adds edge centered payload and embedding structure during ingestion by @hajdul88 in #1853
- Chore: Remove Ontology file size limit. Code duplications by @pazone in #1880
- feat: add dataset database handler logic and neo4j/lancedb/kuzu handlers by @dexters1 in #1776
- Merge main vol7 by @dexters1 in #1891
- feat: make pipeline processing cache optional by @dexters1 in #1876
- feat: Add dataset database handler info by @dexters1 in #1887
- fix: make ontology key an optional param in cognify by @dexters1 in #1894
- test: remove anything codify related from mcp test by @siillee in #1890
- feat: add bedrock as supported llm provider by @siillee in #1830
- chore: adds id generation to memify triplet embedding pipeline by @hajdul88 in #1895
- feat: add support to pass custom parameters in llm adapters during cognify by @siillee in #1802
- COG-3546: Initial release pipeline by @pazone in #1883
- feat: Add database deletion on dataset delete by @dexters1 in #1893
- chore: introduces 1 file upload in ontology endpoint by @hajdul88 in #1899
New Contributors
- @davidmyriel made their first contribution in #1706
- @armelhbobdad made their first contribution in #1740
- @martin0731 made their first contribution in #1786
Full Changelog: v0.5.0.dev0...v0.5.0.dev1
What's Changed
- docs: Fix Readme Instructions by @davidmyriel in #1706
- CI: Fix ollama tests by @pazone in #1713
- chore: update videos by @hande-k in #1748
- Cherry-pick: Fix cypher search (#1739) by @pazone in #1763
- fix: added release update version by @Vasilije1990 in #1764
- docs(mcp): update available tools documentation by @armelhbobdad in #1740
- Handle multiple response formats in OllamaEmbeddingEngine by @weikao in #1735
- CI: Release drafter configuration by @pazone in #1817
- CI: mergify config by @pazone in #1818
- ci(Mergify): configuration update by @pazone in #1820
- fix: fixes ontology api endpoint tests by @hajdul88 in #1824
- feature: Introduces wide subgraph search in graph completion and improves QA speed by @hajdul88 in #1736
- backport: Adds lance-namespace version fix to toml (fixes lancedb issue with 0.2.0 lance-namespace version) + crawler ingetration test url fix by @hajdul88 in #1842
- COG-3437: Chore: CodeRabbit config by @pazone in #1833
- CI: 32 GB machine for Ollama tests by @pazone in #1857
- Fix distributed issues with latest pydantic version by @dexters1 in #1859
- feature: adds triplet embedding via memify by @hajdul88 in #1832
- chore: uv lock check in pre-test workflow by @pazone in #1773
- Main merge vol4 by @dexters1 in #1856
- refactor: move codify pipeline out of main repo by @siillee in #1738
- fix: fixes lancedb batch handling by @hajdul88 in #1872
- fix: Resolve issue with BAML rate limit handling by @dexters1 in #1813
- fix: install nvm and node for -ui cli command by @borisarzentar in #1836
- fix: remove double quotes from llmconfig str params by @daukadolt in #1758
- Removed check_permissions_on_dataset.py and related references by @martin0731 in #1786
- feat: avoid double edge vector search in triplet search by @lxobr in #1877
- feat: Adds edge centered payload and embedding structure during ingestion by @hajdul88 in #1853
- Chore: Remove Ontology file size limit. Code duplications by @pazone in #1880
- feat: add dataset database handler logic and neo4j/lancedb/kuzu handlers by @dexters1 in #1776
- Merge main vol7 by @dexters1 in #1891
- feat: make pipeline processing cache optional by @dexters1 in #1876
- feat: Add dataset database handler info by @dexters1 in #1887
- fix: make ontology key an optional param in cognify by @dexters1 in #1894
- test: remove anything codify related from mcp test by @siillee in #1890
- feat: add bedrock as supported llm provider by @siillee in #1830
- chore: adds id generation to memify triplet embedding pipeline by @hajdul88 in #1895
- feat: add support to pass custom parameters in llm adapters during cognify by @siillee in #1802
- COG-3546: Initial release pipeline by @pazone in #1883
- feat: Add database deletion on dataset delete by @dexters1 in #1893
- chore: introduces 1 file upload in ontology endpoint by @hajdul88 in #1899
New Contributors
- @davidmyriel made their first contribution in #1706
- @armelhbobdad made their first contribution in #1740
- @martin0731 made their first contribution in #1786
Full Changelog: v0.5.0.dev0...v0.5.0.dev1