Switch Milvus for Qdrant in YAMLs (#43)

* Qdrant working

* - Fix missing prompt templates
- Bump version
- Add Qdrant to packages

* Switch Milvus for Qdrant in config files
This commit is contained in:
cybermaggedon 2024-08-27 23:37:24 +01:00 committed by GitHub
parent 2622c48690
commit 32b087fbf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 1127 additions and 1520 deletions

View file

@ -1,4 +1,5 @@
{
pulsar: "pulsar://pulsar:6650",
milvus: "http://milvus:19530",
qdrant: "http://qdrant:6333",
}