berkan

Results 3 issues of berkan

## Expected Behavior The below code segment should run: ``` @tf.function def generate(prompt, max_length): return gpt2_lm.generate(prompt, max_length) concrete_func = generate.get_concrete_function(tf.TensorSpec([], tf.string), 100) ``` ## Actual Behavior Error: ``` Traceback (most...

The only dart/flutter compatible vector db project I am aware of is this: https://github.com/FastCodeAI/DVDB. I was wondering whether this would support Android / IoS / Flutter? Specifically, Flutter has the...

Does anyone know an ios equivalent of the android example in the repository? Thanks