save relationship of objects

This commit is contained in:
tsukasa
2023-09-13 17:55:27 +08:00
parent 8ac6065332
commit 6e5beb4cdf
7 changed files with 131 additions and 11 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ async def test_query_email():
KnowledgeBase().query(msg_prompt)
class TestVectorSTorage(unittest.TestCase):
class TestKnowledgeBase(unittest.TestCase):
def test_embedding(self):
asyncio.run(test_embedding_email())