Ops #12
Closed
rlouf
started this conversation in
Feature requests
Ops
#12
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Op
s are elements in the graph that create one or several newVariable
from one of several variables.The most elementary ones are simple string manipulation:
We also have Boolean operators:
Or operators that can return an int:
Non-trivial Ops can be anything. For instance storage and retrieval in a vector store:
Writing/reading from a file:
Search:
Calling an API (we can have a set of API whose interaction patterns have already been implemented):
Executing code:
Beta Was this translation helpful? Give feedback.
All reactions