6 months ago
Heya guys! i've been trying to link the qdrant template to my app for hours and hours now with no luck, anyone here can lend me a hand?
If there is a simpler way to set a vector DB i would love to know about it
or provide a guide, please anything
12 Replies
6 months ago
Hey, can you please elaborate more on the issue you have? I believe that you should just be able to connect to it by using a reference variable, such as QDRANT_URL=http://${{Qdrant.RAILWAY_PRIVATE_DOMAIN}}:${{Qdrant.PORT}}.
I will try that thanks, so my issue is that I don’t really know how to connect it and how to configure the connection in python
do i need to add http:// in the value when i add the variable in railway?
6 months ago
While it is not required, as you can add "http://" via code, I personally recommend to structure the URL as such.
6 months ago
You define the said reference (service) variable and read it as an environment variable within your codebase.
@uxuz still doesnt work, are there any other vector db template you can recommend?
6 months ago
I am not familiar with vector databases, so I can't personally recommend any.
5 months ago
I have followed all of this and still having a hard time.