The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text
We want to build infinity on RHEL/Rocky 8 without using Docker. Could you please provide a build procedure or any relevant documentation that can help us with this setup?
Additionally, although the project is developed in C/C++, there is only documentation for the Python API. We plan to integrate mesibo's real-time APIs into our workflow and would like to access the C/C++ API instead of the Python one. Could you guide us on where to find the C/C++ API documentation, and how to get started with it?
Thrift client: I tried to write a test C++ client here: https://github.com/infiniflow/infinity/tree/main/client/cpp, but considering most users of Infinity using Python / JS. I didn't continue maintaining it. You can follow it and write your thrift client.
We want to build infinity on RHEL/Rocky 8 without using Docker. Could you please provide a build procedure or any relevant documentation that can help us with this setup?
Additionally, although the project is developed in C/C++, there is only documentation for the Python API. We plan to integrate mesibo's real-time APIs into our workflow and would like to access the C/C++ API instead of the Python one. Could you guide us on where to find the C/C++ API documentation, and how to get started with it?
Thanks!