openinference-instrumentation-google-adk (v0.1.6) において、invocationスパンが常にトレースのルートになり、セッションやその他の親スパンの子として正しく配置されない問題が確認されました。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>Agentic Workflow — Why Workflows Still Win</title> | |
| <script type="module"> | |
| import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs'; | |
| mermaid.initialize({ | |
| startOnLoad: true, |
marp: true theme: default paginate: true backgroundColor: #fff backgroundImage: linear-gradient(135deg, #667eea 0%, #764ba2 100%) style: | section { background-color: white; color: #1a202c;
def compute_similarity_weight(num_contacts: int, max_val: float=2.0, k: float=1.0) -> float:
"""
Compute the similarity weighting factor based on the number of user-item interactions.
Args:
num_contacts (int): Number of user-item interactions.
max_val (float): Maximum value for the similarity weighting factor.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder
