PostgreSQL vector database extension for building AI applications
Stars
878
Forks
66
Watchers
878
Open Issues
41
Overall repository health assessment
No package.json found
This might not be a Node.js project
480
commits
313
commits
33
commits
19
commits
7
commits
5
commits
4
commits
3
commits
2
commits
1
commits
remove unnecessarry security definer from functions where there is already grant select to public for underlying tables
944ed0cView on GitHubmove sql-only functions to plpgsql instead of using SPI
f437643View on GitHubFix async_task to not fail on some multi-statement tasks
50b97feView on GitHubReproduce async_tasks issue where failing query would be reported as succeeding
38d5fabView on GitHubMake sure we do not leave dangling resources in async_task test
2eb4c9aView on GitHubAdd test to ensure single async task can have multiple statements
c0684fdView on GitHub