6 lines
272 B
Python
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)
|