Commit graph

9 commits

Author SHA1 Message Date
Boris
bb404f51f9
Update docs/quickstart.md 2024-11-18 17:50:15 +01:00
Leon Luithlen
7a2fc617a8 Rename remaining 'query' keyword args in cognee.search to 'query_text' 2024-11-18 14:00:14 +01:00
Farookh Zaheer Siddiqui
028f0b5100
Fix Typos (#148)
* Update configuration.md

* Update quickstart.md
2024-10-10 13:27:40 +02:00
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
Ikko Eltociear Ashimine
4ef56a654d
docs: update quickstart.md (#143)
enviroment -> environment
2024-10-07 13:16:38 +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
b68580c3c2 Add NEO4J test 2024-06-12 23:18:06 +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