Stephan Janssen

Results 105 comments of Stephan Janssen

Any update on the metadata filtering, it's a feature I could also use for my own project! #Thanks

I've developed the feature and refactored/cleaned up the existing Cohere code with backward compatibility. 👉🏼 https://github.com/stephanj/langchain4j-cohere

Full error list: ``` /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard" #error "NEON intrinsics not available with the soft-float ABI. Please use...

I have xcode installed (Version 15.0.1 (15A507)) $ xcode-select -p /Applications/Xcode.app/Contents/Developer Please re-open issue and thx for your help!

FYI - The complete install worked on a Mac Studio (Apple M1 Ultra) but not on a MacBook Pro (Apple M1 Max)

This is what needs to happen + we accept PR's :) To support SearXNG as another search engine in the DevoxxGenieIDEAPlugin, we'll need to make several modifications to the existing...

Closed because has been open for too long

Possible option libtorrent with [Python bindings](https://www.libtorrent.org/python_binding.html) - Robust, feature-rich C++ library with Python bindings - Widely used and well-maintained - Supports both BitTorrent and WebTorrent protocols - Python package: python-libtorrent...

Prototype how to simulate the BitTorrent flow: ⚠️ Claude Sonnet 3.5 code : Let's create a basic prototype to demonstrate the BitTorrent distribution flow for Exo. This prototype will simulate...

Possible solution ```java package com.devoxx.genie.ui.component; import com.devoxx.genie.model.request.ChatMessageContext; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.ui.components.JBPanel; import com.intellij.ui.components.JBScrollPane; import org.jetbrains.annotations.NotNull; import javax.swing.*; import java.awt.*; import java.util.List; import java.util.Objects; import static com.devoxx.genie.action.AddSnippetAction.ORIGINAL_FILE_KEY; import static com.devoxx.genie.ui.util.DevoxxGenieColorsUtil.PROMPT_BG_COLOR; import...