codeforpdx / codeforpdx/tenantfirstaid
change env var `VERTEX_AI_DATASTORE` value for langchain port
Open
@yangm2 is already working on this.
Since Jan 15, 2026.
backend
infrastructure
- Dominant language
- Python
- Stars
- 13
- Forks
- 21
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 3
Description
This is a tracking issue related to #222.
value of VERTEX_AI_DATASTORE |
|
|---|---|
| pre-#222 | projects/tenantfirstaid/locations/global/collections/default_collection/dataStores/tenantfirstaid-corpora_1758844059585 |
| after #222 merges | tenantfirstaid-corpora_1758844059585 |
There is a temporary hack in #222 in constants.py that transforms the old value into the new value.
TODO:
- merge #222
- change value in Settings -> Environments -> staging -> Environment Variables ->
VERTEX_AI_DATASTORE - change value in Settings -> Environments -> production -> Environment Variables ->
VERTEX_AI_DATASTORE - remove temporary hack in
constants.py
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.