Skip to content

[Features]Simplify list_collections Return Information to Remove Sensitive Data and Optimize for LLM Search #1153

@earayu

Description

@earayu

The list_collections function currently returns too much information, some of which is sensitive or unnecessary. For security and to optimize LLM search, we should only return essential details.

Currently: It returns all collection details, including sensitive data.

Goal: Only return information useful for LLM search, such as:

  • Title
  • Description
  • The collection's ID

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions