jina-ai / faq

Apache License 2.0
2 stars 0 forks source link

What database backends does Jina support? #16

Open alt-shreya opened 2 years ago

alt-shreya commented 2 years ago

Although Jina does not support databases, we do offer two products that do: Jina Core and Docarray. However, if you ever require assistance with numerous databases, executors at hub.jina.ai can help you. There are mainly 4 options:

  1. Use docarray's backend (https://docarray.jina.ai/advanced/document-store/).
  2. Docarray's backends should be extended as per your requirement(this is a little complex and not easy for everyone)
  3. Make use of Hub's Executors (HNSWPostgresQL is the only one kept to date)
  4. Create your own Executor that can connect to any external database you choose.

~ answered by Ruchi Pakhle