Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

36 create mariadb service in new docker compose file #37

Closed Iodine98 closed 4 months ago

Iodine98 commented 5 months ago

This PR has the following additions:

Iodine98 commented 5 months ago

Hi @Toppertje, kan je kijken of de configuratie een MariaDB goed gegaan is? Btw, zouden wij de vectorDB at runtime inrichten of ook koppelen aan persistent storage? Het fijnste zou namelijk zijn als ik zelf de vectorDB zou kunnen benaderen.

Toppertje commented 5 months ago

Hi Rohan, Op welk platform draait deze vectorDB? Is dat ook MariaDB? Grtz

From: Rohan Sobha @.> Sent: Thursday, 15 February 2024 02:47 To: Iodine98/dora-back @.> Cc: Ronald Top @.>; Mention @.> Subject: Re: [Iodine98/dora-back] 36 create mariadb service in new docker compose file (PR #37)

You don't often get email from @.**@.>. Learn why this is importanthttps://aka.ms/LearnAboutSenderIdentification

Hi @Toppertjehttps://github.com/Toppertje, kan je kijken of de configuratie een MariaDB goed gegaan is? Btw, zouden wij de vectorDB at runtime inrichten of ook koppelen aan persistent storage? Het fijnste zou namelijk zijn als ik zelf de vectorDB zou kunnen benaderen.

— Reply to this email directly, view it on GitHubhttps://github.com/Iodine98/dora-back/pull/37#issuecomment-1945233778, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACR5RFZJOXKOQE4E3O2QO3LYTVSHTAVCNFSM6AAAAABDJNNDSCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBVGIZTGNZXHA. You are receiving this because you were mentioned.Message ID: @.**@.>>

Iodine98 commented 5 months ago

Hi Rohan, Op welk platform draait deze vectorDB? Is dat ook MariaDB? @Toppertje

Aangezien MariaDB geen VectorDB is, heb ik tot nu Chroma gebruikt met een persistentclient die een map creëert met embeddings in de server container. Voor scalability en persistency lijkt het mij handig om hiervoor een aparte container te later draaien in Docker. Zie de documentatie van Chroma op Docker. Graag hoor ik wat je ervan vindt.

Mvg,

Rohan

Iodine98 commented 4 months ago

lgtm