Results 2 issues of Iván Ruiz Rube

Hi I have created an assistant using a EmbeddingStoreContentRetriever based on a dynamic metadata filter, like this: Function filterByUserId = (query) -> metadataKey("userId").isEqualTo(query.metadata().chatMemoryId().toString()); (https://github.com/langchain4j/langchain4j-examples/blob/main/rag-examples/src/main/java/_3_advanced/_05_Advanced_RAG_with_Metadata_Filtering_Examples.java) The filter works fine, but when...

bug

Hi all. I think that there is no way to capture the requests and response logs using Ollama. https://docs.langchain4j.dev/tutorials/logging thanks

enhancement