add connector file

This commit is contained in:
csunny
2023-05-08 00:44:02 +08:00
parent d746086694
commit 3ce31d5ea0
9 changed files with 59 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class MongoConnector:
"""MongoConnector is a class which connect to mongo and chat with LLM"""
pass