Skip to content

bug in langfuse 3.2.3: langfuse_tags for langchain are no longer visible in UI #1286

@philipshurpik

Description

@philipshurpik

Using Langchain with langfuse_tags with langfuse==3.2.3 get broken:

e.g. this code worked before with langfuse==3.2.2

config['metadata'] = {
    'langfuse_tags': ['tag-1', 'tag-2'],
}
langchain_client.invoke(input, config=config, **kwargs)

but now with langfuse==3.2.3 I don't get relevant tags in langfuse interface

Originally posted by @philipshurpik in c9ad8e3

Metadata

Metadata

Assignees

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