Hao Chen
Hao Chen
``` [ 25%] Linking C executable example_https_server Undefined symbols for architecture x86_64: "_mempcpy", referenced from: _htp__evbuffer_add_iovec_ in libevhtp.a(evhtp.c.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed...
Use this topic for discussion the use cases are using `flink-siddhi`. You are very welcome to kindly share your project or experience about it. Thanks very much!
https://github.com/apache/eagle/pull/536
* __Runtime__: Use kubernetes as flink resource manager. * __Metadata__: Use `ConfigMap` as siddhi execution plan store and coordination.
The early version of https://github.com/apache/bahir-flink/tree/master/flink-library-siddhi was contributed from https://github.com/haoch/flink-siddhi, but [`haoch/flink-siddhi`](https://github.com/haoch/flink-siddhi) under active development has more advanced features which are pending for approval from community to be merged into `apache/bahir-flink/flink-library-siddhi`....
#### Description This PR is mainly to integrate open source version of ClickHouse as Vector Store as it is easy for both local development and adoption of LangChain for enterprises...
Suggest to add `checkstyle.xml`[1] according to `CONTRIBUTING.md#java-guidelines`[2] at day one since open source. [1] https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml [2] https://github.com/eBay/griffin/blob/master/CONTRIBUTING.md#java-guidelines
Avoid checking-in external dependency `griffin-ui/bower_components` in griffin's git repository, it may cause license issues and also may make the first code clone too large and slow. The suggested approach is...