refactor: Fix typo
Refactor fix typo in pgvector integration test Refactor #COG-170
This commit is contained in:
parent
0e1533aa44
commit
195929e245
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ async def main():
|
|||
|
||||
search_results = await cognee.search(SearchType.SUMMARIES, query=random_node_name)
|
||||
assert len(search_results) != 0, "Query related summaries don't exist."
|
||||
print("\n\Extracted summaries are:\n")
|
||||
print("\n\nExtracted summaries are:\n")
|
||||
for result in search_results:
|
||||
print(f"{result}\n")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue