Skip to content

Conversation

robertjdominguez
Copy link
Collaborator

Description

  • Migrated to new docs_bot schema with proper table relationships and vector embeddings
  • Updated native query support for semantic search via embeddings_vector_distance to not use version as we don't need it.
  • Streamlined local development with local.hasura.dev JDBC connections

For local development, the JDBC connection now uses the standardized local.hasura.dev:5432 endpoint, making it easier to connect external tools and maintain consistent connection strings across the development environment. The connection string jdbc:postgresql://local.hasura.dev:5432/docs_bot?user=docs&password=password works with both the PromptQL connectors and direct database access tools like psql.

This is in preperation for a new deployment to GCP on a brand new PG instance.

Copy link

github-actions bot commented Aug 3, 2025

🚀 PromptQL Build Complete

Build Version: de8f9a883b
Project: pql-docs
PromptQL Playground: Open Playground

Description: PR #30: PQL: Rebuild with new schema

@robertjdominguez robertjdominguez merged commit ce541bf into main Aug 3, 2025
1 of 2 checks passed
@robertjdominguez robertjdominguez deleted the rob/pql/local-dev-with-local-db branch August 3, 2025 19:40
Copy link

github-actions bot commented Aug 3, 2025

✅ PromptQL Build Applied

Build Version: de8f9a883b
Status: Successfully applied to production
Applied at: 2025-08-03T19:40:34.141Z

robertjdominguez added a commit that referenced this pull request Aug 10, 2025
## Description

- Migrated to new `docs_bot` schema with proper table relationships and
vector embeddings
- Updated native query support for semantic search via
`embeddings_vector_distance` to not use `version` as we don't need it.
- Streamlined local development with `local.hasura.dev` JDBC connections

For local development, the JDBC connection now uses the standardized
`local.hasura.dev:5432` endpoint, making it easier to connect external
tools and maintain consistent connection strings across the development
environment. The connection string
`jdbc:postgresql://local.hasura.dev:5432/docs_bot?user=docs&password=password`
works with both the PromptQL connectors and direct database access tools
like psql.

This is in preperation for a new deployment to GCP on a brand new PG
instance.
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