#Can anyone recommend me a simple to set up vector db?
1 messages · Page 1 of 1 (latest)
I'd recommend the Chroma template:
https://railway.com/deploy/chromadb
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/
Build 10x faster with the first fully native Graph-Vector Database combining the power of graph and vector types natively in Rust to build RAG and AI applications easily
@queen girder Can you explain me how you set up qdrant? i had trouble with it, it always told me it couldnt connect
I can go check my project and see real quick. How are you trying to connect?
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
Btw are there guide somewhere that i can follow and learn from about all of this?
By didnt work, it failed to connect or was there some type of error?
Im part divided so I apologize if my response times take a bit haha.
failed to connect, and no worries any help is a blessing so thank you!
Now chroma db is giving me trouble, hopefully i can resolve it soon
Are you deploying qdrant via a template or a docker image? My service is using a docker image
i did with the template, same with chromadb
Okay we used a docker image with these variables:
@soft relic might be able to speak on how he set it up a bit better but unsure
I believe so? Some might be auto
this is how the template comes