not-integreated: Add DocumentHybridSearchRetriever

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-03-20 22:56:24 -07:00
parent 757bedf4e7
commit ee0c518553
3 changed files with 245 additions and 0 deletions

View file

@ -135,6 +135,10 @@ async def process_file_in_background(
file_path,
mode="elements",
post_processors=[],
languages=["eng"],
include_orig_elements=False,
include_metadata=False,
strategy="auto",
)
docs = loader.load()