Skip to content

qdrant_find not retrieving results #47

Open
@outbound

Description

@outbound

Running self-hosted qdrant on docker v1.13.6

I asked Claude to summarize the issue.

[LOG] Qdrant Integration Issue - Cannot retrieve but can store data
Environment: Claude AI Assistant (Windows 11) with Qdrant function integration

ISSUE SUMMARY:

  • Successfully able to store data in <concept_name> collection using qdrant-store
  • Unable to retrieve data with qdrant-find (returns error: 'document')
  • Collection exists and is visible in Qdrant UI (1488 existing points, 4 segments)

COLLECTION DETAILS:

  • Collection name: <concept_name>
  • Vector configuration: fast-all-minilm-l6-v2 (dim 384, cosine distance)
  • Contains 1488 points across 4 segments
  • Collection status: green (active)

ATTEMPTED OPERATIONS:

  1. SUCCESSFUL - Store operation:
    Function: qdrant-store
    Metadata provided: Valid metadata matching collection schema
    Information field: Text description of concept
    Result: "Remembered: [information text]"

  2. FAILED - Retrieval operation:
    Function: qdrant-find
    Query: Various semantic search terms related to content known to exist
    Error: "Error executing tool qdrant-find: 'document'"

COLLECTION SCHEMA (from ingest script):

  • Embedding fields: IM_Concept, ...
  • Payload fields: ID, Pattern_Type...
  • Vector embeddings created using: sentence-transformers/all-MiniLM-L6-v2

TROUBLESHOOTING ATTEMPTED:

  • Varied query terminology and complexity
  • Stored test points with properly formatted metadata
  • Verified collection is accessible and properly indexed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions