phidatahq / phidata

Build AI Agents with memory, knowledge, tools and reasoning. Chat with them using a beautiful Agent UI.
https://docs.phidata.com
Mozilla Public License 2.0
15.63k stars 2.15k forks source link

Enable reranking for all vectordb instances in search #1416

Open osushinekotan opened 2 weeks ago

osushinekotan commented 2 weeks ago

Issue

Solution

if self.reranker:
      search_results = self.reranker.rerank(query=query, documents=search_results)