Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7ee6cc8
fix docs
davidmyriel Oct 30, 2025
79f5201
fixes
davidmyriel Oct 31, 2025
a068f35
fixes
davidmyriel Oct 31, 2025
3472f62
bash
davidmyriel Oct 31, 2025
0427586
fix tagline and description
davidmyriel Oct 31, 2025
4e03406
fix errors
davidmyriel Oct 31, 2025
e69ff7c
remove agents
davidmyriel Oct 31, 2025
b1fdb71
docs: Fix Readme Instructions (#1706)
Vasilije1990 Nov 1, 2025
1e53138
CI: Fix ollama tests (#1713)
Vasilije1990 Nov 2, 2025
72c20c2
Handle multiple response formats in OllamaEmbeddingEngine
weikao Nov 5, 2025
41b973a
docs(mcp): update available tools documentation
armelhbobdad Nov 5, 2025
a6db281
chore: update videos
hande-k Nov 6, 2025
26c18e9
chore: update videos (#1748)
Vasilije1990 Nov 6, 2025
007c7d4
Fix cypher search (#1739)
pazone Nov 8, 2025
7557e6f
Cherry-pick: Fix cypher search (#1739) (#1763)
Vasilije1990 Nov 9, 2025
44f0498
added release update version
Vasilije1990 Nov 9, 2025
6192d49
fix: added release update version (#1764)
Vasilije1990 Nov 9, 2025
487635b
Update Python version range in README
Vasilije1990 Nov 9, 2025
900dd38
Merge branch 'main' into fix/update-mcp-tools-documentation
armelhbobdad Nov 17, 2025
a5aa58a
docs(mcp): correct tool name in README
armelhbobdad Nov 17, 2025
5353292
Update cognee-mcp/README.md
armelhbobdad Nov 17, 2025
4fcbc96
Merge branch 'fix/update-mcp-tools-documentation' of https://github.c…
armelhbobdad Nov 17, 2025
f996ecf
docs(mcp): update available tools documentation (#1740)
pazone Nov 20, 2025
3fe354e
Handle multiple response formats in OllamaEmbeddingEngine (#1735)
Vasilije1990 Nov 20, 2025
0b20f13
CI: Release drafter configuration
pazone Nov 21, 2025
83e0876
added CI label
pazone Nov 21, 2025
efb9739
CI: mergify config
pazone Nov 21, 2025
dd87acc
CI: Release drafter configuration (#1817)
pazone Nov 21, 2025
a472db5
CI: mergify config (#1818)
pazone Nov 21, 2025
a7d0132
ci(Mergify): configuration update
pazone Nov 21, 2025
d99a7ff
ci(Mergify): configuration update (#1820)
pazone Nov 21, 2025
8b61e1b
fix: adds lance-namespace version fix to toml + fixes lancedb max ver…
hajdul88 Nov 27, 2025
0fd939c
updating url again
hajdul88 Nov 20, 2025
4584182
chore: Update Cognee version
dexters1 Nov 27, 2025
00b60ae
backport: Adds lance-namespace version fix to toml (fixes lancedb iss…
Vasilije1990 Nov 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Python version range in README
  • Loading branch information
Vasilije1990 authored Nov 9, 2025
commit 487635b71b204e62a28e91f141b64ae90708d68d
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Let’s try Cognee in just a few lines of code. For detailed setup and configura

### Prerequisites

- Python 3.10 to 3.12
- Python 3.10 to 3.13

### Step 1: Install Cognee

Expand Down
Loading