Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working PostGres Adapter #247

Merged
merged 1 commit into from
Nov 10, 2024
Merged

Working PostGres Adapter #247

merged 1 commit into from
Nov 10, 2024

Conversation

cvartanian
Copy link
Collaborator

Relates to:

PG Adapter wasn't working properly due to case insensitivity on calls

Risks

Low

Background

Adding proper quotes around column names in SQL queries
Fixing JSONB field access syntax in cached embeddings query
Adding fuzzystrmatch extension for text similarity searches
Adding additional performance indexes
Improving error handling and logging

What kind of change is this?

Bug fixes (non-breaking change which fixes an issue)

Documentation changes needed?

My changes do not require a change to the project documentation.

Testing

Where should a reviewer start?

Detailed testing steps

None, automtated tests are fine.

@cvartanian cvartanian requested a review from lalalune November 10, 2024 00:46
@lalalune lalalune merged commit 76d33f7 into main Nov 10, 2024
1 check failed
@lalalune lalalune deleted the fix-pg-adapter branch November 10, 2024 01:12
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.

2 participants