clean up example

This commit is contained in:
Jason
2023-06-22 20:18:32 +08:00
parent 44e33e8d27
commit 0dcd1f6bb9
+14
View File
@@ -0,0 +1,14 @@
# Functions call is great
* Its not just strings, its structured data
(sql)
* Its not just structured data, but with pydantic theres computation
(multisearch)
* its not just flat computation its a dag
(query planner)
* Computation can also extend more functionality
(citations)