Commit graph

35 commits

Author SHA1 Message Date
Igor Ilic
658b6df4c6 refactor: Remove architecture overview
Removed architecture overview from notebook for now

Refactor #COG-387
2024-10-11 17:57:51 +02:00
Igor Ilic
1446606e95 fix: Fix pruning of relation database for Notebook
Fixes issue regarding no pruning of relational database for Jupyter Notebook

Fix #COG-387
2024-10-10 18:03:27 +02:00
Igor Ilic
85bf48b1f8 refactor: Raise font of last header
Bigger font for last header regarding starring cognee

Refactor #COG-387
2024-10-10 17:15:20 +02:00
Igor Ilic
9a12e29c97 refactor: Add cognee process diagram to notebook
Added cognee process diagram for the data used in the notebook

Refactor #COG-387
2024-10-10 17:05:16 +02:00
Igor Ilic
2bfe185672 refactor: Expand cognee notebook introduction
Expand information about cognee in notebook

Refactor #COG-387
2024-10-10 15:39:13 +02:00
Igor Ilic
f308cdd6fe refactor: Refactor cognee text in notebook
Added cognee description from landing page with appropriate graphs and images

Refactor #COG-387
2024-10-10 15:27:48 +02:00
Igor Ilic
e5dd99d2ca refactor: refactor rag problem image
Refactor image to accomodate to cognee style

Refactor #COG-387
2024-10-10 13:14:24 +02:00
Igor Ilic
bd8f5284a9 refactor: Add other search types to notebook
Added other search types and explanations to notebook

Refactor #COG-387
2024-10-09 20:58:16 +02:00
Igor Ilic
9ec292aac5 refactor: Add other search types to notebook
Added other search types and explanations to jupyter notebook

refactor #COG-387
2024-10-09 17:52:29 +02:00
Igor Ilic
eab6bda2d3 refactor: Add summarization task to notebook
Added summarization task to jupyter notebook

Refactor #COG-387
2024-10-09 17:12:32 +02:00
Igor Ilic
2497546cfb refactor: Add link for articles
Added hyperlinks to article mention

Refactor #COG-382
2024-10-08 20:12:25 +02:00
Igor Ilic
85694687a3 refactor: Refactor RAG issue explanation
Refactored explanation about issues with RAGs. Added information on how results are scored.

Refactor #COG-382
2024-10-08 19:56:59 +02:00
Igor Ilic
b283896564 refactor: add LLMs problem description
Refactored most common problems with LLMs to notebook

Refactor #COG-382
2024-10-08 18:42:28 +02:00
Igor Ilic
a7e9fc8004 refactor: Add new photo of issues with RAGs
Added new diagram of the problems RAGs have I made with drawio

Refactor #COG-382
2024-10-08 18:11:02 +02:00
Igor Ilic
e80e36f3dc refactor: Change text size
Changed text size to be more readable and uniform across the notebook

Refactor #COG-382
2024-10-08 16:50:23 +02:00
Igor Ilic
e74f9ad45a refactor: Remove common questions from notebook
Removed segment regarding common questions from notebook

Refactor #COG-382
2024-10-08 13:29:05 +02:00
Igor Ilic
f2dfa647e0 fix: Add environment setup before pruning
Environment variables need to be setup properly before pruning

Fix #COG-382
2024-10-07 22:10:11 +02:00
Igor Ilic
a5ccf78f0f refactor: Refactor Jupyter Notebook
Combine all Jupyter Notebooks into one

Refactor #COG-382
2024-10-07 17:06:56 +02:00
Igor Ilic
fcd60861ba
fix: Fix Jupyter Notebook (#142)
* fix: resolve issue with dlt sqlalchemy usage
Cognee database configuration information was not handled properly by dlt, a new dlt handler
moudle was made to handle database configuration propagation.

* fix: resolve issue with jupyter notebook

cognee add function uses old way of working in the notebook, updated it to
work with the latest state of the cognee add function which doesn't return output.

* fix: Remove empty DB_PATH argument from .env.template

Empty value for DB_PATH in the .env file overrides default value for path intended to be used by cognee.

---------
2024-10-07 12:58:54 +02:00
Boris
58db1ac2c8
chore: increase the lib version (#138) 2024-09-21 17:57:35 +02:00
Boris
a9433e9283
feat: add sqlalchemy as dlt destination (#137)
* feat: add sqlalchemy as dlt destination

* Fix the demo, update Readme

* fix: add 1.5 notebook

---------

Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
2024-09-21 15:58:28 +02:00
Boris
14555a25d0
feat: pipelines and tasks (#119)
* feat: simple graph pipeline

* feat: implement incremental graph generation

* fix: various bug fixes

* fix: upgrade weaviate-client

---------

Co-authored-by: Vasilije <8619304+Vasilije1990@users.noreply.github.com>
2024-07-20 16:49:00 +02:00
Boris Arzentar
4fb3dc31a4 fix: enable sdk and fix config 2024-06-03 14:03:24 +02:00
Boris Arzentar
1ac28f4cb8 feat: add initial cognee frontend 2024-05-17 13:42:14 +02:00
Boris
219afbce68
feat: add lancedb vector storage [COG-176] (#90)
* feat: integrate lancedb

* fix: use futures in weaviate adapter to enable async behaviour
2024-05-03 10:35:41 +02:00
Boris Arzentar
9cbf450849 fix: move chunker to adapter 2024-04-23 14:59:09 +02:00
Boris Arzentar
e58251b00c fix: download nltk files when needed 2024-04-21 22:03:18 +02:00
Boris Arzentar
bdd664a2aa fix: replace dspy with official version and add custom dataset 2024-04-21 16:11:51 +02:00
Vasilije
bb679c2dd7
Improve processing, update networkx client, and Neo4j, and dspy (#69)
* 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>
2024-04-20 19:05:40 +02:00
Boris Arzentar
d315248bfa fix: change API client according to api implementation 2024-03-30 17:53:53 +01:00
Boris Arzentar
e3dbdd79b9 fix: remove unused import from docs 2024-03-30 15:31:24 +01:00
Boris Arzentar
370b74988e chore: add functions to improve user experience 2024-03-30 15:25:34 +01:00
Boris Arzentar
8d4be049f4 feat: add support for text and file in cognee.add 2024-03-29 13:53:59 +01:00
Boris Arzentar
9c06e293b2 feat: add EmbeddingEngine and use local embedding model 2024-03-26 14:43:26 +01:00
Vasilije
4a7aaf5bd4 Moved notebooks 2024-03-21 17:13:35 +01:00