KB not working
# support
g
Team, KB not working. it is not fetchiing. see details : { "role": "assistant", "content": "hello how can i help you ?" } ], "provider": "openai", "max_tokens": 500, "temperature": 0.1, "knowledge_base_id": "8563216e-e748-47bc-8d09-3eb3e039f5c6", "knowledge_base": { "id": "8563216e-e748-47bc-8d09-3eb3e039f5c6", "org_id": "da66b4de-59fc-4a4e-af10-b823455853a8", "name": "kb-1739964453259-vvfva71m", "provider": "trieve", "created_at": "2025-02-19T11:27:34.717Z", "updated_at": "2025-02-19T11:27:34.717Z", "search_plan": { "top_k": 3, "search_type": "semantic", "score_threshold": 0.7, "remove_stop_words": true }, "create_plan": { "type": "create", "chunk_plans": [ { "file_ids": [ "2c891e61-0aa5-47df-bdee-f24d5350b72b" ], "websites": [], "rebalance_chunks": true, "split_delimiters": [ ".!?\\n" ], "target_splits_per_chunk": 50 } ], "provider_id": "c93c79dd-69b2-4f4c-a7aa-21fe0e5c9bde" } } }, "first_message": "hello how can i help you ?", "transcriber": { "model": "nova-3", "language": "en-US", "provider": "deepgram" }, "client_messages": [ "conversation-update", "function-call", "function-call-result", "hang", "status-update", "tool-calls", "tool-calls-result", "transcript", "user-interrupted", "transfer-update" ] } } } }
k
I’m having the same issue @User
It looks like the assistant is blind to the knowledgebase
@Shubham Bajaj
g
@Kuba @Shubham Bajaj i want to update that i have changed my implementation to BYOK with Trieve and now it is working correctly
k
Hey @GetInference can you share both successfull and failure call IDs?
g
@Shubham Bajaj successful : 552a1e2b-b342-47a8-b6c1-d1a3473d5808
@Shubham Bajaj unsuccessuf : eb2fd43b-580a-477e-a735-d6c6734445db Basically, it did not create the dataset in trieve
k
Not Working Call:
Copy code
🟡 07:37:21:203 Error searching Trieve: {
  "message": {
    "message": "Request failed with status code 401",
    "data": {"message": "Unauthorized"}
  },