kbs_config = {
"faiss": {
},
"milvus": {
"host": "127.0.0.1",
"port": "19530",
"user": "",
"password": "",
"secure": False,
"pg": {
"connection_uri": "postgresql://postgres:postgres@192.168.50.128:5432/langchain_chatgml",
}