synaptic-mongodb 0.3.0

MongoDB Atlas Vector Search and graph checkpointer integration for Synaptic
Documentation
1
2
3
4
5
6
7
8
9
// Config/unit tests for MongoCheckpointer.
// (Integration tests are #[ignore] in checkpointer_basic.rs since they need a real MongoDB.)

#[test]
fn test_placeholder() {
    // MongoCheckpointer requires a live database connection.
    // See checkpointer_basic.rs for integration tests (marked #[ignore]).
    assert!(true);
}