Find answers from the community

D
Deki
Offline, last seen last week
Joined September 25, 2024
if i ran workflow in a task asyncio.create_task(workflow.run()) how do i safely cancel it
8 comments
L
D
Hello, I was using Postgres with pgvector for hybrid search with QueryFusionRetriever version for even better results.
Now I'm trying to transition to pgvector.rs for faster performance but even though their documentation states there is dense and sparse search options I can't seem to find those options in llama index implementation of Vector store.
Is there a way to use those options with llama index especially with QueryFusionRetriever if possible
5 comments
D
L