diff --git a/README.md b/README.md index bd4f713ad..744c54ecd 100644 --- a/README.md +++ b/README.md @@ -87,17 +87,22 @@ Get started quickly with a Google Colab documentation -### Simple example +#### Simple example -#### Via CLI +##### Via CLI These commands will show you the basics of cognee CLI @@ -134,9 +139,13 @@ cognee-cli cognify cognee-cli search "What does cognee do?" cognee-cli delete --all +``` +or run +``` +cognee-cli -ui ``` -#### Python +##### Python This script will run the default pipeline: @@ -173,29 +182,18 @@ Example output: ``` -## Our paper is out! Read here -
- cognee paper -
-## Cognee UI -You can also cognify your files and query using cognee UI. +### Hosted Platform -Cognee UI 2 +Get up and running in minutes with automatic updates, analytics, and enterprise security. -### Running the UI +1. Sign up on [cogwit](https://www.cognee.ai) +2. Add your API key to local UI and sync your data or send your data to Cogwit API -Try cognee UI by setting your LLM_API_KEY and running ``` cognee-cli -ui ``` command on your terminal. - -## Understand our architecture - -
- cognee concept diagram -
@@ -224,12 +222,18 @@ We are committed to making open source an enjoyable and respectful experience fo contributors -## Sponsors +## Citation -Thanks to the following companies for sponsoring the ongoing development of cognee. +We now have a paper you can cite: -- [GitHub's Secure Open Source Fund](https://resources.github.com/github-secure-open-source-fund/) - -## Star History - -[![Star History Chart](https://api.star-history.com/svg?repos=topoteretes/cognee&type=Date)](https://star-history.com/#topoteretes/cognee&Date) +```bibtex +@misc{markovic2025optimizinginterfaceknowledgegraphs, + title={Optimizing the Interface Between Knowledge Graphs and LLMs for Complex Reasoning}, + author={Vasilije Markovic and Lazar Obradovic and Laszlo Hajdu and Jovan Pavlovic}, + year={2025}, + eprint={2505.24478}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2505.24478}, +} +```