mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 10:15:27 -04:00
fix: docs RAG query crashes on a non-dict row from the index (#1706)
This commit is contained in:
@@ -57,6 +57,7 @@ class DocsService:
|
||||
metadata=r.get("metadata"),
|
||||
)
|
||||
for r in results
|
||||
if isinstance(r, dict)
|
||||
]
|
||||
|
||||
async def index(self, directory: str) -> IndexResult:
|
||||
|
||||
Reference in New Issue
Block a user