feat: add method - detect format / data_type (#380)
This commit is contained in:
@@ -31,7 +31,7 @@ class TestChromaDbHostsLoglevel(unittest.TestCase):
|
||||
|
||||
knowledge = "lorem ipsum dolor sit amet, consectetur adipiscing"
|
||||
|
||||
app.add_local("text", knowledge)
|
||||
app.add(knowledge, data_type="text")
|
||||
|
||||
app.query("What text did I give you?")
|
||||
app.chat("What text did I give you?")
|
||||
|
||||
Reference in New Issue
Block a user