Back to Agno

Validation run 2026-02-15T00:42:00

cookbook/03_teams/15_distributed_rag/TEST_LOG.md

2.6.43.4 KB
Original Source

Validation run 2026-02-15T00:42:00

Pattern Check

Status: PASS Notes: Passed.

OpenAIChat references

  • TEST_LOG.md

03_distributed_rag_with_reranking.py

Status: FAIL

Description: Cookbook execution attempt

Result: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/knowledge/reranker/cohere.py", line 8, in <module> from cohere import Client as CohereClient ModuleNotFoundError: No module named 'cohere'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/15_distributed_rag/03_distributed_rag_with_reranking.py", line 13, in <module> from agno.knowledge.reranker.cohere import CohereReranker File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/knowledge/reranker/cohere.py", line 10, in <module> raise ImportError("cohere not installed, please run pip install cohere") ImportError: cohere not installed, please run pip install cohere


02_distributed_rag_lancedb.py

Status: FAIL

Description: Cookbook execution attempt

Result: Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 8, in <module> import lancedb ModuleNotFoundError: No module named 'lancedb'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/ab/conductor/workspaces/agno/tallinn/cookbook/03_teams/15_distributed_rag/02_distributed_rag_lancedb.py", line 15, in <module> from agno.vectordb.lancedb import LanceDb, SearchType File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/init.py", line 1, in <module> from agno.vectordb.lancedb.lance_db import LanceDb, SearchType File "/Users/ab/conductor/workspaces/agno/tallinn/libs/agno/agno/vectordb/lancedb/lance_db.py", line 11, in <module> raise ImportError("lancedb not installed. Please install using pip install lancedb") ImportError: lancedb not installed. Please install using pip install lancedb


01_distributed_rag_pgvector.py

Status: PASS

Description: Cookbook execution attempt

Result: Distributed PgVector RAG Demo

DEBUG ********** Team ID: distributed-pgvector-rag-team **********
DEBUG ***** Session ID: d2cee3b4-c1cb-4135-9163-a2f0a8e8c073 *****
DEBUG Creating new TeamSession: d2cee3b4-c1cb-4135-9163-a2f0a8e8c073
DEBUG *** Team Run Start: 670b19a4-0ad4-4b1d-a853-e8a15064d7dc ***
DEBUG Processing tools for model
DEBUG Added tool delegate_task_to_member
DEBUG ------------------ OpenAI Response Start -------------------
DEBUG -------------------- Model: gpt-5-mini ---------------------
DEBUG ========================== system ==========================
DEBUG You coordinate a team of specialized AI agents to fulfill the user's
request. Delegate to members when their expertise or tools are needed. For straightforward requests you can handle directly — including using your
own tools — respond without delegating.