Releases: topoteretes/cognee
Releases · topoteretes/cognee
v0.1.20
What's Changed
- feat: llama index support by @dexters1 in #186
- feat: log search queries and results by @borisarzentar in #166
- test: chunking unit tests by @0xideas in #205
- feat: switch to gpt-4o-mini by default by @0xideas in #233
- feat: add vector and graph dbs state to README file by @borisarzentar in #235
- fix: Rename remaining 'query' keyword args in cognee.search to 'query_text' by @0xideas in #234
- test: pydantic unit tests by @0xideas in #230
- feat: eval on swe bench by @alekszievr in #232
- refactor: Change proxy url to be to custom domain by @dexters1 in #240
- chore: Add optional dependencies by @dexters1 in #241
- fix: fixes cognify duplicated edges and resets the methods to an olde… by @hajdul88 in #242
- feat: Integrate Milvus as a Vector Database Provider by @jinhonglin-ryan in #243
- feat: Milvus vector db by @dexters1 in #244
- fix: deletes get_graph_from_model test of the faulty old implementation by @hajdul88 in #245
- docs: Update readme by @dexters1 in #246
- fix: Fix dlt for metadata by @dexters1 in #247
- fix: Resolve issue with embedding data points for Milvus by @dexters1 in #248
- fix: Resolve issue when metadata is updated by @dexters1 in #249
- fix: check if repo path exists before starting the pipeline by @alekszievr in #252
- fix: Skip empty files in get repo file dependencies by @alekszievr in #254
- chore: Fix issue with notebook github actions by @dexters1 in #256
- feat: Integrate graphiti's temporal awareness functionality as Tasks by @alekszievr in #253
- feat: Creates edge embeddings collection by @hajdul88 in #251
- test: Update gh actions so they can run outside of PR to main by @dexters1 in #263
- fix: refactor get_graph_from_model to return nodes and edges correctly by @borisarzentar in #257
- fix: data dataset model changes by @dexters1 in #260
- docs: Add code of conduct, NOTICE, and licenses/ by @RaphaelS1 in #266
- feat: Add cognee config to telemetry by @alekszievr in #265
- feat: more document types by @dexters1 in #269
- feat: implementing additional retriever approaches by @hajdul88 in #262
- feat: Calculate official hotpot EM and F1 scores by @alekszievr in #292
- chore: Create autoupdate.yaml by @Vasilije1990 in #291
- ⬆️ Bump actions/cache from 3 to 4 by @dependabot in #298
- chore: delete unused files by @Vasilije1990 in #342
- ⬆️ Bump SethCohen/github-releases-to-discord from 1.15.0 to 1.16.2 by @dependabot in #297
- ⬆️ Bump sentry-sdk from 2.19.0 to 2.19.2 by @dependabot in #317
- ⬆️ Bump ruff from 0.2.2 to 0.8.2 by @dependabot in #319
- ⬆️ Bump notebook from 7.2.2 to 7.3.1 by @dependabot in #316
- feat: Added basic profiling by @Vasilije1990 in #255
- chore: Remove unused files by @Vasilije1990 in #344
- Version 0.1.20 by @borisarzentar in #343
New Contributors
- @jinhonglin-ryan made their first contribution in #243
- @RaphaelS1 made their first contribution in #266
- @dependabot made their first contribution in #298
Full Changelog: v0.1.19...v0.1.20
v0.1.19
What's Changed
- docs: Fix postgres install instruction by @dexters1 in #182
- Updating cognify pipeline documentation by @alekszievr in #181
- Remove automatic execution of test that require LLM inputs from merge… by @0xideas in #184
- Call os.getenv in BaseConfig by @0xideas in #183
- Add manual execution for python-3.X tests by @0xideas in #185
- Cog 492 posthog unique users by @dexters1 in #187
- Change to AND operator and move from concurrency to run by @0xideas in #194
- Feat/cog 184 add falkordb by @borisarzentar in #192
- Add code_graph_demo notebook by @0xideas in #191
- Delete .github/workflows/auto-comment.yml by @Vasilije1990 in #199
- Small cleanup pull request by @0xideas in #201
- Remove graph overwriting on exception in NetworkXAdapter by @0xideas in #190
- Cog 577 add unit test task by @0xideas in #197
- Feat/cog 553 graph memory projection by @hajdul88 in #196
- Remove dspy logic that confuses by @Vasilije1990 in #215
- Remove dspy dependency by @0xideas in #216
- fix: Fixes processing false Class keyword issue by @hajdul88 in #229
- Cog 597 refactor analytics by @dexters1 in #231
New Contributors
- @alekszievr made their first contribution in #181
- @hajdul88 made their first contribution in #196
Full Changelog: v0.1.18...v0.1.19
v0.1.18
What's Changed
- Cog 380 by @Vasilije1990 in #146
- Cog 382 refactor demo notebook by @dexters1 in #145
- Docs: Fixed typo in README.md by @JeevaRamanathan in #147
- Update README.md by @Ruhi14 in #149
- Fix Typo by @FarukhS52 in #148
- Update README.md by @kushal34712 in #151
- Cog 387 expand notebook by @dexters1 in #150
- Typo fixing by @NishantRana07 in #152
- feat: improve API request and response models and docs by @borisarzentar in #154
- Fix Typos and Improve Grammar in README by @Mefisto04 in #155
- Delete .github/workflows/daily_twitter_stats.yaml by @Vasilije1990 in #156
- Fixed Links README.md by @Innovatorcloudy in #153
- Fixed Some grammatical errors in the file. by @Akhsuna07 in #160
- fix: remove groups from UserRead model by @borisarzentar in #157
- Cog 170 pgvector adapter by @dexters1 in #158
- Fic: typo error by @moli-debugger in #159
- fix: Add missing await to create_database by @dexters1 in #162
- feature: add tracking to docs website by @borisarzentar in #165
- Fixed Broken Link in Readme by @niranjan-kurhade in #169
- Cog 414 fix postgres database deletion by @dexters1 in #163
- fix: Resolve chunking issue for notebook by @dexters1 in #170
- Cog 462 notebook test by @dexters1 in #171
- fix: Fix chunk naive llm classifier by @dexters1 in #173
- Cog 457 update postgres docs by @dexters1 in #172
- fix: Fix cognee graphistry and llm configuration through code by @dexters1 in #174
- Feature: Auto-Comment Workflow by @Ruhi14 in #167
- fix: Add fix for docker compose github action telemetry by @dexters1 in #175
- COG-485 - Fix/integration test warnings by @0xideas in #176
- Simple python example by @lxobr in #177
- Cog 334 structure routing by @dexters1 in #164
- docs: Update README.md to include postgres by @dexters1 in #179
New Contributors
- @JeevaRamanathan made their first contribution in #147
- @Ruhi14 made their first contribution in #149
- @FarukhS52 made their first contribution in #148
- @kushal34712 made their first contribution in #151
- @NishantRana07 made their first contribution in #152
- @Mefisto04 made their first contribution in #155
- @Innovatorcloudy made their first contribution in #153
- @Akhsuna07 made their first contribution in #160
- @moli-debugger made their first contribution in #159
- @niranjan-kurhade made their first contribution in #169
- @0xideas made their first contribution in #176
- @lxobr made their first contribution in #177
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
- feat: add telemetry logging to pipelines and tasks by @borisarzentar in #140
- Update the demo by @Vasilije1990 in #139
- Fix Jupyter Notebook by @dexters1 in #142
- docs: update quickstart.md by @eltociear in #143
- feat: migrate search to tasks by @borisarzentar in #144
New Contributors
Full Changelog: v0.1.16...v0.1.17
v0.1.16
What's Changed
- Rewrite cognee documentation and apply theme by @Vasilije1990 in #130
- feat: require logged in user in routes by @borisarzentar in #133
- chore: remove unnecessary env variables by @borisarzentar in #136
- feat: add sqlalchemy as dlt destination by @borisarzentar in #137
Full Changelog: v0.1.15...v0.1.16
v0.1.15
What's Changed
- feat: expose cognee.pipelines by @borisarzentar in #125
- add user management by @Vasilije1990 in #123
- feat: split document reader from chunker by @borisarzentar in #131
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- feat: pipelines and tasks by @borisarzentar in #119
- fix: remove keybert import by @borisarzentar in #120
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- chore: simplify docker by @Vasilije1990 in #111
- docs: update LLMOps documentation by @Vasilije1990 in #112
- docs: update README.md by @eltociear in #113
- chore: update Dockerfile by @Vasilije1990 in #114
- chore: remove dspy dependency
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- Docs update by @Vasilije1990 in #107
- Config split by @borisarzentar and @Vasilije1990 in #106
- Various bug fixes
Full Changelog: v0.1.1...v0.1.12
v0.1.11
What's Changed
- Urgent fix deployment by @Vasilije1990 in #95
- Updates to the configs by @Vasilije1990 in #96
- feat: frontend redesign by @borisarzentar in #97
- refactored CONTRIBUTE.md by @sVujke in #99
- add_cl_graphs() fixed - config change - graph model -> KnowledgeGraph by @sVujke in #101
- fix: enable sdk and fix config by @borisarzentar in #102
New Contributors
Full Changelog: v0.1.8...v0.1.9