Skip to content

Commit e352d8b

Browse files
Refactor article retrieval to use article titles (urls)
- Updated article retrieval logic to fetch actual article details from the database instead of using placeholder titles. - Now when we execute hybrid and hybrid_hyde workflows, we get the article links (with titles and not just article ids).
2 parents 13d6589 + 615a99b commit e352d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lex_llm/api/connectors/lex_db_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ async def hyde_search(
149149
return []
150150
except httpx.RequestError as e:
151151
print(f"Error connecting to LexDB: {e}")
152-
return []
152+
return []

0 commit comments

Comments
 (0)