youngmon
youngmon
For Python's F-String, `injecting JSON` requires the use of `double brackets`. Focused on this functionality, I've developed a prototype for implementing F-Strings. Even when using a delimiter injection method, I...
Upon reviewing the PR, I've considered that using `{` and `}` as delimiters in the current template writing approach might offer the advantage of allowing variables to be used directly...
What I intended was similar to what you mentioned about F-String, as various languages or frameworks use `{` , `}` based variable templates. This makes it useful when importing templates...
> So how do we proceed with this? I am fine with changing it, but will only start working once there is a commitment to a solution ;) I have...
### List Firstly, List is a basic collection in Java, capable of storing only **objects** instead of primitive types like double or float. Using collections allows for **more flexible** usage...
Hi @aseovic, @agoerler I apologize for not considering the specific context of embeddings and making an incorrect judgment based solely on general cases. As you mentioned, even though there is...
I wanted to try it out as well. I’m just waiting for the branch to open. 👍
@tzolov in situations where Google’s APIs and models *frequently* change or get deprecated, how about creating an **adapter interface** like GoogleAiApi and simply swapping out the implementation when needed? This...
> Regarding the documentation Ive just used the "get code" button. > Yes, I would love l be contributing some gemini client to Spring AI. Just one question, how feature...
Regarding the design of VectorStore, I have the following opinions: 1. The current ETL pipeline is implemented synchronously, which feels unnatural and lacks the essence of a “pipeline.” If the...