Can anyone recommend me a simple to set up vector db?
corgimix
HOBBYOP

6 months ago

I have been trying to set up qdrant with no success, are there better templates for a vector db? thanks in advance!

19 Replies

6 months ago

I'd recommend the Chroma template:


6 months ago

I've set up qdrant for a project and it worked fine. Ive also heard but not tested chroma (as fragly suggested), pgvector, and helixdb https://www.helix-db.com/


corgimix
HOBBYOP

6 months ago

@Error Can you explain me how you set up qdrant? i had trouble with it, it always told me it couldnt connect


6 months ago

I can go check my project and see real quick. How are you trying to connect?


corgimix
HOBBYOP

6 months ago

Well the only variable i got when i deployed qdrant was the port variable, i tried putting the private domain + port as a qdrant url but that didnt work too


corgimix
HOBBYOP

6 months ago

Btw are there guide somewhere that i can follow and learn from about all of this?


6 months ago

By didnt work, it failed to connect or was there some type of error?


6 months ago

Im part divided so I apologize if my response times take a bit haha.


corgimix
HOBBYOP

6 months ago

failed to connect, and no worries any help is a blessing so thank you!


corgimix
HOBBYOP

6 months ago

Now chroma db is giving me trouble, hopefully i can resolve it soon


6 months ago

Are you deploying qdrant via a template or a docker image? My service is using a docker image


corgimix
HOBBYOP

6 months ago

i did with the template, same with chromadb


6 months ago

Okay we used a docker image with these variables:

1417166285292175600


6 months ago

@Loudbook might be able to speak on how he set it up a bit better but unsure


corgimix
HOBBYOP

6 months ago

this is what i used

1417166395614957600


corgimix
HOBBYOP

6 months ago

you didnt add these manually right?

1417166512078459000


6 months ago

I believe so? Some might be auto


corgimix
HOBBYOP

6 months ago

this is how the template comes

1417166709512601600


corgimix
HOBBYOP

6 months ago

@Error so the templates are giving me hell, would you mind teaching me how you did the docker images and set up the variables?


Loading...