-
First ran into /data problem. Followed the thread #134 and implemented three changes: (a) chown /home/casev/../genai-stack/data directory to casev for userID and groupID. (2) added to /home/casev/.pro…
-
```
$ python captions_generator.py --save_path synthetic_captions --generation_idx 0 --concept_bank_size -1 --me…
-
```python
load_dotenv()
api_key = os.getenv("GENAI_API_KEY")
if not api_key:
api_key = st.secrets["GENAI_API_KEY"]
if not api_key:
st.er…
-
Unfortunately I'm facing the following issues.
I already updated langchain and sap-cloud-sdk libraries.
- npm i -g sap-cloud-sdk
- npm install @sap-cloud-sdk/openapi
- pip install -U generative-ai…
-
Create a TerraForm stack that allows to deploy GenAI examples on Google Cloud using a single node Docker Compose. The template should take an argument of which sample to deploy, setup all the necessar…
-
A test failed on a tracked branch
```
Error: Timeout of 360000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/opt/buildkite-agent/buil…
-
### Description of the bug:
result=glm.GenerateContentResponse({'candidates': [{'finish_reason': 4, 'index': 0, 'safety_ratings': [], 'token_count': 0, 'grounding_attributions': []}]}),
### Actual…
-
### What?
- Put a link to the documentation in the **CLI help text header** `leverage --help` || `leverage`
```
╭─ ~ ·····································································…
-
### MediaPipe Solution (you are using)
Android library:com.google.mediapipe:tasks-genai:0.10.14
### Programming language
Android Java
### Are you willing to contribute it
None
### De…
-
### Which component is this feature for?
Anthropic Instrumentation
### 🔖 Feature description
Sometimes, some fields, like the prompt or results (completion), which are reported thru openllmetry, ma…