Commit graph

282 commits

Author SHA1 Message Date
Hande
de67a44918
update architecture diagram in readme (#506)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
  - Updated README formatting for improved consistency.
- Adjusted image display size from 50% to 80% to enhance visual
presentation.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-07 17:17:07 +01:00
Igor Ilic
5fe7ff9883
refactor: Refactor search so graph completion is used by default (#505)
<!-- .github/pull_request_template.md -->

## Description
Refactor search so query type doesn't need to be provided to make it
simpler for new users

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Refactor**
- Improved the search interface by standardizing parameter usage with
explicit keyword arguments for specifying search types, enhancing
clarity and consistency.
- **Tests**
- Updated test cases and example integrations to align with the revised
search parameters, ensuring consistent behavior and reliable validation
of search outcomes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-07 17:16:34 +01:00
Vasilije
4d3acc358a
fix: mcp improvements (#472)
<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Dependency Update**
	- Downgraded `mcp` package version from 1.2.0 to 1.1.3
- Updated `cognee` dependency to include additional features with
`cognee[codegraph]`

- **New Features**
- Introduced a new tool, "codify", for transforming codebases into
knowledge graphs
- Enhanced the existing "search" tool to accept a new parameter for
search type

- **Improvements**
	- Streamlined search functionality with a new modular approach
- Added new asynchronous function for retrieving and formatting code
parts

- **Documentation**
- Updated import paths for `SearchType` in various modules and tests to
reflect structural changes

- **Code Cleanup**
	- Removed legacy search module and associated classes/functions
	- Refined data transfer object classes for consistency and clarity
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Boris Arzentar <borisarzentar@gmail.com>
2025-02-04 08:47:31 +01:00
Vasilije
f2c1875d5a
Update README.md 2025-01-27 14:49:35 +01:00
Vasilije
34262a17dd
Update README.md 2025-01-27 14:49:02 +01:00
Hande
0fb19ca21d
docs: update readme with "How Cognee Solves Real-World Pain Points" 2025-01-27 11:36:11 +01:00
Vasilije
a2998b70dd
Update README.md 2025-01-25 12:12:05 +01:00
Vasilije
459e93e8ee
Update README.md 2025-01-25 12:11:04 +01:00
Vasilije
05894e7af0
Update README.md 2025-01-25 12:09:53 +01:00
hajdul88
048823e7ae feat: changes Readme.md 2025-01-24 15:52:40 +01:00
hajdul88
8e36b8be65 feat: Updates Readme.md with modal deployment guide 2025-01-24 15:45:16 +01:00
hajdul88
b0634da43e fix: fixes typo in README 2025-01-17 11:30:45 +01:00
hajdul88
6f5d2bad47 Fix: Updates README 2025-01-17 11:29:51 +01:00
hajdul88
0b56e4b688 feat: Adds OS information to README 2025-01-17 11:22:34 +01:00
Vasilije
2d7635db89
Update README.md 2025-01-12 20:58:35 +01:00
Vasilije
fe672ce0e4
Update README.md 2025-01-02 18:34:44 +01:00
vasilije
69349cd744 Fix diagram 2024-12-26 17:56:08 +01:00
vasilije
42bb83522c Fix diagram 2024-12-26 17:55:19 +01:00
Vasilije
f2c3b21f9e
Merge branch 'dev' into add-smithery 2024-12-23 17:37:13 +01:00
Vasilije
135613de1d
Update README.md 2024-12-23 17:36:14 +01:00
Henry Mao
efa2ecdf76
Move readme 2024-12-23 23:09:34 +07:00
Henry Mao
3fd3aed2fa
Add Smithery CLI installation instructions and badge 2024-12-23 23:08:34 +07:00
vasilije
b73a35fec6 Fix diagram 2024-12-23 14:16:57 +01:00
Igor Ilic
50e9b81aae docs: Better wording for README.md
Better wording for part of README.md

docs
2024-12-03 17:38:31 +01:00
Igor Ilic
1d18dd2f18 docs: Update README.md to have less clutter
Resolve clutter in README.md

docs
2024-12-03 17:33:18 +01:00
Igor Ilic
e462ebe2e6 docs: Update README.md with stable databases
Update README.md with state of stable databases

Docs
2024-12-03 13:38:07 +01:00
Igor Ilic
fb5f0cf00f chore: Make milvus an optional dependency
Make Milvus an optional dependency, expand docs with Milvus information

Chore
2024-12-03 10:37:50 +01:00
Igor Ilic
1a5f0fe10d chore: Update readme with more description about extras
Update readme to be a bit more descriptive about installation

Chore COG-595
2024-12-02 19:07:17 +01:00
Igor Ilic
836e3d29e1 chore: Update README.md
Update README.md with database optional dependencies

Chore COG-595
2024-12-02 16:24:12 +01:00
Vasilije
d855e2ee88
Update README.md 2024-11-30 16:36:34 +01:00
Vasilije
0da0cd761b
Update README.md 2024-11-30 16:35:04 +01:00
Boris Arzentar
a2fa25fb60 Merge remote-tracking branch 'origin/main' 2024-11-23 14:07:44 +01:00
hande-k
157d7d217d docs: added cognify steps in the print statement and commented example output 2024-11-21 13:57:42 +01:00
hande-k
c6e447f28c docs: add print statements to the simple example, update README 2024-11-20 08:47:02 +01:00
Vasilije
722c7b081a
Update README.md 2024-11-18 21:43:10 +01:00
Boris
c045f737f7
feat: add vector and graph dbs state to README file (#235) 2024-11-18 17:51:41 +01:00
Boris
52180eb6b5
feat: COG-184 add falkordb (#192)
* feat: add falkordb adapter

---------

Co-authored-by: hajdul88 <52442977+hajdul88@users.noreply.github.com>
2024-11-11 18:20:52 +01:00
Igor Ilic
2ae2b7b98d docs: Fix postgres install instruction
Fix instruction on how to install postgres

Docs
2024-11-08 12:28:44 +01:00
Vasilije
9d7f58c1f7
Update README.md 2024-11-08 12:09:52 +01:00
Igor Ilic
44fe379757 docs: Update README.md to include postgres
Update README.md to include postgres

Docs
2024-11-07 20:17:23 +01:00
Vasilije
168cb5d1bf
Update README.md 2024-11-07 14:19:01 +01:00
lxobr
6c395d7d7f docs: update README simple example 2024-11-05 10:05:43 +01:00
Vasilije
10fb9745f3
Merge pull request #174 from topoteretes/COG-472-config-fixes
fix: Fix cognee graphistry and llm configuration through code
2024-10-31 12:35:01 +01:00
Igor Ilic
71ebfe7bb6 fix: Fix cognee graphistry and llm configuration through code
Fixed issue where graphistry and llm configuration options could not be set through code. Updated README.md

Fix #COG-472
2024-10-31 11:48:34 +01:00
Igor Ilic
0e9b8108a0 docs: Add PostgreSQL usage instructions for UI
Added steps on how to use PostgreSQL for the UI

Docs #COG-457
2024-10-29 19:00:42 +01:00
Igor Ilic
f1edb1f3eb docs: Add installing of cognee with postgres support
Add info on how to install cognee with postgres support

Docs #COG-457
2024-10-29 18:27:29 +01:00
Niranjan Kurhade
65c2b77492
Fixed Broken Link in Readme 2024-10-27 02:17:50 +05:30
Igor Ilic
88ded6e1a8 Merge branch 'main' of github.com:topoteretes/cognee into COG-170-PGvector-adapter 2024-10-22 12:41:18 +02:00
ANUSHKA KATHARE
8130171b7f
Fixed Some grammatical errors in the file. 2024-10-21 22:01:21 +05:30
Igor Ilic
58e5854943 Merge branch 'main' of github.com:topoteretes/cognee into COG-170-PGvector-adapter 2024-10-18 12:05:06 +02:00