docs: Update README.md
This commit is contained in:
parent
eda9f26b2b
commit
1724997683
1 changed files with 2 additions and 1 deletions
|
|
@ -126,6 +126,7 @@ Now, run a minimal pipeline:
|
||||||
```python
|
```python
|
||||||
import cognee
|
import cognee
|
||||||
import asyncio
|
import asyncio
|
||||||
|
from pprint import pprint
|
||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
|
|
@ -143,7 +144,7 @@ async def main():
|
||||||
|
|
||||||
# Display the results
|
# Display the results
|
||||||
for result in results:
|
for result in results:
|
||||||
print(result)
|
pprint(result)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue