aixplora icon indicating copy to clipboard operation
aixplora copied to clipboard

Implement several collections (knowledge)

Open grumpyp opened this issue 11 months ago • 3 comments

As a user I want to be able to sort my knowledge to different collections.

If a user has lot's of documents it makes sense to use collections.

  • [ ] Refactor indexing part
  • [ ] Frontend needs implementation on Upload + on Chat
  • [ ] /files endpoint needs feature implemented too

grumpyp avatar Sep 11 '23 22:09 grumpyp

Sorry, I haven't explored much of the codebase yet, but I noticed that you are using sqlite as the database. So when you say implement collections, do you mean use a vector database like milvus or somehow implement the functionality of collections through Sqllite. I was thinking of contributing (not sure if its possible for me yet), hence trying to understand more about the problem.

Quicksilver466 avatar Oct 08 '23 08:10 Quicksilver466

We are using a sqllite db plus Qdrant, the vector db. The collections part is managed with the Qdrant controller.

grumpyp avatar Oct 09 '23 02:10 grumpyp

Ok, thanks for the reply. Can I take up atleast the collections part. I will be able to work on it at weekends though. 😅

Quicksilver466 avatar Oct 10 '23 17:10 Quicksilver466