Add support for milvus in the discord bot

This commit is contained in:
mudler
2023-08-26 00:17:19 +02:00
parent 317b91a7e9
commit a7462249a7
4 changed files with 70 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
from configparser import ConfigParser
config_file = "config.ini"
config = ConfigParser(interpolation=None)
config.read(config_file)