Adding Support for vector db (Milvus) and api for seraching the documents based on vector similarity
Kushagar Sharma
I am trying to build a generic RAG and a lot of companies already use this awesome project for their documentation , so instead of writing something which queries wikijs and writes to document db. i am thinking of implementing vector db support in wikijs itself to make it readily available for rag systems.
Erik van Berkum
Great idea we are thinking implementing something like this along the same lines