From 0dcd1f6bb95d12610c010e4d452223debe43d012 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 22 Jun 2023 20:18:32 +0800 Subject: [PATCH] clean up example --- some_thoughts.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 some_thoughts.md diff --git a/some_thoughts.md b/some_thoughts.md new file mode 100644 index 0000000..287da61 --- /dev/null +++ b/some_thoughts.md @@ -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) +