weaviate / weaviate/weaviate-python-client
Add an ability to refresh Google auth keys
Open
@dirkkul is already working on this.
Since Oct 10, 2024.
enhancement
usability
- Dominant language
- Python
- Stars
- 227
- Forks
- 151
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 11
Description
Problem:
Weaviate users who use the Vertex AI integration must provide the OAuth key for API authentication.
But this key has a very short lifetime, and currently the user must semi manually refresh the key. Eg as shown here. https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-palm#token-expiry-for-vertex-ai-users
Proposal
Extend the Weaviate Python client to perform token refresh in the background, with the user's credentials for example.
Contributor guide
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.