#Qdrant failing

14 messages · Page 1 of 1 (latest)

safe arch
#

Qdrant failing

#

now it works but

#

but there is no qdrant key

slim quartz
#

How did you install qdrant?

safe arch
jolly creek
# safe arch but there is no qdrant key

This isn't a Kilo Code problem, it's a Roo Code problem.
Read the Roo Code threads about Qdrant on GitHub, many people are having issues.

I personally tried connecting Qdrant via my own server, via Docker, and even via the paid cloud and in no case did Qdrant work in Roo Code / Kilo Code

So we'll have to wait until Roo Code fixes it, and then Kilo Code will implement it themselves

jolly creek
safe arch
#

docker run -p 6333:6333 qdrant/qdrant

#

in terminal

#

after starting docker

visual moss
#

i have a Qdrant issue: in my local i can run the docker and indexing works. but if i launch VS Code into my container (im using ddev for my docker setup) the url http://localhost:6333 does not work , it has to be http://qdrant:6333, but if I put that url in I get an error Error - Failed during initial scan: Failed to connect to Qdrant vector database. Please ensure Qdrant is running and accessible at http://localhost:6333. Error: fetch failed

#

^^ got around this using socat, fixed