tensorlakeai / indexify

A realtime serving engine for Data-Intensive Generative AI Applications
https://docs.tensorlake.ai
Apache License 2.0
931 stars 121 forks source link

Add tests for simple graph, with multiple inputs #1018

Closed stangirala closed 2 weeks ago

stangirala commented 2 weeks ago

Context

Add a couple of tests for a simple graph function where the function takes in multiple inputs. This should work given how we setup the args but we didn't have a test for it. Also add test, for sanity, with json encoding.

What

Add tests for graph behaviours. This will run as a workflow action.

Testing

N/A

Contribution Checklist