Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-30 | 13.7 kB | |
v0.2.0 source code.tar.gz | 2025-06-30 | 18.7 MB | |
v0.2.0 source code.zip | 2025-06-30 | 19.2 MB | |
Totals: 3 Items | 38.0 MB | 3 |
What's Changed
- fix: run cognee in Docker [COG-1961] by @dexters1 in https://github.com/topoteretes/cognee/pull/775
- fix: Doesn't drop entire PG database, just cleans public schema - Cog 1947 by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/760
- feat: Add uv and poetry support to Cognee [COG-1572] by @dexters1 in https://github.com/topoteretes/cognee/pull/780
- fix: networkx id type change [COG-1876] by @dexters1 in https://github.com/topoteretes/cognee/pull/786
- feat: Mcp SSE support [COG-1781] by @dexters1 in https://github.com/topoteretes/cognee/pull/785
- feat: Add detailed log handling options for Cognee exceptions [COG-1983] by @dexters1 in https://github.com/topoteretes/cognee/pull/782
- fix: versions gh actions [COG-2025] by @dexters1 in https://github.com/topoteretes/cognee/pull/798
- docs: add cognee UI by @hande-k in https://github.com/topoteretes/cognee/pull/799
- feat: remove get_distance_from_collection_names and adapt search by @borisarzentar in https://github.com/topoteretes/cognee/pull/766
- docs: update colab demo by @hande-k in https://github.com/topoteretes/cognee/pull/795
- feat: pass context argument to tasks that require it by @borisarzentar in https://github.com/topoteretes/cognee/pull/788
- feat: abstract logging tool integration by @borisarzentar in https://github.com/topoteretes/cognee/pull/787
- feat: Add Memgraph integration by @matea16 in https://github.com/topoteretes/cognee/pull/751
- refactor: Handle boto3 s3fs dependencies better by @dexters1 in https://github.com/topoteretes/cognee/pull/809
- fix: Fixes collection search limit in brute force triplet search by @hajdul88 in https://github.com/topoteretes/cognee/pull/814
- refactor: Update lanceDB and change delete to work async by @dexters1 in https://github.com/topoteretes/cognee/pull/770
- fix: make onnxruntime flexible by @borisarzentar in https://github.com/topoteretes/cognee/pull/815
- fix: graphiti example by @soobrosa in https://github.com/topoteretes/cognee/pull/816
- feat: Create notebook to show how to compute ranks from graph by @diegoabt in https://github.com/topoteretes/cognee/pull/771
- feat: add MCP check status tool [COG-1784] by @dexters1 in https://github.com/topoteretes/cognee/pull/793
- docs: Update log level of CollectionNotFoundError by @dexters1 in https://github.com/topoteretes/cognee/pull/819
- fix: notebooks by @soobrosa in https://github.com/topoteretes/cognee/pull/818
- fix: cognee docker image by @borisarzentar in https://github.com/topoteretes/cognee/pull/820
- feat: Add columns as nodes in relational db migration by @dexters1 in https://github.com/topoteretes/cognee/pull/826
- fix: exclude files from build by @borisarzentar in https://github.com/topoteretes/cognee/pull/828
- feat: OpenAI compatible route /api/v1/responses by @dm1tryG in https://github.com/topoteretes/cognee/pull/792
- feat: Test db examples by @hande-k in https://github.com/topoteretes/cognee/pull/817
- fix: 812 anthropic fix by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/822
- fix: Mcp small updates by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/831
- fix: pipeline run status migration by @borisarzentar in https://github.com/topoteretes/cognee/pull/836
- feat: Add developer rules by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/833
- fix: Fixes pipeline run status migration by @hajdul88 in https://github.com/topoteretes/cognee/pull/838
- fix: Fixes graph completion search limit by @hajdul88 in https://github.com/topoteretes/cognee/pull/839
- feat: Adds modal parallel evaluation for retriever development by @hajdul88 in https://github.com/topoteretes/cognee/pull/844
- fix: use default threading in Fastembed by @lxobr in https://github.com/topoteretes/cognee/pull/846
- feat: added util logger OS by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/841
- feat: Adds dashboard application to parallel modal evals by @hajdul88 in https://github.com/topoteretes/cognee/pull/847
- fix: hotfix the file uploader in the delete router. by @soobrosa in https://github.com/topoteretes/cognee/pull/842
- feat: Removes hardcoded user prompts from adapters by @hajdul88 in https://github.com/topoteretes/cognee/pull/849
- feat: Adds chain of thought retriever by @hajdul88 in https://github.com/topoteretes/cognee/pull/864
- feat: Adds context extension search by @hajdul88 in https://github.com/topoteretes/cognee/pull/865
- chore: Move files by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/848
- chore: add neo4j to mcp dependencies by @hande-k in https://github.com/topoteretes/cognee/pull/867
- docs: Readme local install by @dexters1 in https://github.com/topoteretes/cognee/pull/872
- feat: Adds subgraph retriever to graph based completion searches by @hajdul88 in https://github.com/topoteretes/cognee/pull/874
- fix: removes ontology resolver initialization at import by @hajdul88 in https://github.com/topoteretes/cognee/pull/876
- docs: Docstring tasks. by @soobrosa in https://github.com/topoteretes/cognee/pull/878
- docs: Docstring modules. by @soobrosa in https://github.com/topoteretes/cognee/pull/877
- docs: Docstring infrastructure. by @soobrosa in https://github.com/topoteretes/cognee/pull/880
- fix: Disable faulty graph metrics calculation in demos by @hajdul88 in https://github.com/topoteretes/cognee/pull/888
- feat: removes unused properies from node and edge pydantic models by @hajdul88 in https://github.com/topoteretes/cognee/pull/884
- refactor: Make relational db migration example clearer [dev branch] by @dexters1 in https://github.com/topoteretes/cognee/pull/882
- fix: memgraph adapter by @hande-k in https://github.com/topoteretes/cognee/pull/899
- feat: add relational db migration and dlt example by @hande-k in https://github.com/topoteretes/cognee/pull/843
- feat: Neo4j base node label by @tomasonjo in https://github.com/topoteretes/cognee/pull/903
- chore: update mcp readme by @hande-k in https://github.com/topoteretes/cognee/pull/914
- feat: Dataset permissions by @dexters1 in https://github.com/topoteretes/cognee/pull/869
- Update README.md by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/928
- fix: adds and invokes Neo4jAdapter initialize for schema setup by @hajdul88 in https://github.com/topoteretes/cognee/pull/933
- fix: deepeval retry by @lxobr in https://github.com/topoteretes/cognee/pull/918
- feat: remote kuzu adapter by @soobrosa in https://github.com/topoteretes/cognee/pull/781
- docs: Adds description to context in graph completion and its subclasses by @hajdul88 in https://github.com/topoteretes/cognee/pull/934
- docs: Adds agentic procurement example by @hajdul88 in https://github.com/topoteretes/cognee/pull/932
- docs: add links to other language versions of README by @dowithless in https://github.com/topoteretes/cognee/pull/935
- Pensar - Upgrade next from 14.2.3 to 14.2.26 by @pensarapp in https://github.com/topoteretes/cognee/pull/895
- fix: Add getting started tutorial to git by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/870
- Pensar - auto fix for 1 issues (CWE-489, CWE-284 by @pensarapp in https://github.com/topoteretes/cognee/pull/937
- refactor: Change include docs to false by default by @dexters1 in https://github.com/topoteretes/cognee/pull/954
- refactor: Make ingestion of documents false by default by @dexters1 in https://github.com/topoteretes/cognee/pull/959
- docs: Add security.md by @dexters1 in https://github.com/topoteretes/cognee/pull/960
- fix: Add dataset id as optional parameter by @dexters1 in https://github.com/topoteretes/cognee/pull/958
- chore: Changes empty ontology logging from warning to info by @hajdul88 in https://github.com/topoteretes/cognee/pull/964
- feat: unify comparative evals by @lxobr in https://github.com/topoteretes/cognee/pull/916
- fix: Qdrant adapter faulty limit=0 behavior in search by @hajdul88 in https://github.com/topoteretes/cognee/pull/965
- Jspv structlog auto config fix by @dexters1 in https://github.com/topoteretes/cognee/pull/907
- feat: Fixes url typo in general adapters by @hajdul88 in https://github.com/topoteretes/cognee/pull/969
- feat: websockets for pipeline update streaming by @borisarzentar in https://github.com/topoteretes/cognee/pull/851
- docs: add dev branch note by @borisarzentar in https://github.com/topoteretes/cognee/pull/971
- chore: mcp readme rewrite by @hande-k in https://github.com/topoteretes/cognee/pull/974
- chore: Add update to mcp readme by @hande-k in https://github.com/topoteretes/cognee/pull/976
- chore: remove aws deployment by @borisarzentar in https://github.com/topoteretes/cognee/pull/975
- feat: Return CI test for docker build by @dexters1 in https://github.com/topoteretes/cognee/pull/977
- fix:Extend postgres by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/962
- fix: Resolve gemini ollama cicd issue by @dexters1 in https://github.com/topoteretes/cognee/pull/979
- feat: Makes s3 pathway imports optional so cognee can run without s3fs by @hajdul88 in https://github.com/topoteretes/cognee/pull/978
- test: Mcp test by @dexters1 in https://github.com/topoteretes/cognee/pull/980
- fix: make instructor version flexible by @borisarzentar in https://github.com/topoteretes/cognee/pull/983
- refactor: Update rel db example by @dexters1 in https://github.com/topoteretes/cognee/pull/985
- feat: Replaces Owlready2 with RDFLib by @hajdul88 in https://github.com/topoteretes/cognee/pull/981
- feat: Add alembic migration for permissions by @dexters1 in https://github.com/topoteretes/cognee/pull/989
- feat: Permissions db migration by @dexters1 in https://github.com/topoteretes/cognee/pull/992
- docs: Add how to use postgres with Cognee docker compose by @dexters1 in https://github.com/topoteretes/cognee/pull/994
- feat: migrate new UI to cognee by @borisarzentar in https://github.com/topoteretes/cognee/pull/966
- test: Add backend flow test by @dexters1 in https://github.com/topoteretes/cognee/pull/995
- refactor: Change endpoint order in swagger by @dexters1 in https://github.com/topoteretes/cognee/pull/1004
- fix: Add more timeout for server test by @dexters1 in https://github.com/topoteretes/cognee/pull/1005
- feat: Allow configuration of Host and Port for FastAPI via environment variables by @kevincojean in https://github.com/topoteretes/cognee/pull/997
- chore: add sponsor to readme by @hande-k in https://github.com/topoteretes/cognee/pull/1007
- chore: add sponsor to readme dev by @hande-k in https://github.com/topoteretes/cognee/pull/1008
- feat: Fix python312 issue on main by @dexters1 in https://github.com/topoteretes/cognee/pull/1011
- chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot in https://github.com/topoteretes/cognee/pull/1013
- fix: remove semantic search from responses api by @hande-k in https://github.com/topoteretes/cognee/pull/904
- docs: Added better env example by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/982
- feat: Adds core db tests for main search by @hajdul88 in https://github.com/topoteretes/cognee/pull/1006
- fix: gunicorn update by @Vasilije1990 in https://github.com/topoteretes/cognee/pull/1014
- fix: update README.md by @hande-k in https://github.com/topoteretes/cognee/pull/1017
- feat: Make graph authentication optional for Neo4j, Memgraph, and FalkorDB (noting enterprise-only password support) by @kivo360 in https://github.com/topoteretes/cognee/pull/963
- chore: announce SaaS launch on readme (dev) by @hande-k in https://github.com/topoteretes/cognee/pull/1025
- chore: announce SaaS launch on readme by @hande-k in https://github.com/topoteretes/cognee/pull/1024
- feat: Set default database to Kuzu by @hajdul88 in https://github.com/topoteretes/cognee/pull/1022
- fix: resolve check permission on dataset Role and Tenant permission i… by @dexters1 in https://github.com/topoteretes/cognee/pull/1020
- feat: set default database name based on provider by @dexters1 in https://github.com/topoteretes/cognee/pull/1026
- feat: Add dataset_id to pipeline run info and status by @dexters1 in https://github.com/topoteretes/cognee/pull/1009
- fix: Handle file:// URLs in open_data_file function by @aenawi in https://github.com/topoteretes/cognee/pull/1019
- feat: adds cursor developer rules demo by @hajdul88 in https://github.com/topoteretes/cognee/pull/1021
- fix: sets cognee mcp server to sse mode by @hajdul88 in https://github.com/topoteretes/cognee/pull/1028
- chore: adds docker description to cognee-mcp by @hajdul88 in https://github.com/topoteretes/cognee/pull/1031
- fix: mcp server by @borisarzentar in https://github.com/topoteretes/cognee/pull/1033
- fix: authorize in swagger by @borisarzentar in https://github.com/topoteretes/cognee/pull/1034
- fix: Resolve pipeline id issue by @dexters1 in https://github.com/topoteretes/cognee/pull/1035
New Contributors
- @tomasonjo made their first contribution in https://github.com/topoteretes/cognee/pull/903
- @dowithless made their first contribution in https://github.com/topoteretes/cognee/pull/935
- @pensarapp made their first contribution in https://github.com/topoteretes/cognee/pull/895
- @kevincojean made their first contribution in https://github.com/topoteretes/cognee/pull/997
- @kivo360 made their first contribution in https://github.com/topoteretes/cognee/pull/963
- @aenawi made their first contribution in https://github.com/topoteretes/cognee/pull/1019
Full Changelog: https://github.com/topoteretes/cognee/compare/v.0.1.42...v0.2.0