Bindex Core
Bindex Core is the core library for bindex metadata management in the Machanism ecosystem. It provides the essential functionality for generation, registration, library selection, and project assembly, enabling automated handling of library metadata for efficient discovery, integration, and assembly workflows.
Features
- Automated generation and registration of metadata
- Efficient library selection and project assembly
- Integration with MongoDB and OpenAI models
- Support for Maven model and plugin APIs
Installation
Bindex Core is distributed as a Maven artifact. To use it, add the following dependency to your pom.xml:
<dependency>
<groupId>org.machanism.machai</groupId>
<artifactId>bindex-core</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
Usage
Integrate Bindex Core within your Machanism-based projects for metadata handling, discovery, and assembly.
Refer to the Machanism documentation for detailed usage, developer guides, and advanced configuration.
License
This project is licensed under the Apache 2.0 License.
Contact
For questions, support, or contributions, contact:
- Viktor Tovstyi ([email protected])

