Francisco Reveriano

Results 3 comments of Francisco Reveriano

I am getting a similar issue. I am using the following code: from cognee.modules.search.types import SearchType import cognee import asyncio results = await cognee.search( query_text="What laws, regulations, or sub-regulations are...

I managed to solve this one. But running into a problem. When I try to pull cognee.search into a seperate standalone function: `import os from dotenv import load_dotenv from typing...