-
Notifications
You must be signed in to change notification settings - Fork 36
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
tembo ai app #837
tembo ai app #837
Conversation
ChuckHend
commented
Jun 6, 2024
•
edited
Loading
edited
- adds a new app for the tembo-ai proxy
- updates rag app to work with appropriate env var + guc
@@ -57,11 +57,11 @@ trunk_installs: | |||
- name: pg_cron | |||
version: 1.6.2 | |||
- name: pgmq | |||
version: 1.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
embeddings app should have been previously updated, but it was not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question about the placeholder values, but otherwise looks good.
- name: vectorize.tembo_service_url | ||
value: http://${NAMESPACE}-ai-proxy:8080/v1 | ||
- name: vectorize.tembo_jwt | ||
value: placeholder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does the value: placeholder
mean here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setting it to a "not null" for Tembo cloud users.