anya hope
anya hope
The recommended way for applications in GKE to access GCP services is now via [Workload Identity](https://cloud.google.com/kubernetes-engine/docs/concepts/workload-identity) (WI). This replaces the need to use service accounts to provide credentials, with the...
- Closes #55 by adding: - `AsyncClient` - `AsyncDocumentReference` - `AsyncCollectionReference` - `AsyncQuery` - `AsyncTransaction` - Removes deprecation warnings from `Collection.get` and other equivalent methods, since they are apparently no...
As [black](https://github.com/psf/black) is becoming the de-facto standard formatter for Python code, I think we should use it in this repository. The formatting is wonky in multiple places, and using black...
After #13 is merged, at some point we should make `Transaction.rollback` actually roll the transaction back. This could be done by making a deep copy of the MockFirestore data before...
### Steps to Reproduce 1. `rye init` 2. `rye pin 3.11` 3. `rye add pymrmre` 4. Edit `pyproject.toml` to add `"Cython"` to `build-system.requires` 5. `rye lock` or `rye sync` ###...
### Steps to Reproduce 1. Have an existing project with a `setup.py` file 2. Run `rye init` The `setup.py` is extremely simple: ``` from setuptools import setup # See setup.cfg...
Hi! I am interested in using the [SimCSE](https://github.com/princeton-nlp/SimCSE#use-simcse-with-huggingface) model to get sentence embeddings, as its embeddings have been shown to significantly outperform SBERT (which is currently provided by this library)...
Not sure if this is related to #36, but running ``` docker build --build-arg commit=2607880dd93de52cf34045f1b7e850639a06c137 -t colesbury/python-nogil . ``` on an M1 Mac (defaulting to `linux/arm64` for the platform) results...