Skip to content
Qdrant pageContent ...
 
Notifications
Clear all

Qdrant pageContent empty when queried by AI Agent

3 Posts
2 Users
0 Reactions
3 Views
swhitneyPSD
(@swhitneypsd)
Posts: 2
New Member
Topic starter
 

Describe the problem/error/question

When my AI agent queries the callin.io vector store, the results returned have an empty “pageContent” value. Only the metadata is returned properly (I have included metadata checked)

What is the error message (if any)?

No error

Please share your workflow

callin.io

Share the output returned by the last node

this is the output from the callin.io node, since that is what my question is about

[
  {
    "response": [
      {
        "type": "text",
        "text": "{"pageContent":"","metadata":{"title":"Printing Issues with Email and Printer Setup During Outage","article_source":"n8n_internal_docs","keywords":"printing,email,pop-up,app,printer,print-service,outage,reboot,spooler","assigned_group":"Team East","closing_agent":"agent name"},"id":2188321883}"
      },
      {
        "type": "text",
        "text": "{"pageContent":"","metadata":{"title":"Library Printer Slow Printing Issue","article_source":"n8n_internal_docs","keywords":"printer,queue,slow,powercycle,clearing","assigned_group":"Team West","closing_agent":"agent name"},"id":2213022130}"
      },
      {
        "type": "text",
        "text": "{"pageContent":"","metadata":{"title":"Substitute Teacher Portal Access Issue After Contact Info Update","article_source":"n8n_internal_docs","keywords":"voicemail,substitute,portal,app,email,phone,authentication,access","assigned_group":"HelpDesk","closing_agent":"agent name"},"id":2156821568}"
      },
      {
        "type": "text",
        "text": "{"pageContent":"","metadata":{"title":"Gym Camera Repositioning Request to Cover Center Area","article_source":"n8n_internal_docs","keywords":"cameras,gym,reposition,coverage,center","assigned_group":"Team West","closing_agent":"agent name"},"id":2197521975}"
      },
      {
        "type": "text",
        "text": "{"pageContent":"","metadata":{"title":"Email Disappearing After Opening","article_source":"n8n_internal_docs","keywords":"email,disappearing,Chrome,history,clear,restart","assigned_group":"HelpDesk","closing_agent":"agent name"},"id":2153621536}"
      },
      {
        "type": "text",
        "text": "{"pageContent":"","metadata":{"title":"Lockdown of Unreturned Student Laptops","article_source":"n8n_internal_docs","keywords":"laptops,lockdown,unreturned,students,security","assigned_group":"Team West","closing_agent":"agent name"},"id":8924931042395}"
      },
      {
        "type": "text",
        "text": "{"pageContent":"","metadata":{"title":"Video Playback Issue on TV When Using VCast","article_source":"n8n_internal_docs","keywords":"video,audio,casting,HDMI,blocked","assigned_group":"Team West","closing_agent":"agent name"},"id":2154221542}"
      },
      {
        "type": "text",
        "text": "{"pageContent":"","metadata":{"title":"Unable to Access Staff Lounge Printer Web Portal Due to Forgotten Password","article_source":"n8n_internal_docs","keywords":"password,printer,admin,reset,serial","assigned_group":"Team West","closing_agent":"agent name"},"id":2155921559}"
      }
    ]
  }
]

Expected out is to have the pageContent include the “synopsis” field of the point returned.

Below is a screenshot of a point located in the collection in callin.io:

Information on your callin.io setup

  • callin.io version: 1.97.1
  • Database (default: SQLite): Default
  • callin.io EXECUTIONSPROCESS setting (default: own, main):__ Default
  • Running callin.io via (Docker, npm, callin.io cloud, desktop app): desktop app
  • Operating system: Windows Server 2022 Standard
 
Posted : 11/06/2025 9:21 pm
swhitneyPSD
(@swhitneypsd)
Posts: 2
New Member
Topic starter
 

I managed to fix this by adjusting my points structure to the following:

{
    "id": *point_id*,
    "vector": [*embeddings*],
    "payload": {
        "content": "the document content",
        "metadata": {
            "item1": "blah blah"
        }
    }
}

The most crucial change appeared to be renaming the key from “synopsis” to “content”.

 
Posted : 16/06/2025 8:44 pm
system
(@system)
Posts: 332
Reputable Member
 

This discussion was automatically closed 7 days following the last response. New replies are no longer permitted.

 
Posted : 23/06/2025 8:44 pm
Share: