Juan Ignacio Garzón
Juan Ignacio Garzón
Let's say I have an index created. the spanish word "Respiración" is stemmed as: "respir" Thats correct. Now, I make a search, but the user doesn't use the accent mark,...
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...
I am testing the Langfuse integration for observability on a LangGraph. I have a runnable object after: ``` workflow.addNode(...) workflow.addNode(...) workflow.addEdge(...) this.runnable = workflow.compile(); const callbackHandler = new CallbackHandler( {...