Utkarsh Sinha

Results 2 comments of Utkarsh Sinha

for weaviate DB it's simple and i think it would be similar for others too. just pass the additional params as seach_kwargs in retriever. ``` Weaviate().as_retriever(search_kwargs={"additional": ["vector", "certainty", "id"]}) ```...

> I am also facing similar issue. I have 9 tasks defined in the mongo collection. However the task is only picked up once during startup. From next time onwards...