自定义外部向量库
你好,如何指定外部向量库为qdrant,有没有文档参考
# Vector database configuration, support: weaviate, qdrant
VECTOR_STORE=qdrant
# Qdrant configuration
QDRANT_URL=https://your-qdrant-cluster-url.qdrant.io
QDRANT_API_KEY=your-qdrant-api-key
你好,请问下这里只能使用qdrant的云服务,不能使用本地qdrant吗
Cloud and local configs are the same i think. is there anything that can't be configured?
你好,我这边是本地用docker起的一个qdrant服务,看了下相关的文档,没有发现 QDRANT_API_KEY 的生成方式,所以我只用配置如下两项就可以了吗?
# Vector database configuration, support: weaviate, qdrant
VECTOR_STORE=qdrant
# Qdrant configuration
QDRANT_URL=https://your-qdrant-cluster-url.qdrant.io
测试后有解决吗?
@sepaci 测试失败,直接改这两个会导致服务启动失败,但是又没有报错内容
May I ask whether your qdrant is using the cloud version or the local version?
you can generate the api key in your cloud version
for local devlop, you can try below