Skip to content

Commit 899f5b2

Browse files
committed
docs: update README additional resources
1 parent ead5971 commit 899f5b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

python/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,10 @@ udf_server_allow_list = ["http://0.0.0.0:8815"]
231231

232232
## Additional Resources
233233

234-
- [Comprehensive Examples](tests/servers/comprehensive_server.py) - All data types
235-
- [Test Cases](tests/test_comprehensive_example.py) - Usage examples
234+
- [Type Examples](tests/servers/types_server.py) - Scalar, complex, nullable, and VECTOR types
235+
- [Type Test Cases](tests/test_types.py) - How types are encoded/decoded and used in UDFs
236+
- [UDF Usage Examples](tests/test_udf.py) - Scalar and table UDF usage patterns
237+
- [Server Usage](tests/test_server.py) - Starting a UDF server and basic connectivity
236238

237239
## Development
238240

0 commit comments

Comments
 (0)