Fix linting
This commit is contained in:
@@ -124,7 +124,8 @@ async def main():
|
|||||||
print("=====================")
|
print("=====================")
|
||||||
print(
|
print(
|
||||||
await rag.aquery(
|
await rag.aquery(
|
||||||
"What are the top themes in this story?", param=QueryParam(mode="global")
|
"What are the top themes in this story?",
|
||||||
|
param=QueryParam(mode="global"),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -134,7 +135,8 @@ async def main():
|
|||||||
print("=====================")
|
print("=====================")
|
||||||
print(
|
print(
|
||||||
await rag.aquery(
|
await rag.aquery(
|
||||||
"What are the top themes in this story?", param=QueryParam(mode="hybrid")
|
"What are the top themes in this story?",
|
||||||
|
param=QueryParam(mode="hybrid"),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Reference in New Issue
Block a user