WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: topoteretes/cognee

v0.1.7

03 May 08:50

Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

26 Apr 16:47

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

25 Apr 22:18

Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

24 Apr 17:38

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v.0.1.3

22 Apr 08:09

Choose a tag to compare

New Features

Enhanced Text Processing Capabilities:

Customizable models for classification, summarization, and labeling have been introduced to extend the versatility of our text analytics.

Better Graph Integration and Visualization:

We have revamped our graph logic. Introduced comprehensive support for multiple graph database types including but not limited to Neo4j and NetworkX, enhancing integration and scalability.
New functions for graph rendering, color palette generation, and dynamic graph visualization to help you better visualize data relationships and structures.

DSPy Module

You can now train your graph generation query on a dataset and visualize the results with the dspy module.

What's Changed

New Contributors

Full Changelog: v.0.1.1...v.0.1.3

v0.1.2

01 Apr 12:24

Choose a tag to compare

What's Changed

  • Updated docs and README
  • Local embeddings + ollama local models support

New Contributors - Thank you!

Full Changelog: v.0.1.1...v0.1.2

v.0.1.1

21 Mar 16:05
ab15aa6

Choose a tag to compare

  • Removed old code
  • Removed langchain
  • Added weaviate

v0.1.0

14 Mar 10:54

Choose a tag to compare

Cognee library is out

  1. Uses dlt to load files from 28 supported sources
  2. Manages data loads and dependencies
  3. Creates graphs based on user-provided pydantic models
  4. Added semantic network and graph decomposition into multilayer network
  5. Provides initial vector search type

v0.0.3

25 Jan 11:34

Choose a tag to compare

This release contains the first release of cognee

The service is now able to:

  1. Store and access public memories based on documents uploaded
  2. Store and access personal memories
  3. Deployable to AWS as a service
  4. Refactored with major improvements to speed and reliability

v0.0.1

08 Oct 19:34
c984610

Choose a tag to compare

Cognitive Architecture - Initial test framework for RAGs