Feature Request: Semantic Search for Traces #11755
ikeda-tomoya-swx
started this conversation in
Ideas
Replies: 2 comments
-
|
Hi @ikeda-tomoya-swx, thanks for adding this! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
very interesting idea! as we are storing the trace / observation input/output/metadata in clickhouse, something like this might come in handy: https://clickhouse.com/docs/knowledgebase/vector-search |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
Add semantic/vector search capability for traces, allowing users to search traces using natural language queries like:
Current Limitation
Currently, Langfuse supports:
Full-text search requires exact keyword matches, which doesn't work well when users want to find conceptually similar traces without knowing the exact terms used.
Proposed Solution
Use Cases
Prior Art
Additional Context
This would be especially valuable for teams with large trace volumes where manual browsing or keyword search is insufficient.
Would love to hear if this is on the roadmap or if there's interest from the community! 🙏
Beta Was this translation helpful? Give feedback.
All reactions