Skip to content

feat: add initial ai templates#37

Draft
srodenhuis wants to merge 2 commits intomainfrom
APL-1118
Draft

feat: add initial ai templates#37
srodenhuis wants to merge 2 commits intomainfrom
APL-1118

Conversation

@srodenhuis
Copy link
Copy Markdown
Contributor

@srodenhuis srodenhuis commented Sep 10, 2025

DO NOT MERGE

port=db_port,
user=pg_user,
password=pg_password,
table_name="lg_linode_docs",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one also needs to come through the environment variables

pg_user, pg_password = get_secret_credentials()

vector_store = PGVectorStore.from_params(
database="app",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
database="app",
database=db_name,

@srodenhuis srodenhuis marked this pull request as draft November 14, 2025 10:40
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