Releases: topoteretes/cognee
Releases · topoteretes/cognee
v0.1.2
What's Changed
- Updated docs and README
- Local embeddings + ollama local models support
New Contributors - Thank you!
- @eltociear made their first contribution in #67
- @Josephrp made their first contribution in #68
Full Changelog: v.0.1.1...v0.1.2
v.0.1.1
- Removed old code
- Removed langchain
- Added weaviate
v0.1.0
Cognee library is out
- Uses dlt to load files from 28 supported sources
- Manages data loads and dependencies
- Creates graphs based on user-provided pydantic models
- Added semantic network and graph decomposition into multilayer network
- Provides initial vector search type
v0.0.3
This release contains the first release of cognee
The service is now able to:
- Store and access public memories based on documents uploaded
- Store and access personal memories
- Deployable to AWS as a service
- Refactored with major improvements to speed and reliability
v0.0.1
Cognitive Architecture - Initial test framework for RAGs