weaviate / Verba

Retrieval Augmented Generation (RAG) chatbot powered by Weaviate
BSD 3-Clause "New" or "Revised" License
6.1k stars 652 forks source link

Support Indexify as Retriever #135

Open diptanu opened 5 months ago

diptanu commented 5 months ago

Hi folks! Love Verba, does the project support or plan to support pluggable retrievers? We are building an open-source reliable extraction and embedding engine - https://getindexify.ai We are pan on supporting Weviate as a storage backend very soon.

Indexify has a retriever API which supports retrieving using semantic search on embedding indexes, and structured data from unstructured data using SQL.

If we integrate Indexify, Verba will be able to -

  1. Answer questions from not only PDF and documents, but also from images, videos and audio.
  2. Ingest any amount of documents, videos, audio, etc at any scale (throughput, data volume)
  3. Extraction of embedding, structured data from videos, docs, images will be offloaded in workers (distributed in production) so retrieval will always return fresh data.
  4. Users can monitor the state of indexes, extraction status, delete or update ingested content and extracted embedding/metadata.
  5. Support all major hardware accelerators and any model for extraction.

Here is an example pipeline for PDF extraction - https://getindexify.ai/usecases/pdf_extraction/ and for videos - https://getindexify.ai/usecases/video_rag/

I think the integration could be fairly seamless with some extensions in Verba and once we support Weviate in Indexify(should be straight forward).

Thoughts?

thomashacker commented 5 months ago

Interesting and great idea! I'll have a look 🚀

diptanu commented 5 months ago

@thomashacker I would love to chat more on discord, or on a call also! My email - diptanu@tensorlake.ai :)

thomashacker commented 1 month ago

Hey @diptanu if this is still open, feel free to create a PR