added update
This commit is contained in:
parent
3e43a4726f
commit
cf9b5a2977
1 changed files with 0 additions and 50 deletions
50
notebooks/cognee_demo.ipynb
vendored
50
notebooks/cognee_demo.ipynb
vendored
|
|
@ -81,56 +81,6 @@
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"execution_count": 3
|
"execution_count": 3
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"metadata": {
|
|
||||||
"ExecuteTime": {
|
|
||||||
"end_time": "2025-06-30T11:38:33.775541Z",
|
|
||||||
"start_time": "2025-06-30T11:38:31.924740Z"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cell_type": "code",
|
|
||||||
"source": "!pip install rdflib",
|
|
||||||
"id": "55cc55ea25a26dee",
|
|
||||||
"outputs": [
|
|
||||||
{
|
|
||||||
"name": "stdout",
|
|
||||||
"output_type": "stream",
|
|
||||||
"text": [
|
|
||||||
"Collecting rdflib\r\n",
|
|
||||||
" Using cached rdflib-7.1.4-py3-none-any.whl.metadata (11 kB)\r\n",
|
|
||||||
"Requirement already satisfied: pyparsing<4,>=2.1.0 in /Users/vasilije/cognee/.venv/lib/python3.11/site-packages (from rdflib) (3.2.1)\r\n",
|
|
||||||
"Using cached rdflib-7.1.4-py3-none-any.whl (565 kB)\r\n",
|
|
||||||
"Installing collected packages: rdflib\r\n",
|
|
||||||
"Successfully installed rdflib-7.1.4\r\n",
|
|
||||||
"\r\n",
|
|
||||||
"\u001B[1m[\u001B[0m\u001B[34;49mnotice\u001B[0m\u001B[1;39;49m]\u001B[0m\u001B[39;49m A new release of pip is available: \u001B[0m\u001B[31;49m25.0.1\u001B[0m\u001B[39;49m -> \u001B[0m\u001B[32;49m25.1.1\u001B[0m\r\n",
|
|
||||||
"\u001B[1m[\u001B[0m\u001B[34;49mnotice\u001B[0m\u001B[1;39;49m]\u001B[0m\u001B[39;49m To update, run: \u001B[0m\u001B[32;49mpip install --upgrade pip\u001B[0m\r\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"execution_count": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metadata": {
|
|
||||||
"ExecuteTime": {
|
|
||||||
"end_time": "2025-06-30T11:38:46.118840Z",
|
|
||||||
"start_time": "2025-06-30T11:38:46.116936Z"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cell_type": "code",
|
|
||||||
"source": "print(cognee.__version__)",
|
|
||||||
"id": "7f1e8dec6f9341ae",
|
|
||||||
"outputs": [
|
|
||||||
{
|
|
||||||
"name": "stdout",
|
|
||||||
"output_type": "stream",
|
|
||||||
"text": [
|
|
||||||
"0.2.0-dev\n"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"execution_count": 4
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"id": "074f0ea8-c659-4736-be26-be4b0e5ac665",
|
"id": "074f0ea8-c659-4736-be26-be4b0e5ac665",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue