Commit graph

8 commits

Author SHA1 Message Date
Boris
dc187a81d7
feat: migrate search to tasks (#144)
* fix: don't return anything on health endpoint

* feat: add alembic migrations

* feat: align search types with the data we store and migrate search to tasks
2024-10-07 14:41:35 +02:00
Vasilije
22c0dd5b2d
Rewrite cognee documentation and apply theme (#130)
* Update docs

* fix: add cognee colors and logo

* fix: add link to community discord

---------

Co-authored-by: Boris Arzentar <borisarzentar@gmail.com>
2024-08-22 13:38:16 +02:00
Vasilije
e896fa3aa6 Add NEO4J test 2024-06-12 22:42:46 +02:00
Vasilije
5a719934cf Updates to the configs 2024-05-26 22:48:36 +02:00
Vasilije
06ab7c872c Updates to the configs 2024-05-26 22:46:23 +02:00
Vasilije
7a28bc876f Updates to the configs 2024-05-26 21:50:03 +02:00
Vasilije
06b782ccc2 Updates to the configs 2024-05-26 21:42:54 +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