* Update cognify and the networkx client to prepare for running in Neo4j * Fix for openai model * Add the fix to the infra so that the models can be passed to the library. Enable llm_provider to be passed. * Auto graph generation now works with neo4j * Added fixes for both neo4j and networkx * Explicitly name semantic node connections * Added updated docs, readme, chunkers and updates to cognify * Make docs build trigger only when changes on it happen * Update docs, test git actions * Separate cognify logic into tasks * Introduce dspy knowledge graph extraction --------- Co-authored-by: Boris Arzentar <borisarzentar@gmail.com>
20 lines
952 B
Markdown
20 lines
952 B
Markdown
# Blog
|
|
|
|
The goal of the blog is to discuss broader topics around the cognee project, including the motivation behind the project, the technical details, and the future of the project.
|
|
|
|
## cognee library announcements
|
|
|
|
This section covers the release notes for the cognee library. It includes the new features, bug fixes, and improvements in each release.
|
|
|
|
1. [Cognee - library release](posts/cognee-library-release.md)
|
|
|
|
[//]: # (2. [Cognee - v0.1.4 announcement](posts/cognee-v0.1.4.md))
|
|
|
|
## Towards deterministic data pipelines for LLMs step by step
|
|
This series mostly deals with product discovery, data engineering, and the development of robust AI memory data pipelines.
|
|
|
|
1. [From demo to production 1](posts/from-demo-to-production-1.md)
|
|
2. [From demo to production 2](posts/from-demo-to-production-2.md)
|
|
3. [From demo to production 3](posts/from-demo-to-production-3.md)
|
|
4. [From demo to production 4](posts/from-demo-to-production-4.md)
|
|
|