Add openai text embedding compute task

This commit is contained in:
tsukasa
2023-08-31 16:32:20 +08:00
parent febe28eecc
commit 5bd9775e4f
5 changed files with 84 additions and 31 deletions
+3 -1
View File
@@ -7,4 +7,6 @@ class KnowledgeBase:
pass
async def query(self, prompt: AgentPrompt) -> AgentPrompt:
pass
pass