Wenjin Xie
Wenjin Xie
I think this a known bug of pemja: https://issues.apache.org/jira/browse/FLINK-38585, and has been fixed in pemja recently https://github.com/alibaba/pemja/pull/87. But because Flink-Agents is indirectly depended on pemja through pyflink, Flink-Agents must wait...
@bydeath, thanks for your detailed analysis. Actually, the JIRA issue [FLINK-38585](https://issues.apache.org/jira/browse/FLINK-38585) is discovered when @Sxnan try to submit a flink-agents job to a k8s cluster. And after offline discussion and...
Hi, @twosom, I'll start reviewing this PR as soon as possible. Besides, this PR should be labeled 'doc-needed'.
> @wenjin272 Thank you for your review. > > I didn't consider SSL configuration while testing locally. Thank you for pointing this out. > > Would it be better to...
Hi, @alnzng. There's a design issue related to the vector store that I'd appreciate your help reviewing. As describe in the design doc #339, long-term memory of flink-agents is also...
> > Hi, @alnzng. There's a design issue related to the vector store that I'd appreciate your help reviewing. > > As describe in the design doc #339, long-term memory...
Hi, @alnzng, I add some interfaces to `BaseVectorStore` and add a new base class `CollectionManageableVectorStore` for vector store could provide collection level management. Please take a look at your convenience,...
> I would like to work on this issue. Could you assign it to me? Hi, @XL-Zhao-23, thanks for your interest to this issue. May also need consider the e2e...
You can refer to the structured output doc of langChain:https://docs.langchain.com/oss/python/langchain/structured-output. Roughly speaking, the performance of structured output can be ranked as follows: 1. Use the native structured output capabilities provided...
Here are two documents we can refer to: 1. https://github.com/langchain-ai/langchain/blob/v0.3/docs/docs/how_to/structured_output.ipynb 2. https://github.com/langchain-ai/langgraph/blob/main/docs/docs/how-tos/react-agent-structured-output.ipynb