Skip to content

Conversation

ManakRaj-7
Copy link

…ons.rs)

Add test functions for Sqlean extensions (vss0, math0, fuzzy0, stats0)

  • Added tests to extensions.rs for the following Sqlean extensions:

    • vss0: Vector similarity search
    • math0: Mathematical functions (e.g., sin(PI / 2))
    • fuzzy0: String distance (e.g., Levenshtein distance)
    • stats0: Statistical operations (e.g., calculating averages)
  • Tests include creating sample tables, executing relevant SQL queries, and verifying the functionality of each extension.

…ons.rs)

Add test functions for Sqlean extensions (vss0, math0, fuzzy0, stats0)

- Added tests to extensions.rs for the following Sqlean extensions:
  - vss0: Vector similarity search
  - math0: Mathematical functions (e.g., sin(PI / 2))
  - fuzzy0: String distance (e.g., Levenshtein distance)
  - stats0: Statistical operations (e.g., calculating averages)
  
- Tests include creating sample tables, executing relevant SQL queries, and verifying the functionality of each extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant