I am making chatbot that is capable of discussing movies with langchain and llamaindex. I am following this guide. I wish llamaindex performs not only search with vector knn, but also adds some results based on direct keyword hits. Is there a way to add this type of search?
Asked
Active
Viewed 6 times
0
-
you can add database support like milvus for storing vector indexes and then you can leverage the functionality of full text search. – ZKS Sep 02 '23 at 13:54