Commit graph

9 commits

Author SHA1 Message Date
Vasilije
5230424431 fix db engine config 2024-05-25 20:17:43 +02:00
Vasilije
8a082ad384 try few things 2024-05-25 14:42:19 +02:00
Vasilije
710b27993a try few things 2024-05-25 14:22:29 +02:00
Vasilije
2b33aca928 Add mkdir 2024-05-25 14:00:56 +02:00
Vasilije
b49bad6db2 Updates and fixes for the lib 2024-05-25 13:51:38 +02:00
Vasilije
4488339fdc test with a simple file 2024-05-18 17:01:23 +02:00
Vasilije
8e850c19f8 fix search, add improvements 2024-04-30 23:14:11 +02:00
Vasilije
212e5dcf78
Cog 174 (#84)
* Add telemetry

* test: add github action test

* fix: create graph only once

* fix: handle graph file not existing while deleting it

* fix: close qdrant connection in methods

---------

Co-authored-by: Boris Arzentar <borisarzentar@gmail.com>
2024-04-26 00:16:03 +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