Commit graph

10 commits

Author SHA1 Message Date
Vasilije
2657aa7096 Add evals for cognee 2024-05-19 20:35:54 +02:00
Vasilije
db0b19bb30 async embeddings fix + processing fix + decouple issues with the lancedb 2024-05-17 11:13:39 +02:00
Vasilije
79311ee510 fix deployment 2024-05-17 10:09:43 +02:00
Vasilije
d2e17dd4b7 fix deployment 2024-05-17 09:52:14 +02:00
Vasilije
3c261ce6a1 working cognify on large dataset 2024-05-12 21:58:09 +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
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
Boris Arzentar
9cbf450849 fix: move chunker to adapter 2024-04-23 14:59:09 +02:00
Vasilije
1c4caa9ee8 Added chunking 2024-04-23 09:45:36 +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