cognee/cognee/modules/notebooks/tutorials/python-development-with-cognee/cell-14.py

6 lines
272 B
Python

# Search for connections between your async patterns and Python philosophy
results = await cognee.search(
query_text="How does my AsyncWebScraper implementation align with Python's design principles?",
datasets=["python-development-with-cognee"],
)
print(results)